From 0b9244a72e19dd00699f296ec33f88e029dceb11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:33:16 +0000 Subject: [PATCH] Bump cffi from 1.16.0 to 1.17.1 Bumps [cffi](https://github.com/python-cffi/cffi) from 1.16.0 to 1.17.1. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.16.0...v1.17.1) --- updated-dependencies: - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9b6d146..0824785 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ alembic==1.13.3 # via borm (pyproject.toml) annotated-types==0.6.0 # via pydantic -cffi==1.16.0 +cffi==1.17.1 # via cryptography colorama==0.4.6 # via colorlog