Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Bump pyyaml from 5.3 to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 16, 2021
1 parent ea79195 commit 4fa3d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ pytest-mock==1.10.0
pytest-pythonpath==0.7.2
pytest-cov==2.5.1
flake8==3.5.0
PyYAML==5.3
PyYAML==5.4
Sphinx==1.7.6
phix==0.6.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
install_requires=[
'click>=5.1',
'click-log',
'PyYAML >= 4.3, <= 5.3',
'PyYAML >= 4.3, < 5.5',
'Jinja2>=2.10',
'docker[ssh] >= 5',
'docker-compose >= 1.29'
Expand Down

0 comments on commit 4fa3d45

Please sign in to comment.