Skip to content

Commit 4b0b4dd

Browse files
Merge pull request #183 from kinde-oss/renovate/pypi-cryptography-vulnerability
fix(deps): update dependency cryptography to v48 [security]
2 parents 05f4ce5 + 263303d commit 4b0b4dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"frozendict >=2.4.3, <3.0",
3131
"certifi >=2026.1.4",
3232
"PyYAML >=6.0.1, <7.0.0",
33-
"cryptography >=43.0.1, <47.0",
33+
"cryptography >=48.0.1, <48.1",
3434
"python-dotenv >=1.0.0, <2.0.0",
3535
"itsdangerous >=2.2.0, <3.0.0",
3636
"nest-asyncio >=1.5.8, <2.0.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requests~=2.34.0; python_version >= "3.10"
33
# Core dependencies
44
django>=4.2.0,<5.0.0
55
python-dotenv>=1.0.0
6-
cryptography>=46.0.6,<47.0
6+
cryptography>=48.0.1,<48.1
77
pyjwt>=2.10.0
88
fastapi>=0.110.0
99
flask>=3.0.0

0 commit comments

Comments
 (0)