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 from 42.0.4 to 43.0.1 in /src #297

Merged
merged 3 commits into from
Sep 6, 2024
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
2 changes: 1 addition & 1 deletion src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
cryptography==42.0.4
cryptography==43.0.1
# via -r requirements.txt
defusedxml==0.7.1
# via
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography>=42.0.4
cryptography>=43.0.1
django>=3.2.25, <4.0
djangorestframework>=3.0, <4.0
django-session-timeout>=0.1, <1.0
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via ray
cryptography==42.0.4
cryptography==43.0.1
# via -r requirements.in
defusedxml==0.7.1
# via its-preselector
Expand Down
Loading