Skip to content

Commit 504c01f

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

2 files changed

Lines changed: 56 additions & 50 deletions

File tree

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"fastapi (>=0.135.0,<0.136.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 (>=48.0.1,<49.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)