From 6236417f4d040c87d3a8f8529796ecf3f0084e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 06:39:39 +0000 Subject: [PATCH] Bump tox from 4.11.3 to 4.11.4 Bumps [tox](https://github.com/tox-dev/tox) from 4.11.3 to 4.11.4. - [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.3...4.11.4) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... 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 bc399fc..6eb2b20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ dev = [ "coverage==7.3.2", "pylint==3.0.2", - "tox==4.11.3", + "tox==4.11.4", "build==1.0.3", "pdoc==14.1.0", "notebook==7.0.6" diff --git a/requirements-dev.txt b/requirements-dev.txt index cf47391..5615e28 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ coverage==7.3.2 pylint==3.0.2 -tox==4.11.3 +tox==4.11.4 build==1.0.3 pdoc==14.1.0 notebook==7.0.6 \ No newline at end of file