Skip to content

Commit

Permalink
Merge pull request #137 from IDEA-Research/bugfix/dependencies
Browse files Browse the repository at this point in the history
bugfix(dependencies): upgrade dependencies' version to avoid vulnerable bugs
  • Loading branch information
imhuwq authored Mar 4, 2024
2 parents aba45ae + 8ef5bc7 commit b43e658
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 b43e658

Please sign in to comment.