File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ automaton # Apache-2.0
88autopage # Apache-2.0
99beautifulsoup4 # MIT
1010Babel!=2.4.0 # BSD
11- bcrypt # Apache-2.0
11+ # NOTE bcrypt is currently pinned at 4.0.1 in upper-constraints due to an issue
12+ # with passlib: https://foss.heptapod.net/python-libs/passlib/-/issues/190
13+ bcrypt==4.0.1 # Apache-2.0
1214betamax # Apache-2.0
1315blockdiag!=2.0.0 # Apache-2.0
1416boto # MIT
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ tzlocal===5.2
213213sphinxcontrib-jsmath===1.0.1
214214python-novaclient===18.6.0
215215pact===1.12.0
216- bcrypt===4.1.2
216+ bcrypt===4.0.1
217217exceptiongroup===1.2.0;python_version=='3.10'
218218exceptiongroup===1.2.0;python_version=='3.8'
219219exceptiongroup===1.2.0;python_version=='3.9'
You can’t perform that action at this time.
0 commit comments