This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new bbc03e7a9 chore(deps): Update pytest-asyncio requirement from
<2.0,>=0.24.0 to >=1.4.0,<2.0 in /examples/python (#3416)
bbc03e7a9 is described below
commit bbc03e7a93760a35359514bcdddc1aadf4587b19
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 4 13:38:24 2026 +0200
chore(deps): Update pytest-asyncio requirement from <2.0,>=0.24.0 to
>=1.4.0,<2.0 in /examples/python (#3416)
---
examples/python/uv.lock | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/examples/python/uv.lock b/examples/python/uv.lock
index e82719592..c84ac7907 100644
--- a/examples/python/uv.lock
+++ b/examples/python/uv.lock
@@ -19,10 +19,10 @@ requires-dist = [
{ name = "pyrefly", marker = "extra == 'dev'", specifier = ">=1.0.0" },
{ name = "pytest", marker = "extra == 'all'", specifier = ">=9.0.3,<10.0"
},
{ name = "pytest", marker = "extra == 'testing'", specifier =
">=9.0.3,<10.0" },
- { name = "pytest-asyncio", marker = "extra == 'all'", specifier =
">=0.24.0,<2.0" },
- { name = "pytest-asyncio", marker = "extra == 'testing'", specifier =
">=0.24.0,<2.0" },
- { name = "pytest-cov", marker = "extra == 'all'", specifier =
">=7.1.0,<8.0" },
- { name = "pytest-cov", marker = "extra == 'testing'", specifier =
">=7.1.0,<8.0" },
+ { name = "pytest-asyncio", marker = "extra == 'all'", specifier =
">=1.4.0,<2.0" },
+ { name = "pytest-asyncio", marker = "extra == 'testing'", specifier =
">=1.4.0,<2.0" },
+ { name = "pytest-cov", marker = "extra == 'all'", specifier = ">=4.0,<8.0"
},
+ { name = "pytest-cov", marker = "extra == 'testing'", specifier =
">=4.0,<8.0" },
{ name = "pytest-timeout", marker = "extra == 'all'", specifier =
">=2.0,<3.0" },
{ name = "pytest-timeout", marker = "extra == 'testing'", specifier =
">=2.0,<3.0" },
{ name = "pytest-xdist", marker = "extra == 'all'", specifier =
">=3.0,<4.0" },