Update dependency pytest to v9.0.1 (#5061)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-01 01:03:05 +00:00
committed by GitHub
parent 457bdf396f
commit ed61a6328b
3 changed files with 11 additions and 6 deletions
@@ -0,0 +1,5 @@
internal = "Update dependency pytest to v9.0.1"
[[pull_requests]]
uid = "5061"
author_uids = ["renovate[bot]"]
closes_threads = []
+1 -1
View File
@@ -98,7 +98,7 @@ tests = [
# required for building the wheels for releases
"build",
# For the test suite
"pytest==9.0.0",
"pytest==9.0.1",
# needed because pytest doesn't come with native support for coroutines as tests
"pytest-asyncio==0.21.2",
# xdist runs tests in parallel
Generated
+5 -5
View File
@@ -1178,7 +1178,7 @@ wheels = [
[[package]]
name = "pytest"
version = "9.0.0"
version = "9.0.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32'" },
@@ -1189,9 +1189,9 @@ dependencies = [
{ name = "pygments" },
{ name = "tomli", marker = "python_full_version < '3.11'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/da/1d/eb34f286b164c5e431a810a38697409cca1112cee04b287bb56ac486730b/pytest-9.0.0.tar.gz", hash = "sha256:8f44522eafe4137b0f35c9ce3072931a788a21ee40a2ed279e817d3cc16ed21e", size = 1562764, upload-time = "2025-11-08T17:25:33.34Z" }
sdist = { url = "https://files.pythonhosted.org/packages/07/56/f013048ac4bc4c1d9be45afd4ab209ea62822fb1598f40687e6bf45dcea4/pytest-9.0.1.tar.gz", hash = "sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8", size = 1564125, upload-time = "2025-11-12T13:05:09.333Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/72/99/cafef234114a3b6d9f3aaed0723b437c40c57bdb7b3e4c3a575bc4890052/pytest-9.0.0-py3-none-any.whl", hash = "sha256:e5ccdf10b0bac554970ee88fc1a4ad0ee5d221f8ef22321f9b7e4584e19d7f96", size = 373364, upload-time = "2025-11-08T17:25:31.811Z" },
{ url = "https://files.pythonhosted.org/packages/0b/8b/6300fb80f858cda1c51ffa17075df5d846757081d11ab4aa35cef9e6258b/pytest-9.0.1-py3-none-any.whl", hash = "sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad", size = 373668, upload-time = "2025-11-12T13:05:07.379Z" },
]
[[package]]
@@ -1381,7 +1381,7 @@ all = [
{ name = "pre-commit" },
{ name = "pydantic", marker = "python_full_version >= '3.14'", specifier = ">=2.12.0a1" },
{ name = "pylint", specifier = "==4.0.4" },
{ name = "pytest", specifier = "==9.0.0" },
{ name = "pytest", specifier = "==9.0.1" },
{ name = "pytest-asyncio", specifier = "==0.21.2" },
{ name = "pytest-cov" },
{ name = "pytest-xdist", specifier = "==3.8.0" },
@@ -1416,7 +1416,7 @@ tests = [
{ name = "beautifulsoup4" },
{ name = "build" },
{ name = "flaky", specifier = ">=3.8.1" },
{ name = "pytest", specifier = "==9.0.0" },
{ name = "pytest", specifier = "==9.0.1" },
{ name = "pytest-asyncio", specifier = "==0.21.2" },
{ name = "pytest-cov" },
{ name = "pytest-xdist", specifier = "==3.8.0" },