Skip to content

Commit 35167d0

Browse files
test: update all test dependencies (#1280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 141e4e7 commit 35167d0

File tree

12 files changed

+249
-207
lines changed

12 files changed

+249
-207
lines changed

tests/fixtures/gitignore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dev = [
1616
"black==25.1.0",
1717
"mypy==1.17.1",
1818
]
19-
test = ["pytest==8.4.1"]
19+
test = ["pytest==8.4.2"]
2020

2121
[build-system]
2222
requires = ["setuptools>=61.0.0"]

tests/fixtures/gitignore/uv.lock

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

tests/fixtures/pdm/pdm.lock

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

tests/fixtures/pdm/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ lint = [
3131
"mypy==1.17.1",
3232
]
3333
test = [
34-
"pytest==8.4.1",
35-
"pytest-cov==6.2.1",
34+
"pytest==8.4.2",
35+
"pytest-cov==6.3.0",
3636
]
3737

3838
[tool.deptry]

tests/fixtures/pep_621/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dev = [
1717
"black==25.1.0",
1818
"mypy==1.17.1",
1919
]
20-
test = ["pytest==8.4.1"]
20+
test = ["pytest==8.4.2"]
2121
plot = ["matplotlib==3.9.4"]
2222

2323
[dependency-groups]

tests/fixtures/pep_621/uv.lock

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

tests/fixtures/pyproject_different_directory/a_sub_directory/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dev = [
1616
"black==25.1.0",
1717
"mypy==1.17.1",
1818
]
19-
test = ["pytest==8.4.1"]
19+
test = ["pytest==8.4.2"]
2020

2121
[build-system]
2222
requires = ["setuptools>=61.0.0"]

tests/fixtures/pyproject_different_directory/a_sub_directory/uv.lock

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

tests/fixtures/src_directory/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dev = [
1616
"black==25.1.0",
1717
"mypy==1.17.1",
1818
]
19-
test = ["pytest==8.4.1"]
19+
test = ["pytest==8.4.2"]
2020

2121
[build-system]
2222
requires = ["setuptools>=61.0.0"]

tests/fixtures/src_directory/uv.lock

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

0 commit comments

Comments
 (0)