From f6b4a334fee53d36931a23acfbea199a31841b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:45:31 -0700 Subject: [PATCH] Bump tox from 4.18.1 to 4.19.0 (#2000) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0bee8ff5f..2670dfd82 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,6 +8,6 @@ lingva==5.0.4 pre-commit==3.8.0 pygithub==2.4.0 ruff==0.6.4 -tox==4.18.1 +tox==4.19.0 urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability