diff --git a/requirements.txt b/requirements.txt index 60e75c7a97d..0ec3426887d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ jsonschema==4.19.0 zipstream-new==1.1.8 schema==0.7.5 rdflib==6.3.2 -smart_open==6.3.0 +smart_open==6.4.0 PyMuPDF==1.22.5 pathvalidate==3.1.0 @@ -109,11 +109,11 @@ elasticsearch>=2.0.0,<9.0.0 django-bootstrap3-datetimepicker-2==2.8.3 # storage manager dependencies -django-storages==1.13.2 +django-storages==1.14 dropbox==11.36.2 google-cloud-storage==2.10.0 google-cloud-core==2.3.3 -boto3==1.28.45 +boto3==1.28.46 # Django Caches python-memcached<=1.59 @@ -145,7 +145,7 @@ pycountry # production uWSGI==2.0.22 gunicorn==21.2.0 -ipython==8.14.0 +ipython==8.15.0 docker==6.1.3 invoke==2.2.0 @@ -159,9 +159,9 @@ pytest-bdd==6.1.1 splinter==0.19.0 pytest-splinter==3.3.2 pytest-django==4.5.2 -setuptools>=59.1.1,<68.2.0 +setuptools>=59.1.1,<68.3.0 pip==23.2.1 -Twisted==22.10.0 +Twisted==23.8.0 pixelmatch==0.3.0 factory-boy==3.3.0 flaky==3.7.0 diff --git a/setup.cfg b/setup.cfg index 9316c207ba8..08de7a9da04 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ install_requires = zipstream-new==1.1.8 schema==0.7.5 rdflib==6.3.2 - smart_open==6.3.0 + smart_open==6.4.0 PyMuPDF==1.22.5 pathvalidate==3.1.0 @@ -134,11 +134,11 @@ install_requires = django-bootstrap3-datetimepicker-2==2.8.3 # storage manager dependencies - django-storages==1.13.2 + django-storages==1.14 dropbox==11.36.2 google-cloud-storage==2.10.0 google-cloud-core==2.3.3 - boto3==1.28.45 + boto3==1.28.46 # Django Caches python-memcached<=1.59 @@ -170,7 +170,7 @@ install_requires = # production uWSGI==2.0.22 gunicorn==21.2.0 - ipython==8.14.0 + ipython==8.15.0 docker==6.1.3 invoke==2.2.0 @@ -184,9 +184,9 @@ install_requires = splinter==0.19.0 pytest-splinter==3.3.2 pytest-django==4.5.2 - setuptools>=59.1.1,<68.2.0 + setuptools>=59.1.1,<68.3.0 pip==23.2.1 - Twisted==22.10.0 + Twisted==23.8.0 pixelmatch==0.3.0 factory-boy==3.3.0 flaky==3.7.0