diff --git a/requirements.txt b/requirements.txt index 9fff2388..8d656e37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ requests~=2.33.0; python_version >= "3.10" # Core dependencies django>=4.2.0,<5.0.0 python-dotenv>=1.0.0 -cryptography>=43.0.1,<47.0 +cryptography>=46.0.6,<47.0 pyjwt>=2.10.0 fastapi>=0.110.0 flask>=3.0.0 @@ -39,3 +39,4 @@ twine>=4.0.2 # Other dependencies httpx>=0.25.0,<0.29.0 +pygments>=2.20.0 # not directly required, pinned by Snyk to avoid a vulnerability