We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d22da7 commit 58ddb47Copy full SHA for 58ddb47
pyproject.toml
@@ -30,11 +30,11 @@ Documentation = "https://rxpy.readthedocs.io/en/latest/"
30
31
[dependency-groups]
32
test = [
33
- "pyyaml==6.0.2",
+ "pyyaml>=6.0.3,<7",
34
"pytest-asyncio>=1.2.0,<1.3.0",
35
"pytest>=8.4.1,<9",
36
"coverage>=6.3.2,<7",
37
- "pytest-xdist>=2.5.0,<3",
+ "pytest-xdist>=3.8.0,<4",
38
"ruff>=0.14.0,<1",
39
"pyright>=1.1.407,<1.2.0",
40
"mypy>=1.18.2,<1.19.0",
0 commit comments