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

Bump zipp from 3.17.0 to 3.19.1 in /src #295

Merged
merged 8 commits into from
Jul 25, 2024
2 changes: 1 addition & 1 deletion src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ wcwidth==0.2.12
# via blessed
yarl==1.9.4
# via aiohttp
zipp==3.17.0
zipp==3.19.1
# via
# -r requirements.txt
# importlib-resources
Expand Down
1 change: 1 addition & 0 deletions src/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ grpcio>=1.53.0 # CVE-2023-32732, CVE-2023-32731, CVE-2023-1428
pyyaml>=5.4.0 # CVE-2020-14343
sqlparse>=0.5.0 # CVE-2024-4340
urllib3>=2.2.2 # CVE-2024-37891
zipp>=3.19.1 # CVE-2024-5569
6 changes: 4 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,7 @@ urllib3==2.2.2
# via
# -r requirements.in
# requests
zipp==3.17.0
# via importlib-resources
zipp==3.19.1
# via
# -r requirements.in
# importlib-resources
Loading