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 36 vulnerabilities #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ airspeed>=0.5.14
amazon_kclpy-ext==1.5.1
# amazon-kclpy==1.5.1
aws-sam-translator>=1.15.1
awscli>=1.14.18
awscli>=1.27.90
boto>=2.49.0
boto3>=1.14.33 #basic-lib
botocore>=1.12.13
Expand All @@ -25,7 +25,7 @@ docopt>=0.6.2 #basic-lib
elasticsearch>=7.0.0,<8.0.0
flake8>=3.6.0 #extended-lib
flake8-quotes>=0.11.0 #extended-lib
flask>=1.0.2
flask>=2.2.5
flask-cors>=3.0.3,<3.1.0
flask_swagger==0.2.12
forbiddenfruit==0.1.3
Expand All @@ -44,8 +44,15 @@ pyopenssl==17.5.0
python-coveralls>=2.9.1
pyyaml>=3.13,<=5.1
Quart>=0.6.15
requests>=2.20.0 #basic-lib
requests>=2.31.0 #basic-lib
requests-aws4auth==0.9
sasl>=0.2.1
six>=1.12.0 #basic-lib
xmltodict>=0.11.0
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=42.0.8 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
jinja2>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability
rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=2.2.3 # not directly required, pinned by Snyk to avoid a vulnerability