Bump zipp from 3.18.1 to 3.18.2 (#2326)

* Bump zipp from 3.18.1 to 3.18.2

Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.1 to 3.18.2.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](https://github.com/jaraco/zipp/compare/v3.18.1...v3.18.2)

---
updated-dependencies:
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update zipp==3.18.2

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>

[skip ci]
This commit is contained in:
dependabot[bot] 2024-05-18 11:17:26 -07:00 committed by GitHub
parent 37ffe68ce2
commit c505e26656
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -263,7 +263,7 @@ class Path:
>>> str(path.parent) >>> str(path.parent)
'mem' 'mem'
If the zipfile has no filename, such attribtues are not If the zipfile has no filename, such attributes are not
valid and accessing them will raise an Exception. valid and accessing them will raise an Exception.
>>> zf.filename = None >>> zf.filename = None

View file

@ -47,7 +47,7 @@ urllib3<2
webencodings==0.5.1 webencodings==0.5.1
websocket-client==1.8.0 websocket-client==1.8.0
xmltodict==0.13.0 xmltodict==0.13.0
zipp==3.18.1 zipp==3.18.2
# configobj==5.1.0 # configobj==5.1.0
# sgmllib3k==1.0.0 # sgmllib3k==1.0.0