From 327459a1567d093a9886b3fddc6df3cd4fd1d51f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:34:50 +0000 Subject: [PATCH] Bump bcrypt from 4.1.3 to 4.2.0 in /server Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.1.3 to 4.2.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.1.3...4.2.0) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 3e8b964c..3af1b20a 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -5,6 +5,6 @@ python-dateutil==2.9.0.post0 pylint-ignore==2022.1025 marshmallow-sqlalchemy==0.30.0 tornado-prometheus==0.1.2 -bcrypt==4.1.3 +bcrypt==4.2.0 anytree==2.12.1 alembic==1.13.2