diff --git a/poetry.lock b/poetry.lock index 5afbcfc..a225fae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "astroid" @@ -412,13 +412,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.29.0" +version = "0.30.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.29.0-py3-none-any.whl", hash = "sha256:f8dfe55006dcfb5cf31bcb1904e1262e1c642a4502fee3688cbf1bddfe5c7601"}, - {file = "poethepoet-0.29.0.tar.gz", hash = "sha256:676842302f2304a86b31ac56398dd672fae8471128d2086896393384dbafc095"}, + {file = "poethepoet-0.30.0-py3-none-any.whl", hash = "sha256:bf875741407a98da9e96f2f2d0b2c4c34f56d89939a7f53a4b6b3a64b546ec4e"}, + {file = "poethepoet-0.30.0.tar.gz", hash = "sha256:9f7ccda2d6525616ce989ca8ef973739fd668f50bef0b9d3631421d504d9ae4a"}, ] [package.dependencies] @@ -479,13 +479,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -519,17 +519,18 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-black" -version = "0.3.12" +version = "0.6.0" description = "A pytest plugin to enable format checking with black" optional = false -python-versions = ">=2.7" +python-versions = ">=3.5" files = [ - {file = "pytest-black-0.3.12.tar.gz", hash = "sha256:1d339b004f764d6cd0f06e690f6dd748df3d62e6fe1a692d6a5500ac2c5b75a5"}, + {file = "pytest_black-0.6.0-py3-none-any.whl", hash = "sha256:7eb747f54b6c997497b5cbc66a988be114b92016dbfa66d210d1d1f9f6b2dc76"}, + {file = "pytest_black-0.6.0.tar.gz", hash = "sha256:ecb77455f379805cb4bd8f45a813a3754c3bbee3199adf1b3665c0dfd086b511"}, ] [package.dependencies] black = {version = "*", markers = "python_version >= \"3.6\""} -pytest = ">=3.5.0" +pytest = ">=7.0.0" toml = "*" [[package]] @@ -789,4 +790,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6603098f9a24abfdf209ee1db8348dd550f5de06278f4629dc9306381ea3254f" +content-hash = "1557711a862877a712e8a904aec91c20df4e6148388e4116b06058b722a9791c" diff --git a/pyproject.toml b/pyproject.toml index 58e6dee..88c9fbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,10 +11,10 @@ include = ["py.typed", "LICENSE", "LICENSE-THIRD-PARTY"] [tool.poetry.group.dev.dependencies] black = "^24.8.0" isort = "^5.13.2" -poethepoet = "^0.29.0" -pytest = "^8.3.3" +poethepoet = "^0.30.0" +pytest = "^8.3.4" pytest-asyncio = "^0.24.0" -pytest-black = "^0.3.12" +pytest-black = "^0.6.0" pytest-cov = "^5.0.0" pytest-mock = "^3.14.0" pytest-mypy = "^0.10.3"