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 14 vulnerabilities #938

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
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ botocore==1.29.89
# s3transfer
cachelib==0.1.1
# via flask-session
certifi==2022.12.7
certifi==2023.7.22
# via requests
cffi==1.14.5
# via cryptography
Expand All @@ -35,7 +35,7 @@ click==7.1.2
# via flask
contextlib2==21.6.0
# via sanitized-package
cryptography==39.0.2
cryptography==42.0.4
# via
# moto
# sanitized-package
Expand All @@ -47,7 +47,7 @@ docopt==0.6.2
# via notifications-python-client
flake8==3.9.2
# via -r requirements-dev.in
flask==1.1.4
flask==2.2.5
# via
# flask-gzip
# flask-login
Expand Down Expand Up @@ -81,7 +81,7 @@ itsdangerous==1.1.0
# via
# flask
# flask-wtf
jinja2==2.11.3
jinja2==3.1.3
# via
# flask
# moto
Expand Down Expand Up @@ -141,9 +141,9 @@ pytz==2022.7.1
# via
# moto
# sanitized-package
redis==4.5.1
redis==4.5.4
# via sanitized-package
requests==2.28.2
requests==2.31.0
# via
# mailchimp3
# moto
Expand Down Expand Up @@ -189,12 +189,12 @@ typing-extensions==3.7.4.3
# via mypy
unicodecsv==0.14.1
# via sanitized-package
urllib3==1.26.5
urllib3==1.26.18
# via
# botocore
# requests
# responses
werkzeug==1.0.1
werkzeug==2.3.8
# via
# flask
# flask-login
Expand Down
Loading