From 392ceefcc64a0da9bb61b8ebfe0d3811e8fbd806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:57:47 +0000 Subject: [PATCH] chore(deps-dev): Bump pytest-asyncio from 0.25.3 to 1.1.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.3 to 1.1.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.3...v1.1.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 34 +++++++++++++--------------------- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 22 deletions(-) diff --git a/poetry.lock b/poetry.lock index a49151e4..ef523f43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "aiosqlite" @@ -344,7 +344,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "platform_system == \"Windows\" or sys_platform == \"win32\""} +markers = {main = "platform_system == \"Windows\" or sys_platform == \"win32\"", dev = "platform_system == \"Windows\" or sys_platform == \"win32\" or os_name == \"nt\""} [[package]] name = "coverage" @@ -509,10 +509,9 @@ pyflakes = ">=3.2.0,<3.3.0" name = "fsspec" version = "2025.7.0" description = "File-system specification" -optional = true +optional = false python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"advanced\" or extra == \"all\"" files = [ {file = "fsspec-2025.7.0-py3-none-any.whl", hash = "sha256:8b012e39f63c7d5f10474de957f3ab793b47b45ae7d39f2fb735f8bbe25c0e21"}, {file = "fsspec-2025.7.0.tar.gz", hash = "sha256:786120687ffa54b8283d942929540d8bc5ccfa820deb555a2b5d0ed2b737bf58"}, @@ -550,10 +549,9 @@ tqdm = ["tqdm"] name = "grpcio" version = "1.74.0" description = "HTTP/2-based RPC framework" -optional = true +optional = false python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"advanced\" or extra == \"all\"" files = [ {file = "grpcio-1.74.0-cp310-cp310-linux_armv7l.whl", hash = "sha256:85bd5cdf4ed7b2d6438871adf6afff9af7096486fcf51818a81b77ef4dd30907"}, {file = "grpcio-1.74.0-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:68c8ebcca945efff9d86d8d6d7bfb0841cf0071024417e2d7f45c5e46b5b08eb"}, @@ -615,10 +613,9 @@ protobuf = ["grpcio-tools (>=1.74.0)"] name = "grpcio-tools" version = "1.74.0" description = "Protobuf code generator for gRPC" -optional = true +optional = false python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"advanced\" or extra == \"all\"" files = [ {file = "grpcio_tools-1.74.0-cp310-cp310-linux_armv7l.whl", hash = "sha256:796796b4d7e83a9cdd03bb95c6774fca060fd209d83fb9af5f043e9c6f06a1fa"}, {file = "grpcio_tools-1.74.0-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:d576b7786207359b63c2c2e3c387639b4177cf53b1e43d020b005deead32049e"}, @@ -742,10 +739,9 @@ zstd = ["zstandard (>=0.18.0)"] name = "huggingface-hub" version = "0.23.5" description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" -optional = true +optional = false python-versions = ">=3.8.0" groups = ["main"] -markers = "extra == \"advanced\" or extra == \"all\"" files = [ {file = "huggingface_hub-0.23.5-py3-none-any.whl", hash = "sha256:d7a7d337615e11a45cc14a0ce5a605db6b038dc24af42866f731684825226e90"}, {file = "huggingface_hub-0.23.5.tar.gz", hash = "sha256:67a9caba79b71235be3752852ca27da86bd54311d2424ca8afdb8dda056edf98"}, @@ -1311,10 +1307,9 @@ virtualenv = ">=20.10.0" name = "protobuf" version = "6.31.1" description = "" -optional = true +optional = false python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"advanced\" or extra == \"all\"" files = [ {file = "protobuf-6.31.1-cp310-abi3-win32.whl", hash = "sha256:7fa17d5a29c2e04b7d90e5e32388b8bfd0e7107cd8e616feef7ed3fa6bdab5c9"}, {file = "protobuf-6.31.1-cp310-abi3-win_amd64.whl", hash = "sha256:426f59d2964864a1a366254fa703b8632dcec0790d8862d30034d8245e1cd447"}, @@ -1414,14 +1409,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "0.25.3" +version = "1.1.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "pytest_asyncio-0.25.3-py3-none-any.whl", hash = "sha256:9e89518e0f9bd08928f97a3482fdc4e244df17529460bc038291ccaf8f85c7c3"}, - {file = "pytest_asyncio-0.25.3.tar.gz", hash = "sha256:fc1da2cf9f125ada7e710b4ddad05518d4cee187ae9412e9ac9271003497f07a"}, + {file = "pytest_asyncio-1.1.0-py3-none-any.whl", hash = "sha256:5fe2d69607b0bd75c656d1211f969cadba035030156745ee09e7d71740e58ecf"}, + {file = "pytest_asyncio-1.1.0.tar.gz", hash = "sha256:796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea"}, ] [package.dependencies] @@ -1686,7 +1681,6 @@ files = [ {file = "setuptools-80.9.0-py3-none-any.whl", hash = "sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922"}, {file = "setuptools-80.9.0.tar.gz", hash = "sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c"}, ] -markers = {main = "extra == \"advanced\" or extra == \"all\""} [package.extras] check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\"", "ruff (>=0.8.0) ; sys_platform != \"cygwin\""] @@ -1935,10 +1929,9 @@ pbr = ">=2.0.0" name = "tqdm" version = "4.67.1" description = "Fast, Extensible Progress Meter" -optional = true +optional = false python-versions = ">=3.7" groups = ["main"] -markers = "extra == \"advanced\" or extra == \"all\"" files = [ {file = "tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2"}, {file = "tqdm-4.67.1.tar.gz", hash = "sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2"}, @@ -2021,10 +2014,9 @@ files = [ name = "websockets" version = "15.0.1" description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" -optional = true +optional = false python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"web\" or extra == \"all\"" files = [ {file = "websockets-15.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d63efaa0cd96cf0c5fe4d581521d9fa87744540d4bc999ae6e08595a1014b45b"}, {file = "websockets-15.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ac60e3b188ec7574cb761b08d50fcedf9d77f1530352db4eef1707fe9dee7205"}, @@ -2106,4 +2098,4 @@ web = ["httpx", "websockets"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "56a22fbed01cc27a805dd60ed79ae9e89d041f80fcf206397c91eec23050b247" +content-hash = "eb75a241397fc6dee0237f2c1ac36c3af56f3cbac2c6daaa2c14a9531a3adca6" diff --git a/pyproject.toml b/pyproject.toml index 03a489c6..1d49cb5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ rich = "^13.7" black = "^25.1.0" pytest = "^8.4.1" pytest-env = "^1.1.5" -pytest-asyncio = "^0.25.0" +pytest-asyncio = "^1.1.0" pytest-cov = "^6.1.0" hypothesis = "^6.100" pytest-benchmark = "^4.0.0"