From db46d194eb07dc46c4c73eaced066a6b88a6ddb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:09:37 +0000 Subject: [PATCH] build(deps-dev): bump tox from 4.15.0 to 4.15.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.15.0 to 4.15.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.15.0...4.15.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0995909e..7ecfb5dd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -79,7 +79,7 @@ pyyaml==6.0.1 # via pre-commit sqlparse==0.5.0 # via django -tox==4.15.0 +tox==4.15.1 # via -r requirements-dev.in typing-extensions==4.10.0 # via mypy