diff --git a/requirements/base.txt b/requirements/base.txt
index 298b3fc84a069514f88043a6854a0491c3d88878..7cd64da687589c51cdd34b5e9fbd89f49e62ed25 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -1,5 +1,5 @@
 #
-# This file is autogenerated by pip-compile with Python 3.11
+# This file is autogenerated by pip-compile with Python 3.10
 # by the following command:
 #
 #    pip-compile base.in
@@ -8,6 +8,8 @@ amqp==5.1.1
     # via kombu
 anyascii==0.3.2
     # via wagtail
+appnope==0.1.3
+    # via ipython
 arrow==1.2.3
     # via
     #   -r base.in
@@ -61,7 +63,7 @@ click-plugins==1.1.1
     # via celery
 click-repl==0.3.0
     # via celery
-cryptography==41.0.1
+cryptography==41.0.2
     # via
     #   josepy
     #   mozilla-django-oidc
@@ -118,6 +120,8 @@ draftjs-exporter==2.1.7
     # via wagtail
 et-xmlfile==1.1.0
     # via openpyxl
+exceptiongroup==1.1.2
+    # via cattrs
 executing==1.2.0
     # via stack-data
 fastjsonschema==2.17.1
@@ -138,7 +142,7 @@ ics==0.7.2
     # via -r base.in
 idna==3.4
     # via requests
-instaloader==4.9.6
+instaloader==4.10
     # via -r base.in
 ipython==8.14.0
     # via -r base.in
@@ -156,7 +160,7 @@ matplotlib-inline==0.1.6
     # via ipython
 mozilla-django-oidc==2.0.0
     # via pirates
-numpy==1.25.0
+numpy==1.25.1
     # via opencv-python
 oauthlib==3.2.2
     # via
@@ -237,7 +241,7 @@ requests-cache==1.1.0
     # via -r base.in
 requests-oauthlib==1.3.1
     # via tweepy
-sentry-sdk==1.27.1
+sentry-sdk==1.28.0
     # via -r base.in
 six==1.16.0
     # via
@@ -268,6 +272,10 @@ traitlets==5.9.0
     #   matplotlib-inline
 tweepy==4.14.0
     # via -r base.in
+typing-extensions==4.7.1
+    # via
+    #   asgiref
+    #   cattrs
 tzdata==2023.3
     # via celery
 url-normalize==1.4.3
diff --git a/requirements/dev.txt b/requirements/dev.txt
index fe21dda0f381ccee5ee6af18b08b586ff6805c0d..bc904efd9d351aecc3d3fd8a1f0503b53af4aa7b 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -1,5 +1,5 @@
 #
-# This file is autogenerated by pip-compile with Python 3.11
+# This file is autogenerated by pip-compile with Python 3.10
 # by the following command:
 #
 #    pip-compile dev.in
@@ -14,6 +14,8 @@ django==4.1.10
     #   django-debug-toolbar
 django-debug-toolbar==4.1.0
     # via -r dev.in
+exceptiongroup==1.1.2
+    # via pytest
 factory-boy==3.2.1
     # via pytest-factoryboy
 faker==18.13.0
@@ -71,8 +73,14 @@ termcolor==2.3.0
     # via
     #   pytest-sugar
     #   snapshottest
+tomli==2.0.1
+    # via
+    #   coverage
+    #   pytest
 typing-extensions==4.7.1
-    # via pytest-factoryboy
+    # via
+    #   asgiref
+    #   pytest-factoryboy
 wasmer==1.1.0
     # via fastdiff
 wasmer-compiler-cranelift==1.1.0
diff --git a/requirements/production.txt b/requirements/production.txt
index 992947ab06bdebf5c6edc9fe1cbc51c9b1b34600..4f1ff713e8bdd33fadf6ca9bece8acbfc4575046 100644
--- a/requirements/production.txt
+++ b/requirements/production.txt
@@ -1,5 +1,5 @@
 #
-# This file is autogenerated by pip-compile with Python 3.11
+# This file is autogenerated by pip-compile with Python 3.10
 # by the following command:
 #
 #    pip-compile production.in