Skip to content

Commit

Permalink
upgrade tenacity version (#3147)
Browse files Browse the repository at this point in the history
Co-authored-by: Dillon Stadther <dlstadther+github@gmail.com>
  • Loading branch information
hirosassa and dlstadther authored Mar 12, 2022
1 parent 300b1ad commit 3c4f0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_static_files(path):
with open('README.rst') as fobj:
long_description = "\n\n" + readme_note + "\n\n" + fobj.read()

install_requires = ['python-dateutil>=2.7.5,<3', 'tenacity>=6.3.0,<7']
install_requires = ['python-dateutil>=2.7.5,<3', 'tenacity>=8,<9']

# Can't use python-daemon>=2.2.0 if on windows
# See https://pagure.io/python-daemon/issue/18
Expand Down

0 comments on commit 3c4f0fd

Please sign in to comment.