Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps bump-my-version from 0.31.1 to 1.1.2.

Release notes

Sourced from bump-my-version's releases.

1.1.2

Compare the full difference.

Fixes

  • Fix ident level when bump() or parse() throws exceptions. dd6a841

Other

1.1.1

Compare the full difference.

Fixes

  • Fix fallback search pattern in files. 51ea69f

    Refactor _contains_change_pattern method by removing unused context parameter.

    Replace version config usage with DEFAULT_CONFIG to provide correct fallback logic.

    Minor test update to align with changes.

  • Fixes lack of rendering in moveable tags. d201dff

1.1.0

Compare the full difference.

Fixes

  • Refactor Mercurial SCM support and improve test coverage. acd94d1

    Revamped the Mercurial SCM implementation with new features including full tag retrieval, commit handling, and clean working directory assertion. Enhanced test suite with new Mercurial-specific tests for functionality and edge cases.

  • Fixed the test_bump_nested_regex function to use utc time. 7d33dff

    Code in the test function used the machine local time instead of UTC time. This made the test fail if the user was not in UTC time, as the fixture tested against a bumped time using utcnow

    Added a recipe to justfile to run the tests and open the coverage report in a default web browser

  • Fix caching in action. d3b9f76

New

... (truncated)

Changelog

Sourced from bump-my-version's changelog.

1.1.2 (2025-04-12)

Compare the full difference.

Fixes

  • Fix ident level when bump() or parse() throws exceptions. dd6a841

Other

1.1.1 (2025-03-22)

Compare the full difference.

Fixes

  • Fix fallback search pattern in files. 51ea69f

    Refactor _contains_change_pattern method by removing unused context parameter.

    Replace version config usage with DEFAULT_CONFIG to provide correct fallback logic.

    Minor test update to align with changes.

  • Fixes lack of rendering in moveable tags. d201dff

1.1.0 (2025-03-22)

Compare the full difference.

Fixes

  • Refactor Mercurial SCM support and improve test coverage. acd94d1

    Revamped the Mercurial SCM implementation with new features including full tag retrieval, commit handling, and clean working directory assertion. Enhanced test suite with new Mercurial-specific tests for functionality and edge cases.

  • Fixed the test_bump_nested_regex function to use utc time. 7d33dff

    Code in the test function used the machine local time instead of UTC time. This made the test fail if the user was not in UTC time, as the fixture tested against a bumped time using utcnow

    Added a recipe to justfile to run the tests and open the coverage report in a default web browser

  • Fix caching in action. d3b9f76

New

... (truncated)

Commits
  • 73fa692 Version updated from 1.1.1 to 1.1.2
  • 2161eaf Merge pull request #329 from callowayproject/pre-commit-ci-update-config
  • 10b76f6 [pre-commit.ci] pre-commit autoupdate
  • 31bab59 Testing write access
  • d23baa0 Merge pull request #328 from gzm55/work/fix-ident
  • dd6a841 fix ident level when bump() or parse() throws exceptions
  • 3b031a0 Version updated from 1.1.0 to 1.1.1
  • 62f2930 Merge pull request #326 from callowayproject/fix-moveable-tags
  • de4438b Fix unit test !minor
  • 51ea69f Fix fallback search pattern in files
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @Zeitsperre.


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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 5, 2025
Copy link
Collaborator

@Zeitsperre Zeitsperre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@coveralls
Copy link

coveralls commented May 5, 2025

Coverage Status

coverage: 91.034%. remained the same
when pulling a2b0583 on dependabot/pip/bump-my-version-1.1.2
into aca32f3 on main.

@dependabot dependabot bot force-pushed the dependabot/pip/bump-my-version-1.1.2 branch from f72f3af to 07bae4d Compare May 5, 2025 14:41
Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 0.31.1 to 1.1.2.
- [Release notes](https://github.com/callowayproject/bump-my-version/releases)
- [Changelog](https://github.com/callowayproject/bump-my-version/blob/master/CHANGELOG.md)
- [Commits](callowayproject/bump-my-version@0.31.1...1.1.2)

---
updated-dependencies:
- dependency-name: bump-my-version
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/bump-my-version-1.1.2 branch from 07bae4d to a2b0583 Compare May 5, 2025 14:45
@dependabot dependabot bot merged commit 9f23ad6 into main May 5, 2025
11 checks passed
@dependabot dependabot bot deleted the dependabot/pip/bump-my-version-1.1.2 branch May 5, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants