From fc5444739612934cf02c19981581e55d0b45da2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:02:18 +0000 Subject: [PATCH] chore(deps): update python dev-dependencies --- pyproject.toml | 4 ++-- uv.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a0fec1d6..3e955ed4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,10 +27,10 @@ Changelog = "https://github.com/nonebot/noneflow/blob/main/CHANGELOG.md" [tool.uv] dev-dependencies = [ "bump-my-version>=0.28.1", - "inline-snapshot>=0.16.0", + "inline-snapshot>=0.17.0", "nonebug>=0.4.3", "poethepoet>=0.31.1", - "pytest-asyncio>=0.24.0", + "pytest-asyncio>=0.25.0", "pytest-cov>=6.0.0", "pytest-mock>=3.14.0", "pytest-xdist>=3.6.1", diff --git a/uv.lock b/uv.lock index e8585451..d477ac79 100644 --- a/uv.lock +++ b/uv.lock @@ -411,7 +411,7 @@ wheels = [ [[package]] name = "inline-snapshot" -version = "0.16.0" +version = "0.17.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "asttokens" }, @@ -421,9 +421,9 @@ dependencies = [ { name = "rich" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ce/3c/0d31dfb71e5697dc249d774cd67a05dc6c5ad3c7f901038499ea30d7d6c7/inline_snapshot-0.16.0.tar.gz", hash = "sha256:9bc318eee6f1c84731d6ab187e0144a938fcfcb41c8ae2329525143678cf6f34", size = 221918 } +sdist = { url = "https://files.pythonhosted.org/packages/bc/c7/3b480b557839960c54678f7c7071a403841339761d71826329d4cad7793c/inline_snapshot-0.17.0.tar.gz", hash = "sha256:302185a34d0e74cd3ae5e0d44f9debd3221bc09348ece64b6f443dfad0c84ce5", size = 233096 } wheels = [ - { url = "https://files.pythonhosted.org/packages/f9/75/3a1fd4dc762fc0cc15cee1496135d768a8afa375a5b9dee651a85ee8447c/inline_snapshot-0.16.0-py3-none-any.whl", hash = "sha256:481528c509924d12cb856adb3a87b9a30dc306057de32df6c2a776802406ba96", size = 41136 }, + { url = "https://files.pythonhosted.org/packages/d6/3b/7f2ab8705af393654eb782b12190c6dbd328c4491a63fffd3f25156cc60c/inline_snapshot-0.17.0-py3-none-any.whl", hash = "sha256:0cc36097786b101519cf714f60791bfe68e31c4187506639351990fb4d543564", size = 41290 }, ] [[package]] @@ -652,10 +652,10 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ { name = "bump-my-version", specifier = ">=0.28.1" }, - { name = "inline-snapshot", specifier = ">=0.16.0" }, + { name = "inline-snapshot", specifier = ">=0.17.0" }, { name = "nonebug", specifier = ">=0.4.3" }, { name = "poethepoet", specifier = ">=0.31.1" }, - { name = "pytest-asyncio", specifier = ">=0.24.0" }, + { name = "pytest-asyncio", specifier = ">=0.25.0" }, { name = "pytest-cov", specifier = ">=6.0.0" }, { name = "pytest-mock", specifier = ">=3.14.0" }, { name = "pytest-xdist", specifier = ">=3.6.1" }, @@ -948,14 +948,14 @@ wheels = [ [[package]] name = "pytest-asyncio" -version = "0.24.0" +version = "0.25.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pytest" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/52/6d/c6cf50ce320cf8611df7a1254d86233b3df7cc07f9b5f5cbcb82e08aa534/pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276", size = 49855 } +sdist = { url = "https://files.pythonhosted.org/packages/94/18/82fcb4ee47d66d99f6cd1efc0b11b2a25029f303c599a5afda7c1bca4254/pytest_asyncio-0.25.0.tar.gz", hash = "sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609", size = 53298 } wheels = [ - { url = "https://files.pythonhosted.org/packages/96/31/6607dab48616902f76885dfcf62c08d929796fc3b2d2318faf9fd54dbed9/pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b", size = 18024 }, + { url = "https://files.pythonhosted.org/packages/88/56/2ee0cab25c11d4e38738a2a98c645a8f002e2ecf7b5ed774c70d53b92bb1/pytest_asyncio-0.25.0-py3-none-any.whl", hash = "sha256:db5432d18eac6b7e28b46dcd9b69921b55c3b1086e85febfe04e70b18d9e81b3", size = 19245 }, ] [[package]]