From 761ba6e0ee7e0b5fb61195761e2d86a8293dd629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:43:05 +0000 Subject: [PATCH] build(deps): bump aioresponses from 0.7.6 to 0.7.7 Bumps [aioresponses](https://github.com/pnuckowski/aioresponses) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/pnuckowski/aioresponses/releases) - [Commits](https://github.com/pnuckowski/aioresponses/compare/0.7.6...0.7.7) --- updated-dependencies: - dependency-name: aioresponses dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc37527..61f35df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ spellcheck = [ "codespell==2.3.0" ] tests = [ - "aioresponses==0.7.6", + "aioresponses==0.7.7", "pytest==8.3.3", "pytest-asyncio==0.24.0" ]