From bac5c00a367365d1e526bcd1071e80f46ddcef48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 02:13:40 +0200 Subject: [PATCH] Bump bcrypt from 4.1.2 to 4.1.3 (#38) Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.1.2 to 4.1.3. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.1.2...4.1.3) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index f5183c7..0c0533f 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,5 @@ asgiref==3.8.1 -bcrypt==4.1.2 +bcrypt==4.1.3 build==1.2.1 certifi==2024.2.2 cffi==1.16.0 diff --git a/requirements.txt b/requirements.txt index 9581679..f309e46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ asgiref==3.8.1 # via # -r requirements.in # django -bcrypt==4.1.2 +bcrypt==4.1.3 # via # -r requirements.in # paramiko