From 8ee7238dbebb9c3568c6acaaf266ecb7b7a0c77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:52:40 +0000 Subject: [PATCH] build(deps-dev): Bump tox from 4.15.0 to 4.15.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.15.0 to 4.15.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.15.0...4.15.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... 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 f1ed2b8..9ab0a25 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1645,13 +1645,13 @@ files = [ [[package]] name = "tox" -version = "4.15.0" +version = "4.15.1" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.15.0-py3-none-any.whl", hash = "sha256:300055f335d855b2ab1b12c5802de7f62a36d4fd53f30bd2835f6a201dda46ea"}, - {file = "tox-4.15.0.tar.gz", hash = "sha256:7a0beeef166fbe566f54f795b4906c31b428eddafc0102ac00d20998dd1933f6"}, + {file = "tox-4.15.1-py3-none-any.whl", hash = "sha256:f00a5dc4222b358e69694e47e3da0227ac41253509bca9f45aa8f012053e8d9d"}, + {file = "tox-4.15.1.tar.gz", hash = "sha256:53a092527d65e873e39213ebd4bd027a64623320b6b0326136384213f95b7076"}, ] [package.dependencies] @@ -1963,4 +1963,4 @@ docs = ["Sphinx", "enum-tools", "furo"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "004d44f6cb05ebfa414c7e0ad8e69800a3885ab8dbdb101e93314b36d05a9f28" +content-hash = "2fd4e8399de320d323e4c1aeaa3300c76b4645226465f373062e700e28342b8a" diff --git a/pyproject.toml b/pyproject.toml index da82911..76c1387 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ black = "^24.4.2" mypy = "^1.9" flake8 = "^7.0.0" isort = "^5.13.2" -tox = "^4.15.0" +tox = "^4.15.1" types-requests = "^2.31.0" requests-mock = "^1.12.1" pytest-cov = "^5.0.0"