diff --git a/pyproject.toml b/pyproject.toml index f230ff9..de0e850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.13,<4.0" dependencies = [ "aiofiles==25.1.0", "alembic==1.18.4", - "async-lru==2.1.0", + "async-lru==2.2.0", "asyncpg==0.31.0", "bcrypt==5.0.0", "coloredlogs==15.0.1", diff --git a/uv.lock b/uv.lock index c77fafa..2136b1e 100644 --- a/uv.lock +++ b/uv.lock @@ -210,7 +210,7 @@ test = [ requires-dist = [ { name = "aiofiles", specifier = "==25.1.0" }, { name = "alembic", specifier = "==1.18.4" }, - { name = "async-lru", specifier = "==2.1.0" }, + { name = "async-lru", specifier = "==2.2.0" }, { name = "asyncpg", specifier = "==0.31.0" }, { name = "bcrypt", specifier = "==5.0.0" }, { name = "coloredlogs", specifier = "==15.0.1" }, @@ -263,11 +263,11 @@ wheels = [ [[package]] name = "async-lru" -version = "2.1.0" +version = "2.2.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ef/c3/bbf34f15ea88dfb649ab2c40f9d75081784a50573a9ea431563cab64adb8/async_lru-2.1.0.tar.gz", hash = "sha256:9eeb2fecd3fe42cc8a787fc32ead53a3a7158cc43d039c3c55ab3e4e5b2a80ed", size = 12041, upload-time = "2026-01-17T22:52:18.931Z" } +sdist = { url = "https://files.pythonhosted.org/packages/05/8a/ca724066c32a53fa75f59e0f21aa822fdaa8a0dffa112d223634e3caabf9/async_lru-2.2.0.tar.gz", hash = "sha256:80abae2a237dbc6c60861d621619af39f0d920aea306de34cb992c879e01370c", size = 14654, upload-time = "2026-02-20T19:11:43.848Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/2e/e9/eb6a5db5ac505d5d45715388e92bced7a5bb556facc4d0865d192823f2d2/async_lru-2.1.0-py3-none-any.whl", hash = "sha256:fa12dcf99a42ac1280bc16c634bbaf06883809790f6304d85cdab3f666f33a7e", size = 6933, upload-time = "2026-01-17T22:52:17.389Z" }, + { url = "https://files.pythonhosted.org/packages/13/5c/af990f019b8dd11c5492a6371fe74a5b0276357370030b67254a87329944/async_lru-2.2.0-py3-none-any.whl", hash = "sha256:e2c1cf731eba202b59c5feedaef14ffd9d02ad0037fcda64938699f2c380eafe", size = 7890, upload-time = "2026-02-20T19:11:42.273Z" }, ] [[package]]