Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2023
1 parent ca767e4 commit d5503f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
},
python_requires='>= 3.5',
install_requires=[
'coverage>=4.1,<7.0,!=6.0.*,!=6.1,!=6.1.1',
'docopt>=0.6.1',
'requests>=1.0.0',
'coverage==6.5.0',
'docopt==0.6.2',
'requests==2.31.0',
],
tests_require=['mock', 'responses', 'pytest'],
extras_require={
'yaml': ['PyYAML>=3.10'],
'yaml': ['PyYAML==6.0.1'],
},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit d5503f1

Please sign in to comment.