From 8923c50c2c7d6daf1cd856a060af2d9b672a258d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:45:51 +0000 Subject: [PATCH] build(deps-dev): update pytest requirement in /wrappers/python 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/8.2.1...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- wrappers/python/requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/python/requirements.dev.txt b/wrappers/python/requirements.dev.txt index bd967afe..e2803058 100644 --- a/wrappers/python/requirements.dev.txt +++ b/wrappers/python/requirements.dev.txt @@ -1,2 +1,2 @@ -pytest~=8.2.1 +pytest~=8.2.2 pytest-asyncio~=0.23.7