Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Mar 9, 2024
1 parent 000c3a1 commit 095607b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ botocore==1.22.0
# s3transfer
cachelib==0.1.1
# via flask-session
certifi==2019.11.28
certifi==2023.7.22
# via requests
cffi==1.14.0
# via
Expand All @@ -34,7 +34,7 @@ click==7.0
# via flask
contextlib2==0.6.0.post1
# via digitalmarketplace-utils
cryptography==39.0.1
cryptography==42.0.4
# via digitalmarketplace-utils
defusedxml==0.6.0
# via odfpy
Expand All @@ -44,7 +44,7 @@ digitalmarketplace-utils==60.12.0
# via -r requirements.in
docopt==0.6.2
# via notifications-python-client
flask==1.1.4
flask==2.2.5
# via
# -r requirements.in
# digitalmarketplace-utils
Expand Down Expand Up @@ -87,7 +87,7 @@ itsdangerous==1.1.0
# -r requirements.in
# flask
# flask-wtf
jinja2==2.11.3
jinja2==3.1.3
# via flask
jmespath==0.9.4
# via
Expand Down Expand Up @@ -125,7 +125,7 @@ pytz==2019.3
# via digitalmarketplace-utils
redis==3.5.3
# via digitalmarketplace-utils
requests==2.26.0
requests==2.31.0
# via
# digitalmarketplace-apiclient
# digitalmarketplace-utils
Expand Down Expand Up @@ -157,11 +157,11 @@ strict-rfc3339==0.7
# via -r requirements.in
unicodecsv==0.14.1
# via digitalmarketplace-utils
urllib3==1.26.5
urllib3==1.26.18
# via
# botocore
# requests
werkzeug==1.0.0
werkzeug==2.3.8
# via flask
workdays==1.4
# via digitalmarketplace-utils
Expand Down

0 comments on commit 095607b

Please sign in to comment.