From 7bd822d873ae8befe90fc1756241a3efd0b9ea1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:05:56 +0800 Subject: [PATCH] pip prod(deps): bump tox from 4.18.1 to 4.23.2 in /eng (#2882) Bumps [tox](https://github.com/tox-dev/tox) from 4.18.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.18.1...4.23.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- eng/dev_requirements.txt | 2 +- eng/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/dev_requirements.txt b/eng/dev_requirements.txt index 747e04e30c..6c71c35765 100644 --- a/eng/dev_requirements.txt +++ b/eng/dev_requirements.txt @@ -2,7 +2,7 @@ azure-pylint-guidelines-checker==0.0.8 colorama==0.4.6 debugpy==1.8.8 pytest==8.3.3 -tox==4.18.1 +tox==4.23.2 coverage==7.6.4 black==24.10.0 setuptools==73.0.1 diff --git a/eng/requirements.txt b/eng/requirements.txt index 9bbcae44f6..d4c7828819 100644 --- a/eng/requirements.txt +++ b/eng/requirements.txt @@ -1,5 +1,5 @@ # This is for CI requirements or dev only pyright==1.1.379 pylint==3.2.7 -tox==4.18.1 +tox==4.23.2 mypy==1.10.1