edgi-govdata-archiving / wayback

A Python API to the Internet Archive Wayback Machine
https://wayback.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
61 stars 12 forks source link

Update check-wheel-contents requirement from ~=0.5.0 to ~=0.6.0 #136

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Updates the requirements on check-wheel-contents to permit the latest version.

Release notes

Sourced from check-wheel-contents's releases.

v0.6.0 — Exclude toplevel from W005

  • Support Python 3.12
  • Add type annotations to tests
  • W005 will no longer fail for common names that are provided to --toplevel (contributed by @​gaborbernat)
Changelog

Sourced from check-wheel-contents's changelog.

v0.6.0 (2023-10-31)

  • Support Python 3.12
  • Add type annotations to tests
  • W005 will no longer fail for common names that are provided to --toplevel (contributed by @​gaborbernat)

v0.5.0 (2023-09-23)

  • Update pydantic to v2.0

v0.4.0 (2022-10-25)

  • Drop support for Python 3.6
  • Support Python 3.11
  • Use tomllib on Python 3.11

v0.3.4 (2022-01-02)

  • Support Python 3.10
  • Support tomli 2.0

v0.3.3 (2021-08-02)

  • Update for tomli 1.2.0

v0.3.2 (2021-07-08)

  • Replace property-manager with functools.cached_property (Python 3.8+) / cached-property (pre-Python 3.8)
  • Open TOML files using UTF-8 (contributed by @​domdfcoding)
  • Get tests to pass on Windows

v0.3.1 (2021-07-02)

  • Switch from toml to tomli

v0.3.0 (2021-05-12)

  • Make sdists include *.pyc files from the test data directory
  • Use pydantic for configuration validation
  • Add app, cli, lib, and scripts to the set of common toplevel names checked for by W005
  • Support Click 8

v0.2.0 (2020-11-07)

  • Paths passed to src_dir in a configuration file are now required to be

... (truncated)

Commits
  • ebe11df v0.6.0 — Exclude toplevel from W005
  • 3437d6f [skip ci] Fix a link in the README
  • ae2c331 Update docs; cleanup
  • c0d46ce Merge pull request #25 from gaborbernat/exclude-top-level
  • 1935363 Another formatting tweak
  • 8b9cb2e Add type annotations to tests
  • 200ef63 Some reformatting
  • 2cf5149 Set ignore_missing_imports = False
  • 31f92cd Support Python 3.12
  • 4a054b9 [skip ci] Update GitHub Actions config
  • 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)