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 32 vulnerabilities #754

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
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ click==7.1.2
# via flask
contextlib2==0.6.0.post1
# via digitalmarketplace-utils
cryptography==36.0.1
cryptography==42.0.2
# via digitalmarketplace-utils
deepmerge==0.2.1
# via -r requirements-dev.in
Expand All @@ -49,7 +49,7 @@ docopt==0.6.2
# notifications-python-client
flake8==3.9.1
# via -r requirements-dev.in
flask==1.0.4
flask==2.2.5
# via
# digitalmarketplace-content-loader
# digitalmarketplace-utils
Expand All @@ -76,7 +76,7 @@ govuk-country-register==0.5.0
# via digitalmarketplace-utils
hypothesis==6.10.0
# via -r requirements-dev.in
idna==2.10
idna==3.7
# via requests
inflection==0.5.1
# via digitalmarketplace-content-loader
Expand All @@ -86,7 +86,7 @@ itsdangerous==1.1.0
# via
# flask
# flask-wtf
jinja2==2.11.3
jinja2==3.1.3
# via
# digitalmarketplace-content-loader
# flask
Expand Down Expand Up @@ -150,7 +150,7 @@ pyyaml==5.4.1
# via
# -r requirements-dev.in
# digitalmarketplace-content-loader
redis==4.1.4
redis==4.3.6
# via digitalmarketplace-utils
requests==2.25.1
# via
Expand All @@ -173,7 +173,7 @@ urllib3==1.26.5
# via
# botocore
# requests
werkzeug==1.0.1
werkzeug==2.3.8
# via flask
workdays==1.4
# via digitalmarketplace-utils
Expand Down
Loading