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

Bump the python group with 4 updates #1928

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2024

Bumps the python group with 4 updates: filelock, bump-my-version, tox and vulture.

Updates filelock from 3.16.0 to 3.16.1

Release notes

Sourced from filelock's releases.

3.16.1

What's Changed

Full Changelog: tox-dev/filelock@3.16.0...3.16.1

Commits

Updates bump-my-version from 0.26.0 to 0.26.1

Release notes

Sourced from bump-my-version's releases.

0.26.1

Compare the full difference.

Fixes

  • Fixed missing new version info in some hook environments. 24a9bdc

    Introduce the new_version_env function and update existing functions (get_setup_hook_env and get_pre_commit_hook_env) to include new version environment variables. Added new tests for verifying the inclusion of OS, SCM, current, and new version information in hook environments.

New

  • Add current and previous version outputs to the GHA. 0650ca8

  • Add environment variable to README example. 88c9790

  • Add GitHub action with support for commit/tag push workflow trigger. 2cdb742

Other

Updates

  • Updated pre-commit versions. 6f5d56b

  • Update example to better showcase the GHA capabilities. e3ff9a1

  • Update README.md. f280371

Changelog

Sourced from bump-my-version's changelog.

0.26.1 (2024-09-14)

Compare the full difference.

Fixes

  • Fixed missing new version info in some hook environments. 24a9bdc

    Introduce the new_version_env function and update existing functions (get_setup_hook_env and get_pre_commit_hook_env) to include new version environment variables. Added new tests for verifying the inclusion of OS, SCM, current, and new version information in hook environments.

New

  • Add current and previous version outputs to the GHA. 0650ca8

  • Add environment variable to README example. 88c9790

  • Add GitHub action with support for commit/tag push workflow trigger. 2cdb742

Other

Updates

  • Updated pre-commit versions. 6f5d56b

  • Update example to better showcase the GHA capabilities. e3ff9a1

  • Update README.md. f280371

Commits
  • 683904a Version updated from 0.26.0 to 0.26.1
  • dd9a403 Merge pull request #235 from callowayproject/234-fix-new_version-and-new_tag-...
  • 24a9bdc Fixed missing new version info in some hook environments
  • 6f5d56b Updated pre-commit versions
  • 0796a53 Merge pull request #233 from callowayproject/pre-commit-ci-update-config
  • d21d6df [pre-commit.ci] pre-commit autoupdate
  • e440895 Merge pull request #232 from rgryta/action3
  • e3ff9a1 Update example to better showcase the GHA capabilities
  • 0650ca8 Add current and previous version outputs to the GHA
  • 88c9790 Add environment variable to README example
  • Additional commits viewable in compare view

Updates tox from 4.18.1 to 4.19.0

Changelog

Sourced from tox's changelog.

v4.19.0 (2024-09-17)

Features - 4.19.0

- Support ``pypy-<major>.<minor>`` environment names for PyPy environments - by :user:`gaborbernat`. (:issue:`3346`)
Commits

Updates vulture from 2.11 to 2.12

Release notes

Sourced from vulture's releases.

2.12 (2024-09-17)

  • Use ruff for linting and formatting (Anh Trinh, #347, #349).
  • Replace tox by pre-commit for linting and formatting (Anh Trinh, #349).
  • Add --config flag to specify path to pyproject.toml configuration file (Glen Robertson, #352).
Changelog

Sourced from vulture's changelog.

2.12 (2024-09-17)

  • Use ruff for linting and formatting (Anh Trinh, #347, #349).
  • Replace tox by pre-commit for linting and formatting (Anh Trinh, #349).
  • Add --config flag to specify path to pyproject.toml configuration file (Glen Robertson, #352).
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 17, 2024
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

@github-actions github-actions bot added the approved Approved for additional tests label Sep 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 17, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@Zeitsperre
Copy link
Collaborator

@dependabot rebase

Bumps the python group with 4 updates: [filelock](https://github.com/tox-dev/py-filelock), [bump-my-version](https://github.com/callowayproject/bump-my-version), [tox](https://github.com/tox-dev/tox) and [vulture](https://github.com/jendrikseipp/vulture).


Updates `filelock` from 3.16.0 to 3.16.1
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.16.0...3.16.1)

Updates `bump-my-version` from 0.26.0 to 0.26.1
- [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.26.0...0.26.1)

Updates `tox` from 4.18.1 to 4.19.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.18.1...4.19.0)

Updates `vulture` from 2.11 to 2.12
- [Release notes](https://github.com/jendrikseipp/vulture/releases)
- [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md)
- [Commits](jendrikseipp/vulture@v2.11...v2.12)

---
updated-dependencies:
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bump-my-version
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: vulture
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/python-d6f377a8bb branch from 3d9b9ed to 717abd7 Compare September 17, 2024 19:41
@dependabot dependabot bot merged commit e9ae422 into main Sep 17, 2024
21 checks passed
@dependabot dependabot bot deleted the dependabot/pip/python-d6f377a8bb branch September 17, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Approved for additional tests 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.

1 participant