From c07661a296f1b1d3fe1688fd2b0684da66c00002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 07:48:24 -0700 Subject: [PATCH] chore(deps): bump tox from 4.23.1 to 4.23.2 (#108) Bumps [tox](https://github.com/tox-dev/tox) from 4.23.1 to 4.23.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.23.1...4.23.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 2f61fde..d52020a 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -6,5 +6,5 @@ mypy==1.12.1 pydocstyle==6.3.0 isort pylint==3.3.1 -tox==4.23.1 +tox==4.23.2 pytest