Skip to content

Commit c7c5e1a

Browse files
authored
Merge pull request #856 from GDATASoftwareAG/renovate/python/major-all-major-patch
python: Update dependency pytest-asyncio to v1
2 parents 975f233 + c72a2dc commit c7c5e1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ httpx[http2]~=0.27
44
build~=1.1
55
aiofiles~=24.1
66
pydantic~=2.11.5
7-
pytest-asyncio~=0.26.0
7+
pytest-asyncio~=1.1.0
88
pytest~=8.3.5
99
pytest-httpx~=0.35
1010
.

python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install_requires =
2323
build~=1.1
2424
aiofiles~=24.1
2525
pydantic~=2.11.5
26-
pytest-asyncio~=0.26.0
26+
pytest-asyncio~=1.1.0
2727
pytest~=8.3.5
2828
pytest-httpx~=0.35.0
2929

0 commit comments

Comments
 (0)