Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyyaml from 3.13 to 5.1 #3

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ argh==0.26.2 # via sphinx-autobuild, watchdog
atomicwrites==1.1.5 # via pytest
attrs==18.1.0 # via black, pytest
babel==2.6.0 # via sphinx
black==18.6b4
black==19.3b0
bumpversion==0.5.3
certifi==2018.4.16 # via requests
chardet==3.0.4 # via doc8, requests
Expand All @@ -34,7 +34,7 @@ pbr==4.2.0 # via stevedore
pep8==1.7.1 # via pytest-pep8
pkginfo==1.4.2 # via twine
pluggy==0.7.1 # via pytest, tox
port-for==0.3.1 # via sphinx-autobuild
port_for==0.3.1 # via sphinx-autobuild
py==1.5.4 # via pytest, tox
pycodestyle==2.3.1
pyflakes==1.6.0 # via flake8, pytest-flakes
Expand All @@ -46,7 +46,7 @@ pytest-flakes==4.0.0
pytest-pep8==1.0.6
pytest==3.7.0
pytz==2018.5 # via babel
pyyaml==3.13 # via sphinx-autobuild, watchdog
pyyaml==5.1 # via sphinx-autobuild, watchdog
requests-toolbelt==0.8.0 # via twine
requests==2.19.1 # via requests-toolbelt, sphinx, twine
restructuredtext-lint==1.1.3 # via doc8
Expand Down