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.8.0 to ~=6.9.0 #81

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 16, 2022

Updates the requirements on tbump to permit the latest version.

Release notes

Sourced from tbump's releases.

v6.9.0

  • Add tbump current-version command, to print the current version. Path by @​blink1073
Changelog

Sourced from tbump's changelog.

6.9.0 (2022-03-27)

  • Add tbump current-version command, to print the current version. Path by @​blink1073

6.8.0 (2022-03-27)

  • Allow usage of python -m tbump in addtion to just tbump

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

... (truncated)

Commits
  • 54feff2 Bump to 6.9.0
  • bc9d943 Remove tools/publish.sh - we can use poetry directly
  • e7d09ac Update Changelog
  • 715f0a7 Refactor tbump.cli.run()
  • 01785b4 We refactor the tests to not rely on check_output, but forgot this bit
  • a154041 current_version: use print() instead of ui.info()
  • 27dafa9 Better tests for current-version
  • cc83585 Ran black and isort
  • 69b588d Add current-version cli command
  • See full diff 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 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 [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.8.0...v6.9.0)

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

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

dependabot bot commented on behalf of github May 16, 2022

The following labels could not be found: dependency.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2332859241

  • 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.782%

Totals Coverage Status
Change from base Build 2158216093: 0.0%
Covered Lines: 15926
Relevant Lines: 16982

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant