Skip to content

Commit

Permalink
Bump zipp from 3.17.0 to 3.19.1 in /src (#295)
Browse files Browse the repository at this point in the history
* Bump zipp from 3.17.0 to 3.19.1 in /src

Bumps [zipp](https://github.com/jaraco/zipp) from 3.17.0 to 3.19.1.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.17.0...v3.19.1)

---
updated-dependencies:
- dependency-name: zipp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump zipp from 3.17.0 to 3.19.1 in /src

Bumps [zipp](https://github.com/jaraco/zipp) from 3.17.0 to 3.19.1.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.17.0...v3.19.1)

---
updated-dependencies:
- dependency-name: zipp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump zipp from 3.17.0 to 3.19.1 in /src

Bumps [zipp](https://github.com/jaraco/zipp) from 3.17.0 to 3.19.1.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.17.0...v3.19.1)

---
updated-dependencies:
- dependency-name: zipp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update requirements.in and recompile requirements

* Update all pre-commit hooks

* Run pre-commit hooks on all files

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Romaniello <[email protected]>
  • Loading branch information
dependabot[bot] and aromanielloNTIA authored Jul 25, 2024
1 parent 50b769d commit 2eb5bf8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
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

0 comments on commit 2eb5bf8

Please sign in to comment.