Skip to content

Commit 993d449

Browse files
committed
Update dependencies
1 parent 4a57ffb commit 993d449

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ Changelog = "https://github.com/graphql-python/graphql-core/releases"
2828

2929
[dependency-groups]
3030
test = [
31-
"anyio>=4.13,<5",
31+
"anyio>=4.14,<5",
3232
"pytest>=9,<10",
3333
"pytest-benchmark>=5.2,<6",
3434
"pytest-cov>=7.1,<8",
3535
"pytest-describe>=3.2,<4",
3636
"pytest-timeout>=2.4,<3",
3737
"pytest-codspeed>=5",
38-
"tox>=4.55,<5",
38+
"tox>=4.56,<5",
3939
]
4040
lint = [
4141
"ruff>=0.15,<0.16",
42-
"mypy>=2.1,<3",
42+
"mypy>=2.3,<3",
4343
"bump2version>=1,<2",
4444
"typing-extensions>=4.15; python_version<'3.11'",
4545
]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist = py3{10,11,12,13,14}, pypy3{10,11}, ruff, mypy, docs
33
isolated_build = true
44
requires =
5-
tox>=4.55
5+
tox>=4.56
66
tox-uv>=1.35
77
installer = uv
88

0 commit comments

Comments
 (0)