Skip to content

Commit 91173cb

Browse files
committed
fix: snyk issues
1 parent b84c21c commit 91173cb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements-dev.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ pip-tools
44
pytest
55
pytest-cov
66
responses
7+
zipp>=3.19.1 # pinned to avoid CVE-2024-5569 vulnerability

requirements-dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.13
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
@@ -79,8 +79,9 @@ urllib3==2.5.0
7979
# responses
8080
wheel==0.46.2
8181
# via pip-tools
82+
zipp==3.23.0
83+
# via -r requirements-dev.in
8284

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

0 commit comments

Comments
 (0)