From c0e2a00543d12412b153bfd4042080dc039e3278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 18:14:26 +0000 Subject: [PATCH] [dependency]: bump pytest-aiohttp Bumps the explorer-nodewatch-dependencies group in /explorer/nodewatch with 1 update: [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp). Updates `pytest-aiohttp` from 1.0.5 to 1.1.0 - [Release notes](https://github.com/aio-libs/pytest-aiohttp/releases) - [Changelog](https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/pytest-aiohttp/compare/v1.0.5...v1.1.0) --- updated-dependencies: - dependency-name: pytest-aiohttp dependency-type: direct:development update-type: version-update:semver-minor dependency-group: explorer-nodewatch-dependencies ... Signed-off-by: dependabot[bot] --- explorer/nodewatch/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/nodewatch/dev_requirements.txt b/explorer/nodewatch/dev_requirements.txt index c05d8ff67..c816f9437 100644 --- a/explorer/nodewatch/dev_requirements.txt +++ b/explorer/nodewatch/dev_requirements.txt @@ -1,4 +1,4 @@ cffi==1.17.1 pytest==8.3.4 -pytest-aiohttp==1.0.5 +pytest-aiohttp==1.1.0 coverage>=6.3