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 #767

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
11 changes: 6 additions & 5 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.8
# 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 Down Expand Up @@ -86,7 +86,7 @@ itsdangerous==1.1.0
# via
# flask
# flask-wtf
jinja2==2.11.3
jinja2==3.1.4
# 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==3.0.3
# via flask
workdays==1.4
# via digitalmarketplace-utils
Expand All @@ -184,3 +184,4 @@ wtforms==2.3.3

# The following packages are considered to be unsafe in a requirements file:
# setuptools
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Loading