From 43b06f93d61c27b8509cdea502edf28fa08b152a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:46:04 +0000 Subject: [PATCH] pip dev(deps-dev): bump tox from 4.23.2 to 4.24.1 in /eng Bumps [tox](https://github.com/tox-dev/tox) from 4.23.2 to 4.24.1. - [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.2...4.24.1) --- 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 b56b2991f62..28f4d8d4ed4 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.23.2 +tox==4.24.1 mypy==1.13.0 colorama==0.4.6 debugpy==1.8.12