Skip to content

Commit 6b55686

Browse files
test: update all test dependencies (#1313)
* test: update all test dependencies * test: manually update some deps --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mathieu Kniewallner <[email protected]>
1 parent 7d5aadb commit 6b55686

File tree

27 files changed

+1292
-1111
lines changed

27 files changed

+1292
-1111
lines changed

tests/fixtures/gitignore/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ name = "foo"
33
version = "0.0.1"
44
requires-python = ">=3.10"
55
dependencies = [
6-
"arrow==1.3.0",
6+
"arrow==1.4.0",
77
"click==8.1.8",
8-
"isort==6.0.1",
8+
"isort==7.0.0",
99
"pkginfo==1.12.1.2",
1010
"requests==2.32.5",
1111
"urllib3==2.5.0",
1212
]
1313

1414
[project.optional-dependencies]
1515
dev = [
16-
"black==25.1.0",
17-
"mypy==1.17.1",
16+
"black==25.9.0",
17+
"mypy==1.18.2",
1818
]
1919
test = ["pytest==8.4.2"]
2020

tests/fixtures/gitignore/uv.lock

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

tests/fixtures/multiple_source_directories/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "foo"
33
version = "0.0.1"
44
requires-python = ">=3.10"
5-
dependencies = ["arrow==1.3.0"]
5+
dependencies = ["arrow==1.4.0"]
66

77
[build-system]
88
requires = ["setuptools>=61.0.0"]

tests/fixtures/multiple_source_directories/uv.lock

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

tests/fixtures/namespace/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "foo"
33
version = "0.0.1"
44
requires-python = ">=3.10"
5-
dependencies = ["arrow==1.3.0"]
5+
dependencies = ["arrow==1.4.0"]
66

77
[project.optional-dependencies]
88
dev = ["flake8==7.3.0"]

tests/fixtures/namespace/uv.lock

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

0 commit comments

Comments
 (0)