From 2d06bb784d0ba6b5fea80b615b2d797619d9517f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 10:03:41 +0000 Subject: [PATCH] build(deps-dev): Bump tox from 4.11.0 to 4.11.3 Bumps [tox](https://github.com/tox-dev/tox) from 4.11.0 to 4.11.3. - [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.11.0...4.11.3) --- 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 173f1d7..6632760 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1431,13 +1431,13 @@ files = [ [[package]] name = "tox" -version = "4.11.0" +version = "4.11.3" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.11.0-py3-none-any.whl", hash = "sha256:7f7e5f1b20115560e610b9a11143bbcf48270ec3293f36c0a18be7b287c3b41f"}, - {file = "tox-4.11.0.tar.gz", hash = "sha256:cc665e1e6b095f843b952ea5696f7a64bb64982aff62b62547ef171fa60e21eb"}, + {file = "tox-4.11.3-py3-none-any.whl", hash = "sha256:599af5e5bb0cad0148ac1558a0b66f8fff219ef88363483b8d92a81e4246f28f"}, + {file = "tox-4.11.3.tar.gz", hash = "sha256:5039f68276461fae6a9452a3b2c7295798f00a0e92edcd9a3b78ba1a73577951"}, ] [package.dependencies] @@ -1572,4 +1572,4 @@ docs = ["Sphinx", "enum-tools", "furo"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f699319da5a33944fe9e7f735ecec113e0dc183a897b517197e415fc43ae7422" +content-hash = "021743212b5af98309cf326b4c884a1d8fb12fb167fa5506111256e4700728c4" diff --git a/pyproject.toml b/pyproject.toml index 551893f..61a88a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ black = "^23.9.1" mypy = "^1.3" flake8 = "^6.1.0" isort = "^5.12.0" -tox = "^4.11.0" +tox = "^4.11.3" types-requests = "^2.31.0" requests-mock = "^1.11.0" pytest-cov = "^4.1.0"