From 933f0720f844f35dfed8bc32a65e76344df51da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:54:28 +0000 Subject: [PATCH] build(deps): bump aiohttp in /ci/get-driver-status/app Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 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.8.5...v3.9.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/get-driver-status/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/get-driver-status/app/requirements.txt b/ci/get-driver-status/app/requirements.txt index 93be4cec6..0ab0eaff2 100644 --- a/ci/get-driver-status/app/requirements.txt +++ b/ci/get-driver-status/app/requirements.txt @@ -1,4 +1,4 @@ aiofiles==0.6.0 -aiohttp==3.8.5 +aiohttp==3.9.2 async-timeout==3.0.1 pyyaml==5.4