-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the python group with 3 updates
Bumps the python group with 3 updates: [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 `bump-my-version` from 0.26.1 to 0.27.0 - [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.1...0.27.0) Updates `tox` from 4.20.0 to 4.21.2 - [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.20.0...4.21.2) Updates `vulture` from 2.12 to 2.13 - [Release notes](https://github.com/jendrikseipp/vulture/releases) - [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md) - [Commits](jendrikseipp/vulture@v2.12...v2.13) --- updated-dependencies: - dependency-name: bump-my-version dependency-type: direct:production update-type: version-update:semver-minor 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] <[email protected]>
- Loading branch information
1 parent
d14e2b3
commit c989570
Showing
3 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
bump-my-version==0.26.1 | ||
bump-my-version==0.27.0 | ||
deptry==0.20.0 | ||
flit==3.9.0 | ||
pip==24.2.0 | ||
pylint==3.3.1 | ||
tox==4.20.0 | ||
tox==4.21.2 | ||
tox-gh==1.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ dev = [ | |
# Dev tools and testing | ||
"black[jupyter] ==24.8.0", | ||
"blackdoc ==0.3.9", | ||
"bump-my-version ==0.26.1", | ||
"bump-my-version ==0.27.0", | ||
"codespell ==2.3.0", | ||
"coverage[toml] >=7.5.0", | ||
"coveralls >=4.0.1", # coveralls is not yet compatible with Python 3.13 | ||
|
@@ -88,7 +88,7 @@ dev = [ | |
"tokenize-rt >=5.2.0", | ||
"tox >=4.18.1", | ||
# "tox-conda", # Will be added when a [email protected]+ compatible plugin is released. | ||
"vulture ==2.12", | ||
"vulture ==2.13", | ||
"xdoctest >=1.1.5", | ||
"yamllint ==1.35.1" | ||
] | ||
|