build(deps): bump cryptography from 41.0.7 to 42.0.5 (#1270)

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.5.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.5)

---
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]
2024-03-23 20:14:35 +01:00
committed by GitHub
parent f1e2c712ee
commit 4096cdfa33
2 changed files with 56 additions and 145 deletions

View File

@ -45,7 +45,7 @@ python = "^3.8.0"
databases = "^0.7.0"
pydantic = "v2.5.3"
SQLAlchemy = "^1.4.42"
cryptography = { version = "^41.0.3", optional = true }
cryptography = { version = ">=41.0.3,<43.0.0", optional = true }
# Async database drivers
aiosqlite = { version = "^0.19.0", optional = true }
aiomysql = { version = ">=0.1.0", optional = true }