From 7b2affce902430355fe0a5bc33ac1d2fecd1c190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:31:25 +0000 Subject: [PATCH] Bump tox from 4.18.0 to 4.18.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.18.0 to 4.18.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.18.0...4.18.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0804a677..0db0e0c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ tests = [ "pytest-cov==5.0.0", "pytest==8.3.2", - "tox==4.18.0", + "tox==4.18.1", "python-dotenv==1.0.1", ] tools = ["pyperclip==1.9.0"]