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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:
python: python3.8
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-ast
types: [file, python]
Expand All @@ -19,7 +19,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -31,12 +31,12 @@ repos:
types: [file, python]
args: ["--profile", "black", "--filter-files", "--gitignore"]
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
types: [file, python]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.41.0
hooks:
- id: markdownlint
types: [file, markdown]
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
options:
max-file: 20
max-size: 10m


api:
healthcheck:
Expand Down
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