Skip to content

Commit 6b887af

Browse files
committed
Dependency updates and use copy mode with uv
1 parent d0b364c commit 6b887af

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test = [
4040
"pytest>=8.4; python_version>='3.9'",
4141
"pytest>=8.3; python_version>='3.8' and python_version<'3.9'",
4242
"pytest>=7.4,<8; python_version<'3.8'",
43-
"pytest-benchmark>=5.1; python_version>='3.9'",
43+
"pytest-benchmark>=5.2; python_version>='3.9'",
4444
"pytest-benchmark>=4.0,<5; python_version<'3.9'",
4545
"pytest-cov>=6.0; python_version>='3.9'",
4646
"pytest-cov>=5.0,<6; python_version>='3.8' and python_version<'3.9'",
@@ -62,12 +62,15 @@ lint = [
6262
"bump2version>=1,<2",
6363
]
6464
doc = [
65-
"sphinx>=8,<9; python_version>='3.10'",
65+
"sphinx>=8,<10; python_version>='3.10'",
6666
"sphinx>=7,<9; python_version>='3.8' and python_version<'3.10'",
6767
"sphinx>=4,<6; python_version<'3.8'",
6868
"sphinx_rtd_theme>=2,<4",
6969
]
7070

71+
[tool.uv]
72+
link-mode = "copy"
73+
7174
# Configure uv build backend for src layout and sdist contents
7275
[tool.uv.build-backend]
7376
module-name = "graphql"

0 commit comments

Comments
 (0)