From 1264770c1e3e5a42999ccbcdb442fc539c8d08e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 17:04:16 +0000 Subject: [PATCH] Update dpytest requirement from ~=0.6.0 to ~=0.7.0 Updates the requirements on [dpytest](https://github.com/CraftSpider/dpytest) to permit the latest version. - [Release notes](https://github.com/CraftSpider/dpytest/releases) - [Changelog](https://github.com/CraftSpider/dpytest/blob/master/HISTORY.md) - [Commits](https://github.com/CraftSpider/dpytest/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: dpytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 6f1d32d..28d2283 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -dpytest~=0.6.0 +dpytest~=0.7.0 mypy~=0.0 pytest~=7.2.0 pytest-asyncio~=0.20.0