build(deps): bump cryptography from 38.0.4 to 40.0.1 (#1042)

Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.4 to 40.0.1.
- [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/38.0.4...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: collerek <collerek@gmail.com>
This commit is contained in:
dependabot[bot]
2023-04-05 16:16:41 +02:00
committed by GitHub
parent dcf6ace28b
commit 84776a5531
2 changed files with 27 additions and 32 deletions

View File

@ -45,7 +45,7 @@ python = "^3.7.0"
databases = ">=0.3.2,!=0.5.0,!=0.5.1,!=0.5.2,!=0.5.3,<0.6.3"
pydantic = ">=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<1.10.8"
SQLAlchemy = ">=1.3.18,<1.4.42"
cryptography = { version = ">=35,<39", optional = true }
cryptography = { version = ">=35,<41", optional = true }
# Async database drivers
aiosqlite = { version = ">=0.17,<0.19", optional = true }
aiomysql = { version = ">=0.1.0", optional = true }