From 3ffd3afd962fe434a76782503b2e000281763213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:36:14 +0000 Subject: [PATCH] Bump pytest from 8.2.0 to 8.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5e856d8..e41c0662 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ test = [ "coverage==7.5.1", "mypy==1.10.0", "pyserial-asyncio-fast==0.11", - "pytest==8.2.0", + "pytest==8.2.1", "pytest-asyncio==0.23.6", "ruff==0.4.3", "tox==4.15.0", diff --git a/requirements_test.txt b/requirements_test.txt index f16cd485..e40523bd 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -3,7 +3,7 @@ coverage==7.5.1 mypy==1.10.0 pre-commit==3.7.0 pyserial-asyncio-fast==0.11 -pytest==8.2.0 +pytest==8.2.1 pytest-asyncio==0.23.6 ruff==0.4.3 tomli==2.0.1