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 24 vulnerabilities #1313

Open
wants to merge 1 commit into
base: main
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
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
Loading