From 505d019f8d3057317463ebef9e37bdff64ecf263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 08:12:11 +0000 Subject: [PATCH] chore: bump bcrypt from 4.0.0 to 4.0.1 in /tests 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] --- tests/requirements_py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements_py3.txt b/tests/requirements_py3.txt index de66795..fdf43d3 100644 --- a/tests/requirements_py3.txt +++ b/tests/requirements_py3.txt @@ -1,5 +1,5 @@ attrs==22.1.0 -bcrypt==4.0.0 +bcrypt==4.0.1 certifi==2022.9.24 cffi==1.15.1 chardet==5.0.0