Skip to content

Commit 78dc820

Browse files
Merge pull request #168 from kinde-oss/snyk-fix-97f19705d8ae8b2e3b0143ed6e133cd0
2 parents aeed581 + 285d313 commit 78dc820

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requests~=2.33.0; python_version >= "3.10"
33
# Core dependencies
44
django>=4.2.0,<5.0.0
55
python-dotenv>=1.0.0
6-
cryptography>=43.0.1,<47.0
6+
cryptography>=46.0.6,<47.0
77
pyjwt>=2.10.0
88
fastapi>=0.110.0
99
flask>=3.0.0
@@ -39,3 +39,4 @@ twine>=4.0.2
3939

4040
# Other dependencies
4141
httpx>=0.25.0,<0.29.0
42+
pygments>=2.20.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)