From 51276574dfd9ad117d3d3f17056c428414fd2eda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 01:57:25 +0000 Subject: [PATCH] Update dependency bitarray to v2.9.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 793bba2..1e6dfda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiosqlite==0.19.0 ; python_version >= "3.10" and python_version < "3.11" alembic==1.13.1 ; python_version >= "3.10" and python_version < "3.11" annotated-types==0.6.0 ; python_version >= "3.10" and python_version < "3.11" anyio==3.7.1 ; python_version >= "3.10" and python_version < "3.11" -bitarray==2.6.0 ; python_version >= "3.10" and python_version < "3.11" +bitarray==2.9.2 ; python_version >= "3.10" and python_version < "3.11" certifi==2024.2.2 ; python_version >= "3.10" and python_version < "3.11" cffi==1.16.0 ; python_version >= "3.10" and python_version < "3.11" click==8.1.7 ; python_version >= "3.10" and python_version < "3.11"