We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84c21c commit 91173cbCopy full SHA for 91173cb
2 files changed
requirements-dev.in
@@ -4,3 +4,4 @@ pip-tools
4
pytest
5
pytest-cov
6
responses
7
+zipp>=3.19.1 # pinned to avoid CVE-2024-5569 vulnerability
requirements-dev.txt
@@ -1,5 +1,5 @@
1
#
2
-# This file is autogenerated by pip-compile with Python 3.13
+# This file is autogenerated by pip-compile with Python 3.12
3
# by the following command:
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
@@ -79,8 +79,9 @@ urllib3==2.5.0
79
# responses
80
wheel==0.46.2
81
# via pip-tools
82
+zipp==3.23.0
83
+ # via -r requirements-dev.in
84
85
# The following packages are considered to be unsafe in a requirements file:
86
# pip
87
# setuptools
-zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
0 commit comments