From 228ac1cb50e8a1678d667a9411bb782afbbd6d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 06:58:37 +0000 Subject: [PATCH] Build(deps-dev): bump tox from 4.22.0 to 4.23.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.22.0 to 4.23.0. - [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.22.0...4.23.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 302d127..747f972 100644 --- a/poetry.lock +++ b/poetry.lock @@ -356,13 +356,13 @@ files = [ [[package]] name = "tox" -version = "4.22.0" +version = "4.23.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.22.0-py3-none-any.whl", hash = "sha256:03734d9a9ac138cd1a898a372fb1b8079e2728618ae06dc37cbf3686cfb56eea"}, - {file = "tox-4.22.0.tar.gz", hash = "sha256:acc6c627cb3316585238d55d2b633e132fea1bdb01b9d93b56bce7caea6ae73d"}, + {file = "tox-4.23.0-py3-none-any.whl", hash = "sha256:46da40afb660e46238c251280eb910bdaf00b390c7557c8e4bb611f422e9db12"}, + {file = "tox-4.23.0.tar.gz", hash = "sha256:a6bd7d54231d755348d3c3a7b450b5bf6563833716d1299a1619587a1b77a3bf"}, ] [package.dependencies] @@ -429,4 +429,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "5d159e2248c28dbcc4a53e20b797f102949a09dcaa31566330d35d5bb241dc87" +content-hash = "cd39d6591de2797baaed7261f98500e0ec202edd5a245c8e082862751dd6d94d" diff --git a/pyproject.toml b/pyproject.toml index 4c6552a..646d46a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ optional = true [tool.poetry.group.tests.dependencies] pytest = "^8.3.3" pytest-cov = "^5.0.0" -tox = "^4.22.0" +tox = "^4.23.0" tox-gh-actions = "^3.2.0"