Skip to content

Commit e829dbb

Browse files
fix(deps): update dependency cryptography to v49
1 parent 7a38e85 commit e829dbb

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 >=48.0.1, <48.1",
33+
"cryptography >=49, <49.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
@@ -4,7 +4,7 @@ requests~=2.34.2; python_version >= "3.10"
44
django>=4.2.0,<5.0.0; python_version < "3.12"
55
django>=6.0.6,<6.1.0; python_version >= "3.12"
66
python-dotenv>=1.0.0
7-
cryptography>=48.0.1,<48.1
7+
cryptography>=49,<49.1
88
pyjwt>=2.10.0
99
fastapi>=0.110.0
1010
flask>=3.0.0

0 commit comments

Comments
 (0)