From 1d05c66732d7141413554e0b41d7a65b5391e4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 03:39:36 +0000 Subject: [PATCH] Bump pytest from 7.3.1 to 7.4.0 in /client/python Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.4.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.3.1...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index ce74f88a5ef..5d8aa1f99f3 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -12,7 +12,7 @@ authors = [{ name = "G-Research Open Source Software", email = "armada@armadapro format = ["black==23.3.0", "flake8==6.0.0", "pylint==2.17.4"] # note(JayF): sphinx-jekyll-builder was broken by sphinx-markdown-builder 0.6 -- so pin to 0.5.5 docs = ["sphinx==7.0.1", "sphinx-jekyll-builder==0.3.0", "sphinx-toolbox==3.2.0b1", "sphinx-markdown-builder==0.5.5"] -test = ["pytest==7.3.1", "coverage>=6.5.0", "pytest-asyncio==0.21.0"] +test = ["pytest==7.4.0", "coverage>=6.5.0", "pytest-asyncio==0.21.0"] [build-system] requires = ["setuptools"]