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 py from 1.6.0 to 1.10.0 #232

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
72 changes: 55 additions & 17 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,69 @@
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
appdirs==1.4.3 # via black
atomicwrites==1.2.1 # via pytest
attrs==18.2.0 # via black, pytest
appdirs==1.4.3
# via black
atomicwrites==1.2.1
# via pytest
attrs==18.2.0
# via
# black
# pytest
black==19.3b0
click==7.0 # via black
coverage==4.5.1 # via pytest-cov
# via -r requirements-dev.in
click==7.0
# via black
coverage==4.5.1
# via pytest-cov
factory-boy==2.11.1
faker==0.9.0 # via factory-boy
# via -r requirements-dev.in
faker==0.9.0
# via factory-boy
flake8==3.5.0
# via -r requirements-dev.in
freezegun==0.3.10
# via -r requirements-dev.in
httpretty==0.9.5
# via -r requirements-dev.in
isort==4.3.4
mccabe==0.6.1 # via flake8
more-itertools==4.3.0 # via pytest
pluggy==0.7.1 # via pytest
py==1.6.0 # via pytest
pycodestyle==2.3.1 # via flake8
pyflakes==1.6.0 # via flake8
# via -r requirements-dev.in
mccabe==0.6.1
# via flake8
more-itertools==4.3.0
# via pytest
pluggy==0.7.1
# via pytest
py==1.10.0
# via pytest
pycodestyle==2.3.1
# via flake8
pyflakes==1.6.0
# via flake8
pytest-cov==2.6.0
# via -r requirements-dev.in
pytest-django==3.4.2
# via -r requirements-dev.in
pytest==3.8.0
python-dateutil==2.7.3 # via faker, freezegun
six==1.11.0 # via faker, freezegun, httpretty, more-itertools, pytest, python-dateutil
text-unidecode==1.2 # via faker
toml==0.10.0 # via black
# via
# -r requirements-dev.in
# pytest-cov
# pytest-django
python-dateutil==2.7.3
# via
# faker
# freezegun
six==1.11.0
# via
# faker
# freezegun
# httpretty
# more-itertools
# pytest
# python-dateutil
text-unidecode==1.2
# via faker
toml==0.10.0
# via black

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via pytest
# setuptools