Skip to content

Commit 04beeca

Browse files
test: update all test dependencies
1 parent dd36f9d commit 04beeca

25 files changed

Lines changed: 1503 additions & 1303 deletions

File tree

tests/fixtures/deprecated_options/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires-python = ">=3.10"
55
dependencies = []
66

77
[project.optional-dependencies]
8-
dev = ["black==26.3.0"]
8+
dev = ["black==26.3.1"]
99

1010
[build-system]
1111
requires = ["setuptools>=61.0.0"]

tests/fixtures/deprecated_options/uv.lock

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

tests/fixtures/gitignore/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ version = "0.0.1"
44
requires-python = ">=3.10"
55
dependencies = [
66
"arrow==1.4.0",
7-
"click==8.3.1",
7+
"click==8.3.3",
88
"isort==8.0.1",
99
"pkginfo==1.12.1.2",
10-
"requests==2.32.5",
10+
"requests==2.33.1",
1111
"urllib3==2.6.3",
1212
]
1313

1414
[project.optional-dependencies]
1515
dev = [
16-
"black==26.3.0",
17-
"mypy==1.19.1",
16+
"black==26.3.1",
17+
"mypy==1.20.2",
1818
]
19-
test = ["pytest==9.0.2"]
19+
test = ["pytest==9.0.3"]
2020

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

tests/fixtures/gitignore/uv.lock

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

tests/fixtures/inline_ignores/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name = "foo"
33
version = "0.0.1"
44
requires-python = ">=3.10"
55
dependencies = [
6-
"click==8.1.8",
7-
"urllib3==2.5.0",
8-
"requests==2.33.0",
6+
"click==8.3.3",
7+
"urllib3==2.6.3",
8+
"requests==2.33.1",
99
]
1010

1111
[project.optional-dependencies]
1212
dev = [
13-
"black==25.1.0",
13+
"black==26.3.1",
1414
]
1515

1616
[build-system]

tests/fixtures/inline_ignores/uv.lock

Lines changed: 81 additions & 32 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: 452 additions & 439 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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ dependencies = [
1010

1111
[project.optional-dependencies]
1212
baz = [
13-
"click==8.3.1",
13+
"click==8.3.3",
1414
"isort==8.0.1",
1515
]
16-
bar = ["requests==2.33.0"]
16+
bar = ["requests==2.33.1"]
1717

1818
[tool.pdm]
1919
version = {source = "scm"}
2020

2121
[dependency-groups]
22-
foo = ["certifi==2026.2.25"]
23-
bar = ["idna==3.11"]
24-
all = [{include-group = "foo"}, "packaging==26.0"]
22+
foo = ["certifi==2026.4.22"]
23+
bar = ["idna==3.13"]
24+
all = [{include-group = "foo"}, "packaging==26.1"]
2525

2626
[tool.pdm.dev-dependencies]
2727
lint = [
28-
"black==26.3.0",
29-
"mypy==1.19.1",
28+
"black==26.3.1",
29+
"mypy==1.20.2",
3030
]
3131
test = [
32-
"pytest==9.0.2",
33-
"pytest-cov==7.0.0",
32+
"pytest==9.0.3",
33+
"pytest-cov==7.1.0",
3434
]
3535

3636
[tool.deptry]

tests/fixtures/pep_621/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ requires-python = ">=3.10"
55
dependencies = [
66
"arrow==1.4.0",
77
"asyncio==3.4.3",
8-
"click==8.3.1",
8+
"click==8.3.3",
99
"isort==8.0.1",
1010
"pkginfo==1.12.1.2",
11-
"requests==2.32.5",
11+
"requests==2.33.1",
1212
"urllib3==2.6.3",
1313
]
1414

1515
[project.optional-dependencies]
1616
dev = [
17-
"black==26.3.0",
18-
"mypy==1.19.1",
17+
"black==26.3.1",
18+
"mypy==1.20.2",
1919
]
20-
test = ["pytest==9.0.2"]
20+
test = ["pytest==9.0.3"]
2121
plot = ["matplotlib==3.10.8"]
2222

2323
[dependency-groups]
24-
foo = ["certifi==2026.2.25"]
25-
bar = ["idna==3.11"]
26-
all = [{include-group = "foo"}, "packaging==26.0"]
24+
foo = ["certifi==2026.4.22"]
25+
bar = ["idna==3.13"]
26+
all = [{include-group = "foo"}, "packaging==26.1"]
2727

2828
[build-system]
2929
requires = ["setuptools>=61.0.0"]

tests/fixtures/pep_621/uv.lock

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

0 commit comments

Comments
 (0)