diff --git a/requirements.txt b/requirements.txt index 7941582..74c48f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,4 +22,6 @@ docutils==0.12 factory-boy==2.5.2 fastcache==1.0.2 django_tables2 -djangorestframework-jwt \ No newline at end of file +djangorestframework-jwt +django>=4.2.22 # not directly required, pinned by Snyk to avoid a vulnerability +requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file