From 0cb414ce1d7152961b49a876a67928af37937eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:03:31 +0000 Subject: [PATCH] Update pycparser requirement from ~=2.22 to ~=3.0 Updates the requirements on [pycparser](https://github.com/eliben/pycparser) to permit the latest version. - [Release notes](https://github.com/eliben/pycparser/releases) - [Commits](https://github.com/eliben/pycparser/compare/release_v2.22...release_v3.00) --- updated-dependencies: - dependency-name: pycparser dependency-version: '3.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e1b262..5ff0d28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiodns~=3.1 aiogram~=3.15 asyncpg~=0.30 lxml~=5.2 -pycparser~=2.22 +pycparser~=3.0 pypng==0.20220715.0 python-dotenv>=0.17.0 python-Levenshtein>=0.12.2