Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cryptography #635

Merged
merged 2 commits into from
Jun 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,4 @@ _Nothing merged in CLI during this sprint_
# 2023-05-12 - 2023-05-26

- Url to testing instance updated after move to new cluster ([#631](https://github.com/ScilifelabDataCentre/dds_cli/pull/631))
- Dependency: Bump `cryptography` due to CVE-2023-0286 and dependabot ([#635](https://github.com/ScilifelabDataCentre/dds_cli/pull/635))
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ boto3==1.24.73
botocore==1.27.73
click==8.1.3
click-pathlib==2020.3.13.0
cryptography==38.0.3
cryptography==39.0.1
immutabledict==2.2.1
jwcrypto==1.4.2
prettytable==3.4.1
Expand Down
Loading