diff --git a/poetry.lock b/poetry.lock index 59ec5ad..d2657fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1339,24 +1339,25 @@ plugins = ["importlib-metadata ; python_version < \"3.8\""] [[package]] name = "pytest" -version = "8.3.4" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, - {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [package.dependencies] -colorama = {version = "*", markers = "sys_platform == \"win32\""} -iniconfig = "*" -packaging = "*" +colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} +iniconfig = ">=1.0.1" +packaging = ">=22" pluggy = ">=1.5,<2" +pygments = ">=2.7.2" [package.extras] -dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -1725,4 +1726,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "9d94b07eaab4e1b607a20ba27ab3e16cf12e31c07bbd0f6ec1b29b34b2d5163e" +content-hash = "ee852ffc74758fbb67f93027c304c0cf6d261841012b8352e67625a97fd988cd" diff --git a/pyproject.toml b/pyproject.toml index 99d2553..865fae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ jinja2 = "^3.1.6" [tool.poetry.group.dev.dependencies] ipykernel = "^6.29.5" -pytest = "^8.3.4" +pytest = ">=8.3.4,<10.0.0" coverage = {extras = ["toml"], version = "^7.6.12"} pytest-cov = "^6.0.0" flake8 = "^7.1.2"