Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versioningit requirement from ~=1.0 to >=1,<4 #206

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2024

Updates the requirements on versioningit to permit the latest version.

Release notes

Sourced from versioningit's releases.

v3.1.2 — Bugfix

  • Drop support for Python 3.7
  • Bugfix: When using versioningit with Hatch, don't run the onbuild step for editable builds
Changelog

Sourced from versioningit's changelog.

v3.1.2 (2024-07-20)

  • Drop support for Python 3.7
  • Bugfix: When using versioningit with Hatch, don't run the onbuild step for editable builds

v3.1.1 (2024-04-29)

  • Correctly mark a certain test as requiring Mercurial

v3.1.0 (2024-03-16)

  • When git describe fails to retrieve a tag, the resulting log/error message now includes all options passed to the command (based on contribution by @​jenshnielsen)
  • When hg log fails to retrieve a tag, the resulting log/error message now includes the tag pattern passed to latesttag(), if any

v3.0.0 (2023-12-13)

  • Migrated from setuptools to hatch
  • Support using the onbuild step with Hatch
  • Breaking: The build_dir argument passed to Versioningit.do_onbuild() and onbuild method callables has been changed to an OnbuildFileProvider ABC

v2.3.0 (2023-11-19)

  • Always read .hg_archival.txt files using UTF-8 encoding
  • Added support for using versioningit with Hatch

v2.2.1 (2023-09-22)

  • Raise a ConfigError if the selected tool.versioningit.format field is not a string
  • Update tests for pydantic 2.0
  • Update tests for Python 3.12
  • Support Python 3.12

v2.2.0 (2023-02-11)

  • The custom setuptools command classes can now be imported directly from the versioningit.cmdclass module as an alternative to calling get_cmdclasses()

v2.1.0 (2022-10-25)

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

... (truncated)

Commits
  • 6c38134 v3.1.2 — Bugfix
  • 614f54b Merge pull request #90 from jwodder/gh-89
  • 371f3fd Don't run onbuild step for editable builds with Hatch
  • eb4bbcb Expand "editable" tests, exposing a failure
  • 55946c8 Drop support for Python 3.7
  • 94756b8 Autoupdate .pre-commit-config.yaml
  • 41e8c8a v3.1.1 — Fix a test
  • 6281f88 Python 3.8 & 3.9 are now available for ARM macOS on GitHub Actions
  • b94cea5 [skip ci] Adjust rST for README badges
  • a06bede Merge pull request #86 from jwodder/arm-mac-ci
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 <dependency name> 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)

Updates the requirements on [versioningit](https://github.com/jwodder/versioningit) to permit the latest version.
- [Release notes](https://github.com/jwodder/versioningit/releases)
- [Changelog](https://github.com/jwodder/versioningit/blob/master/CHANGELOG.md)
- [Commits](jwodder/versioningit@v1.0.0...v3.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependency_updates For issues/PRs relating to dependency upgrades label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency_updates For issues/PRs relating to dependency upgrades
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants