diff --git a/poetry.lock b/poetry.lock index 6e64f5e..7337377 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1233,13 +1233,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.2.2" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.2.2-py3-none-any.whl", hash = "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343"}, - {file = "pytest-8.2.2.tar.gz", hash = "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -1247,7 +1247,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.5,<2.0" +pluggy = ">=1.5,<2" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] @@ -1657,4 +1657,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "93103f6e2a0441ff5a0f006ab72d4608fa1955cf29f06e176686522d24a9571d" +content-hash = "d6a1a59ba13eef60454561c6b3cf44e33d9b8b1da82c5e72b0980845d6ac1fc2" diff --git a/pyproject.toml b/pyproject.toml index 7ee8b94..0b9bec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ polling2= "0.5.0" [tool.poetry.group.dev.dependencies] black= "24.10.0" flake8= "7.1.1" -pytest = "~8.2.2" +pytest = ">=8.2.2,<8.4.0" twine = ">=6.0,<6.2" [tool.poetry.scripts]