Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 27, 2023
1 parent e38ca87 commit f0ca52c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 28 deletions.
50 changes: 23 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [
python = "^3.7"
httpx = {extras = ["http2"], version = "^0.23.1"}
PyJWT = "^2.6.0"
cryptography = "^39.0.0"
cryptography = ">=39,<41"

[tool.poetry.group.dev.dependencies]
pytest = "^7.1.1"
Expand Down

0 comments on commit f0ca52c

Please sign in to comment.