From ce341d45632eded09f6524c4287bb4e481a23634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 06:38:46 +0000 Subject: [PATCH] Bump tox from 4.13.0 to 4.14.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.13.0 to 4.14.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.13.0...4.14.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor ... 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 748e8ce2..e7829b15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ test = [ "pytest==8.1.0", "pytest-asyncio==0.23.5.post1", "ruff==0.3.0", - "tox==4.13.0", + "tox==4.14.1", "types-pyserial==3.5.0.20240311" ] docs = [ diff --git a/requirements_test.txt b/requirements_test.txt index ac133faa..dcca2df8 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -7,5 +7,5 @@ pytest==8.1.0 pytest-asyncio==0.23.5.post1 ruff==0.3.0 tomli==2.0.1 -tox==4.13.0 +tox==4.14.1 types-pyserial==3.5.0.20240311