Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 25 vulnerabilities #111

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
13 changes: 11 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
moto==2.0.1
mock
moto==5.0.1
ckanapi==4.3
flask>2,<2.1
flask-login==0.6.3

#1.0.2 is python3 only
httpretty==0.9.7
jinja2>=3
parameterized==0.8.1
pytest-cov
pytest-ckan
six>=1.13.0
six>=1.13.0
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=41.0.6 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=2.2.3,<3 # not directly required, pinned by Snyk to avoid a vulnerability
Loading