diff --git a/poetry.lock b/poetry.lock index 33be7e7..5dbc3ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -931,7 +931,7 @@ version = "2.20.0" description = "Pygments is a syntax highlighting package written in Python." optional = false python-versions = ">=3.9" -groups = ["dev", "develop", "doc", "test"] +groups = ["develop", "doc", "test"] files = [ {file = "pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176"}, {file = "pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"}, @@ -942,14 +942,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "9.0.2" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["develop", "test"] files = [ - {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, - {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [package.dependencies] @@ -1612,4 +1612,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "a3c5906d69db1741b8338f186bc543dd4075738e811177a5add337498636d0a0" +content-hash = "0fe879c242ce0600acf9005a8219d74a88504d34528e08773c16516d0a85ff85" diff --git a/pyproject.toml b/pyproject.toml index e191002..b9be78d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ Sphinx = ">=5.1.1,<9.0.0" sphinx-rtd-theme = ">=1,<4" reno = "*" types-requests = "*" -pytest = ">=7.1.3,<10.0.0" +pytest = ">=9.0.3,<10.0.0" pytest-cov = ">=3,<8" coverage = ">=6.4.4,<8.0.0" tomli = { version = "*", markers = "python_version < '3.11'"}