From 458c96f675b417f1e9783a6114060cdc803b8a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 07:06:49 +0000 Subject: [PATCH] Bump tox from 4.11.1 to 4.11.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.11.1 to 4.11.2. - [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.1...4.11.2) --- 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 fdc5700..d999a6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ dev = [ "coverage==7.3.0", "pylint==2.17.5", - "tox==4.11.1", + "tox==4.11.2", "build==1.0.0", "pdoc==14.0.0", "notebook==7.0.3" diff --git a/requirements-dev.txt b/requirements-dev.txt index f38a88a..17f8438 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ coverage==7.3.0 pylint==2.17.5 -tox==4.11.1 +tox==4.11.2 build==1.0.0 pdoc==14.0.0 notebook==7.0.3 \ No newline at end of file