From 7897cce3d89e6c297361abf4796830913f6d3445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 17:09:26 +0000 Subject: [PATCH] chore(deps): bump bcrypt from 4.2.1 to 4.3.0 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.2.1 to 4.3.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.2.1...4.3.0) --- updated-dependencies: - dependency-name: bcrypt 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 00cbfa096..257c20421 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ alembic==1.14.1 apscheduler==3.10.4 -bcrypt==4.2.1 +bcrypt==4.3.0 bleach[css]==6.2.0 colander==2.0 dogpile.cache==1.3.4