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"