Skip to content

Commit bc30b1d

Browse files
[pip][dev] (deps-dev): Bump the dev-dependencies group across 1 directory with 6 updates
Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [junit-xml](https://github.com/kyrus/python-junit-xml) | `1.8` | `1.9` | | [mutmut](https://github.com/boxed/mutmut) | `3.2.2` | `3.2.3` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.391` | `1.1.392.post0` | | [pytest-github-actions-annotate-failures](https://github.com/pytest-dev/pytest-github-actions-annotate-failures) | `0.2.0` | `0.3.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.6` | `0.9.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.28.1` | `20.29.1` | Updates `junit-xml` from 1.8 to 1.9 - [Commits](https://github.com/kyrus/python-junit-xml/commits) Updates `mutmut` from 3.2.2 to 3.2.3 - [Changelog](https://github.com/boxed/mutmut/blob/main/HISTORY.rst) - [Commits](boxed/mutmut@3.2.2...3.2.3) Updates `pyright` from 1.1.391 to 1.1.392.post0 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.391...v1.1.392.post0) Updates `pytest-github-actions-annotate-failures` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/releases) - [Changelog](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/blob/main/CHANGELOG.md) - [Commits](pytest-dev/pytest-github-actions-annotate-failures@v0.2.0...v0.3.0) Updates `ruff` from 0.8.6 to 0.9.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.8.6...0.9.2) Updates `virtualenv` from 20.28.1 to 20.29.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.28.1...20.29.1) --- updated-dependencies: - dependency-name: junit-xml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: mutmut dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pytest-github-actions-annotate-failures dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f09e4f commit bc30b1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements/requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ idna==3.10
4646
# via requests
4747
iniconfig==2.0.0
4848
# via pytest
49-
junit-xml==1.8
49+
junit-xml==1.9
5050
# via mutmut
5151
linkify-it-py==2.0.3
5252
# via markdown-it-py
@@ -61,7 +61,7 @@ mdit-py-plugins==0.4.2
6161
# via markdown-it-py
6262
mdurl==0.1.2
6363
# via markdown-it-py
64-
mutmut==3.2.2
64+
mutmut==3.2.3
6565
# via hatch.envs.dev
6666
nodeenv==1.9.1
6767
# via
@@ -83,7 +83,7 @@ pychoir==0.0.27
8383
# via hatch.envs.dev
8484
pygments==2.19.1
8585
# via rich
86-
pyright==1.1.391
86+
pyright==1.1.392.post0
8787
# via hatch.envs.dev
8888
pytest==8.3.4
8989
# via
@@ -97,7 +97,7 @@ pytest-cov==6.0.0
9797
# via hatch.envs.dev
9898
pytest-freezer==0.4.9
9999
# via hatch.envs.dev
100-
pytest-github-actions-annotate-failures==0.2.0
100+
pytest-github-actions-annotate-failures==0.3.0
101101
# via hatch.envs.dev
102102
pytest-mock==3.14.0
103103
# via hatch.envs.dev
@@ -117,7 +117,7 @@ requests-mock==1.12.1
117117
# via hatch.envs.dev
118118
rich==13.9.4
119119
# via textual
120-
ruff==0.8.6
120+
ruff==0.9.2
121121
# via hatch.envs.dev
122122
setproctitle==1.3.4
123123
# via mutmut
@@ -143,5 +143,5 @@ uc-micro-py==1.0.3
143143
# via linkify-it-py
144144
urllib3==2.3.0
145145
# via requests
146-
virtualenv==20.28.1
146+
virtualenv==20.29.1
147147
# via pre-commit

0 commit comments

Comments
 (0)