From 749fdb60681ebc77694eec6f5c0d0856a7ed50cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:49:00 +0000 Subject: [PATCH] Bump tox from 4.11.4 to 4.13.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.11.4 to 4.13.0. - [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.11.4...4.13.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bfaea26..e35960f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ dev = [ "coverage==7.4.3", "pylint==3.1.0", - "tox==4.11.4", + "tox==4.13.0", "build==1.0.3", "pdoc==14.4.0", "notebook==7.1.1" diff --git a/requirements-dev.txt b/requirements-dev.txt index 343fc9e..632c3d3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ coverage==7.4.3 pylint==3.1.0 -tox==4.11.4 +tox==4.13.0 build==1.0.3 pdoc==14.4.0 notebook==7.1.1 \ No newline at end of file