From c8f18735f23c997d89d04bb05fc911113755366e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 13:15:54 +0000 Subject: [PATCH] chore(deps): bump tox from 4.28.0 to 4.28.3 Bumps [tox](https://github.com/tox-dev/tox) from 4.28.0 to 4.28.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.28.0...4.28.3) --- updated-dependencies: - dependency-name: tox dependency-version: 4.28.3 dependency-type: direct:production 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 cbf4bfa..1c4d11d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1548,14 +1548,14 @@ files = [ [[package]] name = "tox" -version = "4.28.0" +version = "4.28.3" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "tox-4.28.0-py3-none-any.whl", hash = "sha256:3e2f5c0a00523a58666690108b66820150f6435cb6e4dd95caf21bb52133c1d1"}, - {file = "tox-4.28.0.tar.gz", hash = "sha256:442347b1a415733850f097e7e78b8c5f38b5e1719f8b7205aade5d055f08068c"}, + {file = "tox-4.28.3-py3-none-any.whl", hash = "sha256:1debe9daf0b7e64d425ef99a17292b0792385686b1d541df34c7298211e99269"}, + {file = "tox-4.28.3.tar.gz", hash = "sha256:b91db7219e5242002cf4040a299c8852026d6af35fcd21274d456fb62dafee7b"}, ] [package.dependencies] @@ -1694,4 +1694,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9.12,<4.0" -content-hash = "c4730da87ea216f20c182f71b8e03ca5e90796e3378a9c28c95cec3d4dadaa12" +content-hash = "5adfe7d7d106a6bf18f74fc442e403774de563657695ec8184b1e96c176f265a" diff --git a/pyproject.toml b/pyproject.toml index 01b87e9..fcfb00d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pre-commit = ">=3.6.2,<5.0.0" [tool.poetry.dependencies] python = ">=3.9.12,<4.0" -tox = "^4.28.0" +tox = "^4.28.3" twine = "^6.1.0" httpx = "^0.28.1" python-dotenv = "^1.1.1"