Skip to content

Commit

Permalink
Update backend deps 20240814
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikek committed Aug 14, 2024
1 parent b696c01 commit e3c0af3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
asgiref==3.7.2
boto3==1.34.119
asgiref==3.8.1
boto3==1.34.160
celery[tblib]==5.4.0
cffi==1.16.0
cffi==1.17.0
channels==4.1.0
channels_redis==4.1.0
chardet==5.1.0
click==8.1.3
cryptography==42.0.8
daphne==4.1.2
dj-rest-auth[with_social]==6.0.0
django==5.0.6
django==5.1
django-allauth==0.61.1
django-cors-headers==4.3.1
django-cors-headers==4.4.0
django-countries-plus==2.2.0
django-csp==3.7
django-environ==0.11.2
django-filter==24.1
django-filter==24.3
django-groups-manager==1.3.0
django-guardian==2.4.0
django-languages-plus==2.1.1
Expand All @@ -24,7 +24,7 @@ django-nested-inline==0.4.6
django-picklefield==3.2
django-redis==5.4.0
django-relativity==0.2.6
djangorestframework==3.15.1
djangorestframework==3.15.2
django-json-widget==1.1.1
django-proxy==1.2.2
django-rest-knox==4.2.0
Expand All @@ -39,18 +39,18 @@ elasticsearch-dsl==7.4.1
gevent==24.2.1 ; platform_system=='Windows'
glob2==0.7
jsonfield==3.1.0
lxml==5.2.2
msoffcrypto-tool==5.4.1
lxml==5.3.0
msoffcrypto-tool==5.4.2
natsort==8.4.0
opf-fido==1.6.1
pyfakefs==5.5.0
pyfakefs==5.6.0
python-dateutil==2.8.2
pywin32==306 ; platform_system=='Windows'
redis==5.0.5
regex==2024.5.15
redis==5.0.8
regex==2024.7.24
requests==2.32.3
requests_toolbelt==1.0.0
tenacity==8.3.0
tenacity==9.0.0
wand==0.6.13
warcio==1.7.4
weasyprint==52.5
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docutils==0.20.1
sphinx-intl==2.2.0
sphinx-rtd-theme==2.0.0
sphinx==7.3.7
sphinx==8.0.2
sphinxcontrib-httpdomain==1.8.1
sphinxcontrib-httpexample==1.1
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ django-axes==6.3.0
pysaml2==7.5.0
djangosaml2==1.9.3
unoconv==0.9.0
comtypes==1.4.3 ; platform_system=='Windows'
comtypes==1.4.6 ; platform_system=='Windows'
wfastcgi==3.0.0
mod-wsgi==5.0.0
mssql-django==1.5
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
coverage==7.5.2
coverage==7.6.1
django-test-without-migrations==0.6
selenium==3.141.0

0 comments on commit e3c0af3

Please sign in to comment.