Skip to content

Commit

Permalink
Bump cryptography from 41.0.6 to 42.0.0
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.6...42.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent b724083 commit 8ad149a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ version = { attr = "blacksheep.__version__" }

[project.optional-dependencies]
jinja = ["Jinja2~=3.1.2"]
full = ["cryptography>=38.0.1,<41.1.0", "PyJWT~=2.6.0", "websockets~=10.3"]
full = ["cryptography>=38.0.1,<42.1.0", "PyJWT~=2.6.0", "websockets~=10.3"]

[project.urls]
"Homepage" = "https://github.com/Neoteroi/BlackSheep"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cffi==1.16.0
charset-normalizer==3.3.1
click==8.1.7
coverage==7.3.2
cryptography==41.0.6
cryptography==42.0.0
Cython==3.0.4; platform_system != "Windows"
essentials==1.1.5
essentials-openapi==1.0.8
Expand Down

0 comments on commit 8ad149a

Please sign in to comment.