Skip to content

Commit c7f054e

Browse files
chore(deps-dev): bump pytest from 9.0.1 to 9.0.3 (#282)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.1 to 9.0.3. - [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.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 351041d commit c7f054e

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

requirements-dev.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
#
55
# pip-compile requirements-dev.in
66
#
7-
coverage[toml]==7.13.1
7+
coverage==7.13.1
88
# via
99
# -r requirements-dev.in
1010
# pytest-cov
1111
defusedxml==0.7.1
1212
# via -r requirements.in
13+
exceptiongroup==1.3.1
14+
# via pytest
1315
execnet==2.1.1
1416
# via pytest-xdist
1517
iniconfig==2.0.0
@@ -22,7 +24,7 @@ pluggy==1.5.0
2224
# pytest-cov
2325
pygments==2.19.2
2426
# via pytest
25-
pytest==8.4.1
27+
pytest==9.0.3
2628
# via
2729
# -r requirements-dev.in
2830
# pytest-cov
@@ -33,10 +35,15 @@ pytest-xdist==3.8.0
3335
# via -r requirements-dev.in
3436
ruff==0.12.8
3537
# via -r requirements-dev.in
38+
setuptools==82.0.1
39+
# via -r requirements-dev.in
40+
tomli==2.4.1
41+
# via
42+
# coverage
43+
# pytest
44+
typing-extensions==4.15.0
45+
# via exceptiongroup
3646
urllib3==2.6.3
3747
# via -r requirements.in
3848
xmltodict==0.14.2
3949
# via -r requirements-dev.in
40-
41-
# The following packages are considered to be unsafe in a requirements file:
42-
# setuptools

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)