From dd7d1d096d63d07b60d2f9c04baf40329d652f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 12:08:28 +0200 Subject: [PATCH] Bump bcrypt from 4.0.0 to 4.0.1 (#1398) Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/pyca/bcrypt/releases) - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3d80df452..483d3c546 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ alembic==1.8.1 apscheduler==3.9.1 -bcrypt==4.0.0 +bcrypt==4.0.1 bleach==4.1.0 colander==1.8.3 dogpile.cache==1.1.8