From d47efa9cc5dfb2b1b45e0fb1de83eeb91d6ab9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:57:13 +0200 Subject: [PATCH] Bump aiofiles from 23.2.1 to 24.1.0 (#1407) Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 23.2.1 to 24.1.0. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Commits](https://github.com/Tinche/aiofiles/compare/v23.2.1...v24.1.0) --- updated-dependencies: - dependency-name: aiofiles dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e754e244..a2c0ac4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ server = [ "Brotli>=1.0.9", "aiohttp==3.9.5", "asyncio-throttle==1.0.2", - "aiofiles==23.2.1", + "aiofiles==24.1.0", "aiorun==2024.5.1", "certifi==2024.6.2", "colorlog==6.8.2", diff --git a/requirements_all.txt b/requirements_all.txt index 1a9f2bb3..2786e3b5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2,7 +2,7 @@ Brotli>=1.0.9 aiodns>=3.0.0 -aiofiles==23.2.1 +aiofiles==24.1.0 aiohttp==3.9.5 aiojellyfin==0.7.0 aiorun==2024.5.1 -- 2.34.1