From cd3fa88e835a70bbe866d1f4b297dee8173e85a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:14:31 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 8.0.0 in /py Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.3...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- py/poetry.lock | 12 ++++++------ py/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/py/poetry.lock b/py/poetry.lock index 2df56f0a..fec50769 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.0" 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.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, + {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, ] [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 = "15876db86da043031e47a5a74f2521fa74776918b82d28e7532223464e81b725" diff --git a/py/pyproject.toml b/py/pyproject.toml index 6f459e13..7af6e414 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.0" pytest-benchmark = { version = "^4.0.0", extras = ["histogram"] } [tool.poetry.scripts]