Skip to content

Commit

Permalink
Bump cryptography from 35.0.0 to 36.0.1
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 36.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@35.0.0...36.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] authored Mar 7, 2022
1 parent 06c6027 commit 4077dd8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 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 @@ -42,7 +42,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">0.68.0"
cryptography = "^35.0.0"
cryptography = ">=35,<37"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
httpx = ">0.18.2"

Expand Down

0 comments on commit 4077dd8

Please sign in to comment.