From ab7fa03da85ef901ca25806ab5a9b320f481cff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:10:59 +0000 Subject: [PATCH] chore(deps-dev): Update pytest requirement in /plugin_globals Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- plugin_globals/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_globals/pyproject.toml b/plugin_globals/pyproject.toml index 070236ee4..ca40a55c5 100644 --- a/plugin_globals/pyproject.toml +++ b/plugin_globals/pyproject.toml @@ -18,7 +18,7 @@ aca-py = ["aries-cloudagent"] ruff = "^0.1.2" black = "23.7.0" asynctest = "0.13.0" -pytest = "~7.4.0" +pytest = "~8.0.2" pytest-asyncio = "0.14.0" pytest-cov = "2.10.1" pytest-ruff = "^0.1.1"