Skip to content

Commit 856347f

Browse files
Bump the minor-and-patch group with 3 updates (#121)
* Bump the minor-and-patch group with 3 updates Bumps the minor-and-patch group with 3 updates: [coverage](https://github.com/coveragepy/coveragepy), [ipython](https://github.com/ipython/ipython) and [pytest](https://github.com/pytest-dev/pytest). Updates `coverage` from 7.12.0 to 7.13.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.12.0...7.13.0) Updates `ipython` from 9.7.0 to 9.8.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.7.0...9.8.0) Updates `pytest` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.1...9.0.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ipython dependency-version: 9.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> * pre-commit run --all-files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damian Jachyra <44927998+damianjachyra@users.noreply.github.com>
1 parent d6ceed1 commit 856347f

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.14.6
21+
rev: v0.14.8
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
@@ -3,13 +3,13 @@ aspy.yaml==1.3.0
33
attrs==25.4.0
44
backcall==0.2.0
55
cfgv==3.5.0
6-
coverage==7.12.0
6+
coverage==7.13.0
77
decorator==5.2.1
88
identify==2.6.15
99
importlib-metadata==8.7.0
1010
importlib-resources==6.5.2
1111
ipdb==0.13.13
12-
ipython==9.7.0
12+
ipython==9.8.0
1313
ipython-genutils==0.2.0
1414
jedi==0.19.2
1515
more-itertools==10.8.0
@@ -26,7 +26,7 @@ ptyprocess==0.7.0
2626
py==1.11.0
2727
Pygments==2.19.2
2828
pyparsing==3.2.5
29-
pytest==9.0.1
29+
pytest==9.0.2
3030
pytest-cov==7.0.0
3131
pytest-mock==3.15.1
3232
six==1.17.0

0 commit comments

Comments
 (0)