From c5fd3ca29de13f6f4faf05f017d23ed130f055ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:59:00 +0000 Subject: [PATCH] chore(deps): bump the pip group with 2 updates Bumps the pip group with 2 updates: [coverage[toml]](https://github.com/nedbat/coveragepy) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `coverage[toml]` from 7.6.1 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.10) Updates `pytest-asyncio` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3adecc6dd5..3ae582ece1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,10 +129,10 @@ lint = [ test-core = [ "coverage[toml]==7.6.9; python_version >= '3.9'", - "coverage[toml]==7.6.1; python_version == '3.8'", + "coverage[toml]==7.6.10; python_version == '3.8'", "pytest==8.3.4", "pytest-asyncio==0.25.0; python_version >= '3.9'", - "pytest-asyncio==0.24.0; python_version == '3.8'", + "pytest-asyncio==0.25.0; python_version == '3.8'", "dirty-equals==0.8.0", "typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'", # to fix dirty-equals ]