diff --git a/poetry.lock b/poetry.lock index 457f9d7..39f87b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1443,13 +1443,13 @@ files = [ [[package]] name = "tox" -version = "4.23.0" +version = "4.23.1" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.23.0-py3-none-any.whl", hash = "sha256:46da40afb660e46238c251280eb910bdaf00b390c7557c8e4bb611f422e9db12"}, - {file = "tox-4.23.0.tar.gz", hash = "sha256:a6bd7d54231d755348d3c3a7b450b5bf6563833716d1299a1619587a1b77a3bf"}, + {file = "tox-4.23.1-py3-none-any.whl", hash = "sha256:1a7947c010c4fb12cc84a414ab8b93e1119b6249fd881f65b1650f759fadbf0c"}, + {file = "tox-4.23.1.tar.gz", hash = "sha256:dc128e1bacddf993179a120ddfc7db2f8cda7fb67c8c4bf229a716d685f23f2f"}, ] [package.dependencies] @@ -1559,4 +1559,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9c1c198a5c7ec4b31cccf258db359561f2d6d15a91bf4ef5b3410eb6f0e91ea3" +content-hash = "9418ed8051ccbdbb1e715eccc647c6ffaa88e7edeb52efd17deabadc004007f7" diff --git a/pyproject.toml b/pyproject.toml index 26cb80b..f7d844b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ singer-sdk = "0.41.0" [tool.poetry.dev-dependencies] pytest = "^8.3.3" -tox = "^4.23.0" +tox = "^4.23.1" flake8 = "^5.0.4" black = "^24.8" pydocstyle = "^6.1.1"