From 83a1d3f196eb63bc14a6f648319ea3eba31bbcae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:19:33 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 7.4.4 in /py Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4. - [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...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- py/poetry.lock | 8 ++++---- py/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/py/poetry.lock b/py/poetry.lock index 2df56f0a..a483cbc8 100644 --- a/py/poetry.lock +++ b/py/poetry.lock @@ -312,13 +312,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pytest" -version = "7.4.3" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" 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-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -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 = "9c09ab2020b0dcb770e7204e42a993908401b032ebf4e04cfe5848727070511e" diff --git a/py/pyproject.toml b/py/pyproject.toml index 6f459e13..fa70aa11 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 = "^7.4.4" pytest-benchmark = { version = "^4.0.0", extras = ["histogram"] } [tool.poetry.scripts]