Skip to content

Commit

Permalink
Bump zipp from 1.2.0 to 3.19.1 in /deploy-agent
Browse files Browse the repository at this point in the history
Bumps [zipp](https://github.com/jaraco/zipp) from 1.2.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@v1.2.0...v3.19.1)

---
updated-dependencies:
- dependency-name: zipp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 9, 2024
1 parent c9ed0fb commit 7ee4dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-agent/requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PyYAML==5.3.1; python_version < '3.12'
PyYAML==6.0.1; python_version >= '3.12'
zipp==1.2.0
zipp==3.19.1
configparser==4.0.2
python-daemon==2.0.6
setuptools==44.1.1; python_version < '3'
Expand Down
2 changes: 1 addition & 1 deletion deploy-agent/thirdparty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ requests==2.29.0; python_version < '3.12'
requests==2.32.3; python_version >= '3.12'
setuptools==59.0.1
strictyaml==1.6.1
zipp==1.2.0
zipp==3.19.1

0 comments on commit 7ee4dd6

Please sign in to comment.