Skip to content

Commit 6d31a64

Browse files
chore(deps): bump cryptography (#360)
Bumps the uv group with 1 update in the /py/web-transport directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 48.0.1 to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.1...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c70649 commit 6d31a64

2 files changed

Lines changed: 43 additions & 46 deletions

File tree

py/web-transport/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires-python = ">=3.12"
1111
license = "MIT OR Apache-2.0"
1212
authors = [{ name = "ai-and-i", email = "ai.and.i.project@gmail.com" }]
1313
keywords = ["webtransport", "quic", "http3", "asyncio", "networking"]
14-
dependencies = ["cryptography>=48.0.1"]
14+
dependencies = ["cryptography>=50.0.0"]
1515
classifiers = [
1616
"Development Status :: 3 - Alpha",
1717
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)