From 6ca150e8e4c47830506fa8161f668f3c600584d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Tue, 11 Jul 2023 16:54:09 +0200
Subject: [PATCH] Update requirements

---
 requirements/base.txt       | 18 +++++++++++++-----
 requirements/dev.txt        | 12 ++++++++++--
 requirements/production.txt |  2 +-
 3 files changed, 24 insertions(+), 8 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index 298b3fc8..7cd64da6 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 fe21dda0..bc904efd 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 992947ab..4f1ff713 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
-- 
GitLab