From a8e80593bfaf9e4f3f2c37c1e15f2e545a415081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:16:42 +0000 Subject: [PATCH] Bump aiofiles from 23.1.0 to 23.2.1 Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 23.1.0 to 23.2.1. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v23.1.0...v23.2.1) --- updated-dependencies: - dependency-name: aiofiles dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 208ec7f9..a9b19dc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ server = [ "Brotli>=1.0.9", "aiohttp==3.8.5", "asyncio-throttle==1.0.2", - "aiofiles==23.1.0", + "aiofiles==23.2.1", "aiorun==2023.7.2", "colorlog==6.7.0", "aiosqlite==0.19.0", diff --git a/requirements_all.txt b/requirements_all.txt index 2576a325..38af4242 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2,7 +2,7 @@ Brotli>=1.0.9 aiodns>=3.0.0 -aiofiles==23.1.0 +aiofiles==23.2.1 aiohttp==3.8.5 aiorun==2023.7.2 aioslimproto==2.3.3 -- 2.34.1