Pin tenacity to 8.3.0 (#119815)
This commit is contained in:
parent
4e3cc43343
commit
1d873115f3
2 changed files with 6 additions and 0 deletions
|
@ -197,3 +197,6 @@ scapy>=2.5.0
|
||||||
# Only tuf>=4 includes a constraint to <1.0.
|
# Only tuf>=4 includes a constraint to <1.0.
|
||||||
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
|
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
|
||||||
tuf>=4.0.0
|
tuf>=4.0.0
|
||||||
|
|
||||||
|
# https://github.com/jd/tenacity/issues/471
|
||||||
|
tenacity<8.4.0
|
||||||
|
|
|
@ -219,6 +219,9 @@ scapy>=2.5.0
|
||||||
# Only tuf>=4 includes a constraint to <1.0.
|
# Only tuf>=4 includes a constraint to <1.0.
|
||||||
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
|
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
|
||||||
tuf>=4.0.0
|
tuf>=4.0.0
|
||||||
|
|
||||||
|
# https://github.com/jd/tenacity/issues/471
|
||||||
|
tenacity<8.4.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
GENERATED_MESSAGE = (
|
GENERATED_MESSAGE = (
|
||||||
|
|
Loading…
Add table
Reference in a new issue