Bump zipp from 3.0.0 to 3.5.0
Bumps zipp from 3.0.0 to 3.5.0.
Changelog
Sourced from zipp's changelog.
v3.5.0
#74 and bpo-44095: Added
.suffix,.suffixes, and.stemproperties.v3.4.2
Refresh package metadata.
v3.4.1
Refresh packaging.
v3.4.0
#68 and bpo-42090:
Path.joinpathnow takes arbitrary positional arguments and no longer acceptsaddas a keyword argument.v3.3.2
Updated project metadata including badges.
v3.3.1
bpo-42043: Add tests capturing subclassing requirements.
v3.3.0
#9:
Pathobjects now expose a.filenameattribute and rely on that to resolve.nameand.parentwhen thePathobject is at the root of the zipfile.v3.2.0
#57 and bpo-40564: Mutate the passed ZipFile object type instead of making a copy. Prevents issues when both the local copy and the caller's copy attempt to close the same file handle.
#56 and bpo-41035:
Path._nextnow honors subclasses.#55:
Path.is_file()now returns False for non-existent names.v3.1.0
#47:
.opennow raisesFileNotFoundErrorandIsADirectoryErrorwhen appropriate.
Commits
48e9188bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129)fe0253dUpdate changelog.fec806cMerge https://github.com/jaraco/skeleton5a8384eUse shutil for rmtree85d08dbSuppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packagin...1b16520Remove setup_requires, obviated by build-requires in pyproject.toml.97d367cMerge https://github.com/jaraco/skeleton4a734d4Test on Python 3.108698127Make sphinx fail on any warnings (#36)6c1c45bReplace md file with badge linking to documentation site. Fixes jaraco/skelet...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Codecov Report
Merging #186 (7ff0ab8) into master (43e8e6d) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #186 +/- ##
=======================================
Coverage 94.39% 94.39%
=======================================
Files 13 13
Lines 660 660
Branches 56 56
=======================================
Hits 623 623
Misses 28 28
Partials 9 9