From 9f8e070097891555f57eb8bb2b60da0fa385afbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:15:15 +0000 Subject: [PATCH] build(deps-dev): Bump tox from 4.14.2 to 4.15.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.14.2 to 4.15.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.14.2...4.15.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a2217f4..924c010 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1645,13 +1645,13 @@ files = [ [[package]] name = "tox" -version = "4.14.2" +version = "4.15.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.14.2-py3-none-any.whl", hash = "sha256:2900c4eb7b716af4a928a7fdc2ed248ad6575294ed7cfae2ea41203937422847"}, - {file = "tox-4.14.2.tar.gz", hash = "sha256:0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104"}, + {file = "tox-4.15.0-py3-none-any.whl", hash = "sha256:300055f335d855b2ab1b12c5802de7f62a36d4fd53f30bd2835f6a201dda46ea"}, + {file = "tox-4.15.0.tar.gz", hash = "sha256:7a0beeef166fbe566f54f795b4906c31b428eddafc0102ac00d20998dd1933f6"}, ] [package.dependencies] @@ -1963,4 +1963,4 @@ docs = ["Sphinx", "enum-tools", "furo"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "44520f19b1802b4cfc6c365a1a2fd01e37491728de052d930762e134bbdf3016" +content-hash = "004d44f6cb05ebfa414c7e0ad8e69800a3885ab8dbdb101e93314b36d05a9f28" diff --git a/pyproject.toml b/pyproject.toml index a100ecd..da82911 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.14.2" +tox = "^4.15.0" types-requests = "^2.31.0" requests-mock = "^1.12.1" pytest-cov = "^5.0.0"