From 15a8bf28c5eda96434065b8d60be3f4ad3ce59a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 23:53:08 +0000 Subject: [PATCH] Bump async-lru from 2.0.5 to 2.1.0 Bumps [async-lru](https://github.com/aio-libs/async-lru) from 2.0.5 to 2.1.0. - [Release notes](https://github.com/aio-libs/async-lru/releases) - [Changelog](https://github.com/aio-libs/async-lru/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/async-lru/compare/v2.0.5...v2.1.0) --- updated-dependencies: - dependency-name: async-lru dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e034664..e80b6b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "aiohttp-socks==0.11.0", "aiokafka==0.12.0", "apscheduler==3.11.2", - "async-lru==2.0.5", + "async-lru==2.1.0", "awscrt==0.31.0", "bidict==0.23.1", "cacheout==0.16.0",