Skip to content

Commit 67943d2

Browse files
Bump cryptography in /sample-apps/fastapi-postgres-uvicorn-old
Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.3 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.3...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c77efdf commit 67943d2

2 files changed

Lines changed: 59 additions & 46 deletions

File tree

sample-apps/fastapi-postgres-uvicorn-old/poetry.lock

Lines changed: 58 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample-apps/fastapi-postgres-uvicorn-old/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"fastapi (>=0.70.0,<0.71.0)",
99
"jinja2 (>=3.1.5,<4.0.0)",
1010
"asyncpg (>=0.30.0,<0.31.0)",
11-
"cryptography (>=44.0.0,<45.0.0)",
11+
"cryptography (>=46.0.7,<47.0.0)",
1212
"uvicorn (>=0.34.0,<0.35.0)",
1313
"python-multipart (>=0.0.20,<0.0.21)",
1414
]

0 commit comments

Comments
 (0)