mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
Update dependency pytest-asyncio to v0.25.1 (#48)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e11ecb4cbb
commit
4bb8960cad
@ -22,7 +22,7 @@ urls = { repository = "https://github.com/ThePhaseless/Byparr" }
|
||||
test = [
|
||||
"httpx==0.28.1",
|
||||
"pytest==8.3.4",
|
||||
"pytest-asyncio==0.25.0",
|
||||
"pytest-asyncio==0.25.1",
|
||||
"pytest-progress==1.3.0",
|
||||
"pytest-retry==1.6.3",
|
||||
"pytest-xdist==3.6.1",
|
||||
|
8
uv.lock
generated
8
uv.lock
generated
@ -106,7 +106,7 @@ dev = [
|
||||
test = [
|
||||
{ name = "httpx", specifier = "==0.28.1" },
|
||||
{ name = "pytest", specifier = "==8.3.4" },
|
||||
{ name = "pytest-asyncio", specifier = "==0.25.0" },
|
||||
{ name = "pytest-asyncio", specifier = "==0.25.1" },
|
||||
{ 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.0"
|
||||
version = "0.25.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "pytest" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/94/18/82fcb4ee47d66d99f6cd1efc0b11b2a25029f303c599a5afda7c1bca4254/pytest_asyncio-0.25.0.tar.gz", hash = "sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609", size = 53298 }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/4b/04/0477a4bdd176ad678d148c075f43620b3f7a060ff61c7da48500b1fa8a75/pytest_asyncio-0.25.1.tar.gz", hash = "sha256:79be8a72384b0c917677e00daa711e07db15259f4d23203c59012bcd989d4aee", size = 53760 }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/88/56/2ee0cab25c11d4e38738a2a98c645a8f002e2ecf7b5ed774c70d53b92bb1/pytest_asyncio-0.25.0-py3-none-any.whl", hash = "sha256:db5432d18eac6b7e28b46dcd9b69921b55c3b1086e85febfe04e70b18d9e81b3", size = 19245 },
|
||||
{ url = "https://files.pythonhosted.org/packages/81/fb/efc7226b384befd98d0e00d8c4390ad57f33c8fde00094b85c5e07897def/pytest_asyncio-0.25.1-py3-none-any.whl", hash = "sha256:c84878849ec63ff2ca509423616e071ef9cd8cc93c053aa33b5b8fb70a990671", size = 19357 },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user