From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 17:00:15 +0000 (+0200) Subject: Bump tox from 3.23.0 to 3.23.1 (#123) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=b358bdf8043cc989ea65f5cd6d79066da2d65e45;p=music-assistant-server.git Bump tox from 3.23.0 to 3.23.1 (#123) Bumps [tox](https://github.com/tox-dev/tox) from 3.23.0 to 3.23.1. - [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.23.0...3.23.1) --- 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 22f1d700..71ee3336 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.23.0 +tox==3.23.1 -e .