Skip to content

Commit

Permalink
Bump py-lockable>=0.8.0,<0.9.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhhov authored Jul 20, 2022
1 parent 3fcbc79 commit cf8bfca
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 @@ -53,7 +53,7 @@
python_requires='>=3.7, <4',
install_requires=[
'pytest',
'lockable>=0.7.1,<0.8.0'
'lockable>=0.8.0,<0.9.0'
],
extras_require={ # Optional
'dev': ['nose', 'coveralls', 'pylint', 'coverage'],
Expand Down

0 comments on commit cf8bfca

Please sign in to comment.