Skip to content

Commit 01149a6

Browse files
Update cryptography requirement
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@47.0.0...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15f8e39 commit 01149a6

2 files changed

Lines changed: 55 additions & 55 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires-python = ">=3.10"
1111
dependencies = [
1212
"starlette (>=1.0.0,<2.0.0)",
1313
"pydantic-settings(>=2.6.1,<3.0.0)",
14-
"cryptography (>=47.0.0,<48.0.0)",
14+
"cryptography (>=47.0.0,<49.0.0)",
1515
"httpx>=0.28.1",
1616
"typing-extensions>=4.15.0",
1717
"jinja2>=3.1.6",

0 commit comments

Comments
 (0)