Skip to content

Commit fe18fac

Browse files
gautamg795Convex, Inc.
authored andcommitted
update pip-cryptography (#39742)
Addresses CVE-2024-12797 / GHSA-79v4-65xg-pq4g / https://github.com/get-convex/convex/security/dependabot/702 GitOrigin-RevId: c89e623332111381959972739176e6fa2f8efa19
1 parent acdf941 commit fe18fac

File tree

2 files changed

+52
-41
lines changed

2 files changed

+52
-41
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Python client for the reactive backend-as-a-service Convex."
99
authors = [
1010
{ name = "Convex, Inc", email = "[email protected]" },
1111
]
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.9.2"
1313
classifiers = [
1414
"Development Status :: 3 - Alpha",
1515
"Programming Language :: JavaScript",
@@ -41,9 +41,10 @@ authors = ["Convex, Inc. <[email protected]>"]
4141
license = "Apache-2.0"
4242

4343
[tool.poetry.dependencies]
44-
python = ">=3.9"
44+
python = ">=3.9.2"
4545
python-dotenv = "^1.0.0"
4646
requests = "^2.32.0"
47+
cryptography = ">=44.0.1"
4748

4849
[tool.poetry.group.dev.dependencies]
4950
autoflake = "^2.0.0"

0 commit comments

Comments
 (0)