Bump cryptography from 36.0.2 to 37.0.2 (#645)

Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.2 to 37.0.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/36.0.2...37.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-06 13:37:51 +02:00
committed by GitHub
parent 05f3123fec
commit ade794aa61
2 changed files with 26 additions and 24 deletions

View File

@ -49,7 +49,7 @@ asyncpg = { version = ">=0.24,<0.26", optional = true }
psycopg2-binary = { version = "^2.9.1", optional = true }
aiomysql = { version = ">=0.0.21,<0.0.23", optional = true }
aiosqlite = { version = "^0.17.0", optional = true }
cryptography = { version = ">=35,<37", optional = true }
cryptography = { version = ">=35,<38", optional = true }
[tool.poetry.dependencies.orjson]
version = ">=3.6.4"