From 6b427aa766c4aec0f7b461cb3464a86faa7d867e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:08:40 +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.3.3...8.3.4) --- 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 ed873848..18888fe7 100644 --- a/wrappers/python/requirements.dev.txt +++ b/wrappers/python/requirements.dev.txt @@ -1,2 +1,2 @@ -pytest~=8.3.3 +pytest~=8.3.4 pytest-asyncio~=0.24.0