Skip to content

Commit

Permalink
Update cryptography package version due to CVE.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Feb 8, 2023
1 parent da7936c commit c7adac2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion session-manager/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ aiohttp==3.8.1
PyYAML==6.0
pykube-ng==22.1.0
wrapt==1.14.1
cryptography==39.0.0
cryptography==39.0.1
2 changes: 1 addition & 1 deletion training-portal/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ pip-tools==6.6.2
# Pin due to CVEs. Review if change django-oauth-toolkit version.
jwcrypto==1.4.2
oauthlib==3.2.2
cryptography==38.0.3
cryptography==39.0.1
certifi==2022.12.07
wheel==0.38.1
2 changes: 1 addition & 1 deletion training-portal/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click==8.1.2
# pip-tools
confusable-homoglyphs==3.2.0
# via django-registration
cryptography==38.0.3
cryptography==39.0.1
# via
# -r requirements.in
# jwcrypto
Expand Down

0 comments on commit c7adac2

Please sign in to comment.