From 4d8d5108d0ff5602721decb0fb2bae524885a18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:09:51 +0000 Subject: [PATCH] build(deps-dev): bump tox from 4.16.0 to 4.17.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.16.0 to 4.17.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.16.0...4.17.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1f5f2bcb..2fe91854 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ asgiref==3.8.1 # via django black==24.8.0 # via -r requirements-dev.in -cachetools==5.3.3 +cachetools==5.4.0 # via tox cfgv==3.4.0 # via pre-commit @@ -79,7 +79,7 @@ pyyaml==6.0.1 # via pre-commit sqlparse==0.5.0 # via django -tox==4.16.0 +tox==4.17.1 # via -r requirements-dev.in typing-extensions==4.10.0 # via mypy