From 1a996f5267c63c95e081d3f665dcea93902c31e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:42:27 +0000 Subject: [PATCH] Bump cffi from 1.17.0 to 1.17.1 Bumps [cffi](https://github.com/python-cffi/cffi) from 1.17.0 to 1.17.1. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: cffi dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54b9a912e1..cc48df16fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ certifi==2024.8.30 # via # requests # selenium -cffi==1.17.0 +cffi==1.17.1 # via cryptography charset-normalizer==3.3.2 # via requests