From 88d36603baccca6b63f60293109e36fccbccb2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:23:16 +0000 Subject: [PATCH] Bump the python-dependencies group with 1 update Bumps the python-dependencies group with 1 update: [tox](https://github.com/tox-dev/tox). Updates `tox` from 4.12.0 to 4.12.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.12.0...4.12.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... 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 1ea1561..8494738 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1306,13 +1306,13 @@ files = [ [[package]] name = "tox" -version = "4.12.0" +version = "4.12.1" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.12.0-py3-none-any.whl", hash = "sha256:c94bf5852ba41f3d9f1e3470ccf3390e0b7bdc938095be3cd96dce25ab5062a0"}, - {file = "tox-4.12.0.tar.gz", hash = "sha256:76adc53a3baff7bde80d6ad7f63235735cfc5bc42e8cb6fccfbf62cb5ffd4d92"}, + {file = "tox-4.12.1-py3-none-any.whl", hash = "sha256:c07ea797880a44f3c4f200ad88ad92b446b83079d4ccef89585df64cc574375c"}, + {file = "tox-4.12.1.tar.gz", hash = "sha256:61aafbeff1bd8a5af84e54ef6e8402f53c6a6066d0782336171ddfbf5362122e"}, ] [package.dependencies] @@ -1503,4 +1503,4 @@ drf = ["djangorestframework"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "2b998bbd0ff3199820a9b27fce49793bcc90b8c9d009e7d0957e6429a6b3864e" +content-hash = "b6b48b1b1930e27e69c5dec82bd064bf7928930b57af2638c60d4a29328631a1" diff --git a/pyproject.toml b/pyproject.toml index 14816b9..a94e22d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ coverage = "7.4.0" freezegun = "^1.2.2" pytest-django = "4.7.0" pre-commit = "3.6.0" -tox = "4.12.0" +tox = "4.12.1" tox-gh-actions = "3.2.0" [tool.poetry.group.docs.dependencies]