Skip to content

Bump zipp from 3.11.0 to 3.15.0

HIFIS Bot requested to merge dependabot-pip-zipp-3.15.0 into main

Bumps zipp from 3.11.0 to 3.15.0.

Changelog

Sourced from zipp's changelog.

v3.15.0

  • gh-102209: test_implied_dirs_performance now tests measures the time complexity experimentally.

v3.14.0

  • Minor cleanup in tests, including #93.

v3.13.0

  • In tests, add a fallback when func_timeout isn't available.

v3.12.1

  • gh-101566: In CompleteDirs, override ZipFile.getinfo to supply a ZipInfo for implied dirs.

v3.12.0

  • gh-101144: Honor encoding as positional parameter to Path.open() and Path.read_text().
Commits
  • 63bdf88 Merge pull request #94 from jaraco/gh-102209/measure-complexity-implied-dirs
  • 54cd2d2 Update changelog.
  • ed7a657 Move complexity tests to their own module.
  • 4515828 Allow sub-linear complexity (as observed on PyPy).
  • 8c0a745 Measure the complexity directly using the big-O library. Fixes python/cpython...
  • 54602b9 Use consume from more_itertools.
  • 8ea7543 Fix coverage in conftest
  • 48c5ddf Fix EncodingWarning in test_pickle.
  • 31f58cd Fix EncodingWarning in doctest.
  • 885d0e7 Add test for getinfo on a missing. Restores 100% coverage.
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @hifis-bot rebase will rebase this MR
  • @hifis-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports