From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 15:59:40 +0000 (+0100) Subject: Bump tox from 3.24.3 to 3.24.4 (#181) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=791fdcec419f7702502d6d00919cff32d20a8284;p=music-assistant-server.git Bump tox from 3.24.3 to 3.24.4 (#181) Bumps [tox](https://github.com/tox-dev/tox) from 3.24.3 to 3.24.4. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.24.3...3.24.4) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/requirements_dev.txt b/requirements_dev.txt index 61eebdce..bc6fa3d2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -r requirements.txt -r requirements_lint.txt -r requirements_test.txt -tox==3.24.3 +tox==3.24.4 -e .