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 5.3.1 to 5.4 #3

Open
wants to merge 1 commit into
base: master
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
89 changes: 62 additions & 27 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,65 @@
#
# pip-compile test-requirements.in
#
appdirs==1.4.4 # via virtualenv
attrs==19.3.0 # via pytest
coverage==5.2 # via pytest-cov
distlib==0.3.1 # via virtualenv
filelock==3.0.12 # via tox, virtualenv
flake8==3.8.3 # via -r test-requirements.in
importlib-metadata==1.7.0 # via flake8, pluggy, pytest, pytest-randomly, tox, virtualenv
importlib-resources==3.0.0 # via virtualenv
mccabe==0.6.1 # via flake8
more-itertools==8.4.0 # via pytest
packaging==20.4 # via pytest, tox
pluggy==0.13.1 # via pytest, tox
py==1.9.0 # via pytest, tox
pyaml==20.4.0 # via -r test-requirements.in
pycodestyle==2.6.0 # via flake8
pyflakes==2.2.0 # via flake8
pyparsing==2.4.7 # via packaging
pytest-cov==2.10.0 # via -r test-requirements.in
pytest-randomly==3.4.0 # via -r test-requirements.in
pytest==5.4.3 # via -r test-requirements.in, pytest-cov, pytest-randomly
pyyaml==5.3.1 # via pyaml
six==1.15.0 # via packaging, tox, virtualenv
toml==0.10.1 # via tox
tox==3.16.1 # via -r test-requirements.in
virtualenv==20.0.26 # via tox
wcwidth==0.2.5 # via pytest
zipp==3.1.0 # via importlib-metadata, importlib-resources
appdirs==1.4.4
# via virtualenv
attrs==19.3.0
# via pytest
coverage==5.2
# via pytest-cov
distlib==0.3.1
# via virtualenv
filelock==3.0.12
# via
# tox
# virtualenv
flake8==3.8.3
# via -r test-requirements.in
mccabe==0.6.1
# via flake8
more-itertools==8.4.0
# via pytest
packaging==20.4
# via
# pytest
# tox
pluggy==0.13.1
# via
# pytest
# tox
py==1.9.0
# via
# pytest
# tox
pyaml==20.4.0
# via -r test-requirements.in
pycodestyle==2.6.0
# via flake8
pyflakes==2.2.0
# via flake8
pyparsing==2.4.7
# via packaging
pytest-cov==2.10.0
# via -r test-requirements.in
pytest-randomly==3.4.0
# via -r test-requirements.in
pytest==5.4.3
# via
# -r test-requirements.in
# pytest-cov
# pytest-randomly
pyyaml==5.4
# via pyaml
six==1.15.0
# via
# packaging
# tox
# virtualenv
toml==0.10.1
# via tox
tox==3.16.1
# via -r test-requirements.in
virtualenv==20.0.26
# via tox
wcwidth==0.2.5
# via pytest