Skip to content

Commit

Permalink
Require PyYAML>=5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaylor committed Dec 4, 2019
1 parent 6dd59f5 commit c806470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PyYAML==5.1
PyYAML==5.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
author_email='greg@gctaylor.com',
license='BSD',
url='http://kubeconfig-python.readthedocs.io',
version='1.1.0',
version='1.1.1',
packages=find_packages(),
install_requires=[
'PyYAML',
'PyYAML>=5.2',
],
tests_require=[
'mock',
Expand Down

0 comments on commit c806470

Please sign in to comment.