diff options
-rw-r--r-- | poetry.lock | 12 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock index a0cd97314..a5c3e3ae4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1562,23 +1562,23 @@ files = [ [[package]] name = "pytest" -version = "8.0.2" +version = "8.1.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, - {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, + {file = "pytest-8.1.0-py3-none-any.whl", hash = "sha256:ee32db7af8de4629a455806befa90559f307424c07b8413ccfc30bf5b221dd7e"}, + {file = "pytest-8.1.0.tar.gz", hash = "sha256:f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.3.0,<2.0" +pluggy = ">=1.4,<2.0" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -2372,4 +2372,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "10ebf87e6972e3f84126e5663ef21031402ba049ec7319daa90e0cfda02ee345" +content-hash = "3162e8e9db4a5113acbcd13da0663886298139e26bb1938aee38e020793fb804" diff --git a/pyproject.toml b/pyproject.toml index c0d1db38d..66703e1e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ coverage = "7.4.3" httpx = "0.27.0" pre-commit = "3.6.2" pip-licenses = "4.3.4" -pytest = "8.0.2" +pytest = "8.1.0" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" pytest-xdist = "3.5.0" |