From 91b37690ca716d7688e8a4b6b9979c7f82f5c80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:17:25 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.9.1 to 3.9.2 in /images/hub Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.1...v3.9.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- images/hub/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/hub/requirements.txt b/images/hub/requirements.txt index ddc4fc40ac..6ea04753ce 100644 --- a/images/hub/requirements.txt +++ b/images/hub/requirements.txt @@ -4,7 +4,7 @@ # # Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml # -aiohttp==3.9.1 +aiohttp==3.9.2 # via kubernetes-asyncio aiosignal==1.3.1 # via aiohttp