Skip to content

Commit

Permalink
Upgrade all dependencies except Django
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosnt committed Dec 26, 2023
1 parent 12762b3 commit fbeb4ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions src/backend/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements.txt
black==23.7.0
coverage==7.2.7
mypy==1.4.1
black==23.12.1
coverage==7.3.4
mypy==1.8.0
22 changes: 11 additions & 11 deletions src/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
certifi==2023.11.17
cryptography==41.0.5
cryptography==41.0.7
defusedxml==0.7.1
Django==4.2.8
djangorestframework==3.14.0
djangorestframework-simplejwt==5.2.2
django-filter==23.2
django-rq==2.8.1
django-taggit==4.0.0
drf-spectacular==0.26.4
pycryptodome==3.18.0
psycopg2-binary==2.9.6
pyjwt==2.7.0
djangorestframework-simplejwt==5.3.1
django-filter==23.5
django-rq==2.10.1
django-taggit==5.0.1
drf-spectacular==0.27.0
pycryptodome==3.19.0
psycopg2-binary==2.9.9
pyjwt==2.8.0
python-magic==0.4.27
python-libnmap==0.7.3
python-telegram-bot==20.7
pyyaml==6.0.1
requests==2.31.0
rq==1.15.1
setuptools==68.0.0
# setuptools==69.0.3
stringcase==1.2.0
tornado==6.3.2
tornado==6.4

0 comments on commit fbeb4ca

Please sign in to comment.