From ced14b82274bf0faa87e4f5a2362c389a8ce2cea Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Fri, 9 May 2025 15:18:17 +0200 Subject: [PATCH] Release cap for bcrypt It was necessary to cap version of bcrypt while Keystone was getting rid of this unmaintained dependency. It was completed in last cycle and it is time to remove the limitation of the bcrypt version. Change-Id: Iefcdbc6e050dfe13f54097e665f9a91dec02a63a Signed-off-by: Takashi Kajinami Signed-off-by: Tony Breeds --- global-requirements.txt | 4 +--- upper-constraints.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/global-requirements.txt b/global-requirements.txt index 0619639dfb..957a253e3e 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -18,9 +18,7 @@ autobahn # MIT License automaton # Apache-2.0 autopage # Apache-2.0 Babel!=2.4.0 # BSD -# NOTE bcrypt is currently pinned at 4.0.1 in upper-constraints due to an issue -# with passlib: https://foss.heptapod.net/python-libs/passlib/-/issues/190 -bcrypt==4.0.1 # Apache-2.0 +bcrypt # Apache-2.0 beautifulsoup4 # MIT betamax # Apache-2.0 boto # MIT diff --git a/upper-constraints.txt b/upper-constraints.txt index 1941200308..ecff5f61b5 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -200,7 +200,7 @@ tzlocal===5.3.1 sphinxcontrib-jsmath===1.0.1 python-novaclient===18.11.0 pact===1.12.0 -bcrypt===4.0.1 +bcrypt===4.3.0 exceptiongroup===1.3.0 os-client-config===2.3.0 XStatic-Angular-Gettext===2.4.1.0