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 33 vulnerabilities #1053

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
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 cryptography
Expand All @@ -24,7 +24,7 @@ click==7.0
# via flask
contextlib2==0.6.0.post1
# via digitalmarketplace-utils
cryptography==39.0.1
cryptography==43.0.1
# via digitalmarketplace-utils
defusedxml==0.6.0
# via odfpy
Expand All @@ -36,13 +36,13 @@ digitalmarketplace-utils==60.12.0
# via
# -r requirements.in
# digitalmarketplace-content-loader
dnspython==2.3.0
dnspython==2.6.1
# via email-validator
docopt==0.6.2
# via notifications-python-client
email-validator==1.3.1
# via -r requirements.in
flask==1.1.4
flask==2.2.5
# via
# -r requirements.in
# digitalmarketplace-content-loader
Expand Down Expand Up @@ -72,7 +72,7 @@ govuk-country-register==0.5.0
# via digitalmarketplace-utils
govuk-frontend-jinja @ git+https://github.com/Crown-Commercial-Service/[email protected]
# via -r requirements.in
idna==2.9
idna==3.7
# via
# email-validator
# requests
Expand All @@ -83,7 +83,7 @@ itsdangerous==1.1.0
# -r requirements.in
# flask
# flask-wtf
jinja2==2.11.3
jinja2==3.1.4
# via
# digitalmarketplace-content-loader
# flask
Expand Down Expand Up @@ -122,7 +122,7 @@ pyyaml==6.0.1
# via digitalmarketplace-content-loader
redis==3.5.3
# via digitalmarketplace-utils
requests==2.26.0
requests==2.32.2
# via
# digitalmarketplace-apiclient
# digitalmarketplace-utils
Expand All @@ -134,11 +134,11 @@ six==1.14.0
# via python-dateutil
unicodecsv==0.14.1
# via digitalmarketplace-utils
urllib3==1.26.5
urllib3==1.26.19
# via
# botocore
# requests
werkzeug==1.0.1
werkzeug==3.0.3
# via
# flask
# flask-login
Expand Down
Loading