Skip to content

Commit ad75fb6

Browse files
Bump the minor-and-patch group with 3 updates (#110)
* Bump the minor-and-patch group with 3 updates Bumps the minor-and-patch group with 3 updates: [attrs](https://github.com/sponsors/hynek), [identify](https://github.com/pre-commit/identify) and [tox](https://github.com/tox-dev/tox). Updates `attrs` from 25.3.0 to 25.4.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `identify` from 2.6.14 to 2.6.15 - [Commits](pre-commit/identify@v2.6.14...v2.6.15) Updates `tox` from 4.30.2 to 4.30.3 - [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.30.2...4.30.3) --- updated-dependencies: - dependency-name: attrs dependency-version: 25.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: identify dependency-version: 2.6.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tox dependency-version: 4.30.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]> * pre-commit run --all-files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damian Jachyra <[email protected]>
1 parent dcd8669 commit ad75fb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: codespell
1919
exclude: ^locale/
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.13.2
21+
rev: v0.14.0
2222
hooks:
2323
- id: ruff-check
2424
args: [--fix]

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
appnope==0.1.4
22
aspy.yaml==1.3.0
3-
attrs==25.3.0
3+
attrs==25.4.0
44
backcall==0.2.0
55
cfgv==3.4.0
66
coverage==7.10.7
77
decorator==5.2.1
8-
identify==2.6.14
8+
identify==2.6.15
99
importlib-metadata==8.7.0
1010
importlib-resources==6.5.2
1111
ipdb==0.13.13
@@ -31,7 +31,7 @@ pytest-cov==7.0.0
3131
pytest-mock==3.15.1
3232
six==1.17.0
3333
toml==0.10.2
34-
tox==4.30.2
34+
tox==4.30.3
3535
traitlets==5.14.3
3636
virtualenv==20.34.0
3737
wcwidth==0.2.14

0 commit comments

Comments
 (0)