Skip to content

Commit 4333e74

Browse files
committed
Updated some dependency versions
1 parent a3a7d9f commit 4333e74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
]
2929
requires-python = ">= 3.8"
3030
dependencies = [
31-
"anyio >= 3.6.2, < 4.0",
31+
"anyio ~= 4.0",
3232
"Tenacity >= 8.2",
3333
"typing_extensions >= 4.4.0; python_version < '3.11'",
3434
]
@@ -50,7 +50,7 @@ test = [
5050
]
5151
doc = [
5252
"packaging",
53-
"sphinx_rtd_theme >= 1.2.0",
53+
"sphinx_rtd_theme >= 1.3.0",
5454
"sphinx-autodoc-typehints >= 1.2.0",
5555
]
5656

@@ -70,7 +70,6 @@ testpaths = "tests"
7070
xfail_strict = true
7171
filterwarnings = [
7272
"error",
73-
"ignore::RuntimeWarning:trio._core._multierror", # trio 0.21
7473
]
7574

7675
[tool.coverage.run]

0 commit comments

Comments
 (0)