diff --git a/py/poetry.lock b/py/poetry.lock index 2df56f0a..8d15e6a2 100644 --- a/py/poetry.lock +++ b/py/poetry.lock @@ -312,20 +312,20 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "7.4.3" +version = "8.0.2" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.3.0,<2.0" [package.extras] testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] @@ -381,4 +381,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7b6640073f6023ccfacb697dbb9775fcebcedd7a42da8af53ef0b0249a316069" +content-hash = "3267ed2c07eb5d27d83f0754e15b480423bf72fbd02d729943288651af6fad27" diff --git a/py/pyproject.toml b/py/pyproject.toml index 6f459e13..25db10ba 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -16,7 +16,7 @@ networkx = "^3.2.0" black = "^23.11.0" isort = "^5.12.0" pylint = "^3.0.0" -pytest = "^7.4.0" +pytest = "^8.0.2" pytest-benchmark = { version = "^4.0.0", extras = ["histogram"] } [tool.poetry.scripts]