Update dependency pytest-asyncio to v0.25.2 (#51)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-08 17:52:39 +00:00 committed by GitHub
parent cd0885da31
commit 8ff4d7ae23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ urls = { repository = "https://github.com/ThePhaseless/Byparr" }
test = [
"httpx==0.28.1",
"pytest==8.3.4",
"pytest-asyncio==0.25.1",
"pytest-asyncio==0.25.2",
"pytest-progress==1.3.0",
"pytest-retry==1.6.3",
"pytest-xdist==3.6.1",

8
uv.lock generated
View File

@ -106,7 +106,7 @@ dev = [
test = [
{ name = "httpx", specifier = "==0.28.1" },
{ name = "pytest", specifier = "==8.3.4" },
{ name = "pytest-asyncio", specifier = "==0.25.1" },
{ name = "pytest-asyncio", specifier = "==0.25.2" },
{ name = "pytest-progress", specifier = "==1.3.0" },
{ name = "pytest-retry", specifier = "==1.6.3" },
{ name = "pytest-xdist", specifier = "==3.6.1" },
@ -822,14 +822,14 @@ wheels = [
[[package]]
name = "pytest-asyncio"
version = "0.25.1"
version = "0.25.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "pytest" },
]
sdist = { url = "https://files.pythonhosted.org/packages/4b/04/0477a4bdd176ad678d148c075f43620b3f7a060ff61c7da48500b1fa8a75/pytest_asyncio-0.25.1.tar.gz", hash = "sha256:79be8a72384b0c917677e00daa711e07db15259f4d23203c59012bcd989d4aee", size = 53760 }
sdist = { url = "https://files.pythonhosted.org/packages/72/df/adcc0d60f1053d74717d21d58c0048479e9cab51464ce0d2965b086bd0e2/pytest_asyncio-0.25.2.tar.gz", hash = "sha256:3f8ef9a98f45948ea91a0ed3dc4268b5326c0e7bce73892acc654df4262ad45f", size = 53950 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/81/fb/efc7226b384befd98d0e00d8c4390ad57f33c8fde00094b85c5e07897def/pytest_asyncio-0.25.1-py3-none-any.whl", hash = "sha256:c84878849ec63ff2ca509423616e071ef9cd8cc93c053aa33b5b8fb70a990671", size = 19357 },
{ url = "https://files.pythonhosted.org/packages/61/d8/defa05ae50dcd6019a95527200d3b3980043df5aa445d40cb0ef9f7f98ab/pytest_asyncio-0.25.2-py3-none-any.whl", hash = "sha256:0d0bb693f7b99da304a0634afc0a4b19e49d5e0de2d670f38dc4bfa5727c5075", size = 19400 },
]
[[package]]