Skip to content

Commit

Permalink
Bump cryptography from 41.0.7 to 42.0.0 in /src (#269)
Browse files Browse the repository at this point in the history
* Bump cryptography from 41.0.7 to 42.0.0 in /src

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.7...42.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump cryptography minimum version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Romaniello <[email protected]>
  • Loading branch information
dependabot[bot] and aromanielloNTIA committed Feb 7, 2024
1 parent 7301d7d commit afcf2bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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==41.0.7
cryptography==42.0.0
# 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>=41.0.6
cryptography>=42.0.0
django>=3.2.23, <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 @@ -20,7 +20,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via ray
cryptography==41.0.7
cryptography==42.0.0
# via -r requirements.in
defusedxml==0.7.1
# via its-preselector
Expand Down

0 comments on commit afcf2bb

Please sign in to comment.