Skip to content

Commit

Permalink
Merge pull request #23 from dotnwat/upgrade-pyyaml
Browse files Browse the repository at this point in the history
upgrade pyyaml to 6.0
  • Loading branch information
dotnwat authored Mar 9, 2023
2 parents d9bd1ee + b1d99b5 commit 85134bd
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 @@ -60,7 +60,7 @@ def run_tests(self):
'more-itertools==5.0.0',
'tox==3.20.0',
'six==1.15.0',
'PyYAML==5.3.1'],
'PyYAML==6.0'],
tests_require=['pytest==6.1.0',
# 4.0 drops py27 support
'mock==4.0.2',
Expand Down

0 comments on commit 85134bd

Please sign in to comment.