From 368697b7da167d2a4b17c0f4de6d049726fa6720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:48:16 +0000 Subject: [PATCH] chore(deps): bump bcrypt from 4.2.0 to 4.2.1 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.2.0...4.2.1) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production 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 fc169accd..1d5a83a17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ alembic==1.14.0 apscheduler==3.10.4 -bcrypt==4.2.0 +bcrypt==4.2.1 bleach[css]==6.2.0 colander==2.0 dogpile.cache==1.3.3