diff --git a/poetry.lock b/poetry.lock index 1d0738b..9b445da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -306,13 +306,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pytest" -version = "8.2.2" +version = "8.3.3" 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.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -320,7 +320,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] @@ -458,4 +458,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9ebf6160954677990309ed225d960f81a679796205ba3463e4685a114f101163" +content-hash = "52757100f0a63b905874d5b5116ec02268a4b563496fbd89896aa94e5c41f772" diff --git a/pyproject.toml b/pyproject.toml index fb236e1..28bd088 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python = "^3.8" [tool.poetry.dev-dependencies] # tests coverage = { version = "==7.6.1", extras = ['toml'] } -pytest = "==8.2.2" +pytest = "==8.3.3" # lint pre-commit = { version = "==3.7.1", python = '^3.9', markers = "implementation_name != 'pypy'" } mypy = { version = "==1.11.2", python = '^3.9', markers = "implementation_name != 'pypy'" }