Skip to content

Commit

Permalink
bugfix(dependencies): upgrade dependencies' version to avoid vulnerab…
Browse files Browse the repository at this point in the history
…le bugs
  • Loading branch information
imhuwq committed Mar 4, 2024
1 parent aba45ae commit 8ef5bc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
celery==5.2.7
click==8.1.3
cryptography==41.0.2
Django==4.1.10
cryptography==42.0.5
Django==4.2.10
djangorestframework==3.14.0
django-cors-headers==3.13.0
numpy==1.22.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
install_requires = [
"celery==5.2.7",
"click==8.1.3",
"cryptography==41.0.2",
"Django==4.1.10",
"cryptography==42.0.5",
"Django==4.2.10",
"djangorestframework==3.14.0",
"django-cors-headers==3.13.0",
"numpy==1.22.0",
Expand Down

0 comments on commit 8ef5bc7

Please sign in to comment.