Skip to content

Commit

Permalink
feat: update PyYAML 5.4.1 -> 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlolevi committed Oct 16, 2023
1 parent 9516afb commit c5f5245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyYAML==5.4.1
PyYAML==6.0.1
pyaml==21.10.1
gitpython==3.1.30
svn==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand

requires = ['PyYAML==5.4.1', 'pyaml==21.10.1', 'gitpython==3.1.30', 'svn==1.0.1', 'docopt==0.6.2',
requires = ['PyYAML==6.0.1', 'pyaml==21.10.1', 'gitpython==3.1.30', 'svn==1.0.1', 'docopt==0.6.2',
'pygithub==1.55', 'python-gitlab==3.9.0', 'packaging==21.3']
test_requires = ['pytest==7.1.3', 'pytest-cov==3.0.0']

Expand Down

0 comments on commit c5f5245

Please sign in to comment.