Skip to content

Commit 64186c4

Browse files
authored
fix: Update cryptography to 46.0.7 in gcp/functions/pypi (#5221)
This PR updates the `cryptography` dependency in `gcp/functions/pypi` from 46.0.6 to 46.0.7 to address a security vulnerability [GHSA-p423-j2cm-9vmq](https://osv.dev/GHSA-p423-j2cm-9vmq).
1 parent 9a25c83 commit 64186c4

2 files changed

Lines changed: 53 additions & 53 deletions

File tree

gcp/functions/pypi/poetry.lock

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

gcp/functions/pypi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pypi-publish"
33
requires-python = ">=3.13,<4.0"
44
dependencies = [
5-
"cryptography (==46.0.6)",
5+
"cryptography (==46.0.7)",
66
"google-cloud-secret-manager (==2.26.0)",
77
"osv (==0.1.2)",
88
"requests (==2.33.0)",

0 commit comments

Comments
 (0)