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 5 vulnerabilities #157

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
6 changes: 4 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
certifi==2023.7.22
certifi==2024.7.4
# via requests
charset-normalizer==3.2.0
# via requests
Expand Down Expand Up @@ -53,7 +53,7 @@ tomli==2.0.1
# pytest
types-pyyaml==6.0.12.11
# via responses
urllib3==2.0.7
urllib3==2.2.2
# via
# requests
# responses
Expand All @@ -63,3 +63,5 @@ wheel==0.41.0
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Loading