We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e76c8 commit 710420dCopy full SHA for 710420d
python/requirements.txt
@@ -4,7 +4,7 @@ httpx[http2]~=0.27
4
build~=1.1
5
aiofiles~=24.1
6
pydantic~=2.11.5
7
-pytest-asyncio~=1.1.0
8
-pytest~=8.3.5
+pytest-asyncio~=1.2.0
+pytest~=8.4.2
9
pytest-httpx~=0.35
10
.
python/setup.cfg
@@ -23,8 +23,8 @@ install_requires =
23
24
25
26
- pytest-asyncio~=1.1.0
27
- pytest~=8.3.5
+ pytest-asyncio~=1.2.0
+ pytest~=8.4.2
28
pytest-httpx~=0.35.0
29
30
[options.packages.find]
0 commit comments