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 tbump requirement from ~=6.6.0 to ~=6.7.0 #5600

Merged
merged 4 commits into from
Apr 11, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2021

Updates the requirements on tbump to permit the latest version.

Release notes

Sourced from tbump's releases.

v6.7.0

  • Drop support for Python 3.6
  • Drop dependency on attr
Changelog

Sourced from tbump's changelog.

6.7.0 (2021-12-22)

  • Drop support for Python 3.6
  • Drop dependency on attr

6.6.1 (2021-12-17)

  • Relax dependency on cli-ui
  • Use a better example in the README (patch by @​umonoca)

6.6.0 (2021-11-11)

Add support for other config paths ++++++++++++++++++++++++++++++++++

Added -c, --config to tbump command line, allowing using a different config file than tbump.toml (based on early work by @​achary)

Add support default values for versions fields ++++++++++++++++++++++++++++++++++++++++++++++

Added new [[field]] option for setting default values for version fields with no match in the version regex (e.g. prerelease fields), avoiding errors when these fields are present in a version_template. Patch by @​minrk.

For example:

.. code-block:: toml

[[field]] name = "prerelease" default = ""

Other +++++

  • Relax dependency on attrs - we used to have attrs <20, >=19, now we have attrs >= 20.

6.5.0 (2021-10-16)

Instead of pushing twice, which spawns two workflows, tbump now runs git push --atomic <remote> <branch> <tag>. Patch by @​InCogNiTo124.

6.4.1 (2021-10-05)

... (truncated)

Commits

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 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)

@dependabot dependabot bot added the dependency Label for github dependabot label Dec 27, 2021
@cdce8p
Copy link
Member

cdce8p commented Dec 27, 2021

Github actions seems to have issues at the moment. Let's try again once they are resolved. If it doesn't work then, I might have one more idea. https://www.githubstatus.com

@Pierre-Sassoulas Pierre-Sassoulas added this to the 2.13.0 milestone Dec 27, 2021
@cdce8p cdce8p mentioned this pull request Dec 27, 2021
@cdce8p
Copy link
Member

cdce8p commented Dec 27, 2021

tbump 6.7.0 dropped support for Python 3.6
I would suggest to postpone this PR until 2.14.0 -> #5513

I opened #5602 to address the CI issue separately.

@Pierre-Sassoulas
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 27, 2021

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Pierre-Sassoulas
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/tbump-approx-eq-6.7.0 branch from 7f7714b to 6cbd36f Compare December 27, 2021 20:02
@Pierre-Sassoulas Pierre-Sassoulas modified the milestones: 2.13.0, 2.14.0 Dec 27, 2021
@Pierre-Sassoulas Pierre-Sassoulas mentioned this pull request Dec 27, 2021
15 tasks
@cdce8p
Copy link
Member

cdce8p commented Dec 31, 2021

@dependabot rebase

Updates the requirements on [tbump](https://github.com/dmerejkowsky/tbump) to permit the latest version.
- [Release notes](https://github.com/dmerejkowsky/tbump/releases)
- [Changelog](https://github.com/dmerejkowsky/tbump/blob/main/Changelog.rst)
- [Commits](your-tools/tbump@v6.6.0...v6.7.0)

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

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

dependabot bot commented on behalf of github Dec 31, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2022

A newer version of tbump exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@Pierre-Sassoulas Pierre-Sassoulas added the Blocked 🚧 Blocked by a particular issue label Apr 4, 2022
@Pierre-Sassoulas
Copy link
Member

Blocked by #4310 #5921

@DanielNoord DanielNoord removed the Blocked 🚧 Blocked by a particular issue label Apr 11, 2022
@DanielNoord DanielNoord merged commit 60ce60a into main Apr 11, 2022
@DanielNoord DanielNoord deleted the dependabot/pip/tbump-approx-eq-6.7.0 branch April 11, 2022 14:04
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2148782513

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.945%

Totals Coverage Status
Change from base Build 2148762509: 0.0%
Covered Lines: 15840
Relevant Lines: 16861

💛 - Coveralls

@Pierre-Sassoulas Pierre-Sassoulas removed this from the 2.14.0 milestone May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Label for github dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants