Skip to content

Commit

Permalink
Merge branch 'master' into ISSUE_11441
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy authored Sep 13, 2023
2 parents 6939e8d + b640839 commit ff7ed0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit ff7ed0c

Please sign in to comment.