From b186cde6f16bde713a82b911f83ef7fb927ffcf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:51:52 +0000 Subject: [PATCH] pip dev(deps-dev): bump tox from 4.16.0 to 4.23.2 in /eng Bumps [tox](https://github.com/tox-dev/tox) from 4.16.0 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.16.0...4.23.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/typespec-python/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typespec-python/dev_requirements.txt b/packages/typespec-python/dev_requirements.txt index 8554ac4ae26..2d7e2cea1be 100644 --- a/packages/typespec-python/dev_requirements.txt +++ b/packages/typespec-python/dev_requirements.txt @@ -1,7 +1,7 @@ # shall keep aligned with dev_requirements.txt of @typspec/http-client-python pyright==1.1.389 pylint==3.2.7 -tox==4.16.0 +tox==4.23.2 mypy==1.13.0 colorama==0.4.6 debugpy==1.8.2