From 03a2ba89d07dbff04777eff6d427bdd76bbe05c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 04:54:13 +0000 Subject: [PATCH] chore(deps): bump the python-deps group with 2 updates Bumps the python-deps group with 2 updates: [cffi](https://github.com/python-cffi/cffi) and [charset-normalizer](https://github.com/jawah/charset_normalizer). Updates `cffi` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v2.0.0...v2.1.0) Updates `charset-normalizer` from 3.4.7 to 3.4.8 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.7...3.4.8) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: charset-normalizer dependency-version: 3.4.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ec72669b..f609064d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ annotated-doc==0.0.4 annotated-types==0.7.0 attrs==26.1.0 certifi==2026.6.17 -cffi==2.0.0 -charset-normalizer==3.4.7 +cffi==2.1.0 +charset-normalizer==3.4.8 click==8.4.2 cryptography==49.0.0 flake8==7.3.0