From a513d655515bcbec5445d107591110d041cad337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:02:02 +0000 Subject: [PATCH] Build(deps-dev): bump tox from 4.18.1 to 4.19.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.18.1 to 4.19.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.18.1...4.19.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 d02dbf0..ca635e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -371,13 +371,13 @@ files = [ [[package]] name = "tox" -version = "4.18.1" +version = "4.19.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.18.1-py3-none-any.whl", hash = "sha256:35d472032ee1f73fe20c3e0e73d7073a4e85075c86ff02c576f9fc7c6a15a578"}, - {file = "tox-4.18.1.tar.gz", hash = "sha256:3c0c96bc3a568a5c7e66387a4cfcf8c875b52e09f4d47c9f7a277ec82f1a0b11"}, + {file = "tox-4.19.0-py3-none-any.whl", hash = "sha256:6e20a520db7710f6980b8ec96bde189d6b8cf41b327ec703b03e1a2a447b1aaf"}, + {file = "tox-4.19.0.tar.gz", hash = "sha256:66177d887f9d7ef8eaa9b58b187f7b865fa4c58650086c01336e82c9831e1867"}, ] [package.dependencies] @@ -447,4 +447,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "b8542cfa51757fccc313cf1eba4854bb8e13fdf6205d2df7d0846f2c8d6d480a" +content-hash = "2ea28732331e8d919c198eef07a086a8f28fc7791cb66903c0d68f72e398acf3" diff --git a/pyproject.toml b/pyproject.toml index 0818b9f..2450884 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ optional = true [tool.poetry.group.tests.dependencies] pytest = "^8.3.3" pytest-cov = "^5.0.0" -tox = "^4.18.1" +tox = "^4.19.0" tox-gh-actions = "^3.2.0"