Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 31 (#2067)
Browse files Browse the repository at this point in the history
Scheduled weekly dependency update for week 31
  • Loading branch information
Zac-HD committed Aug 7, 2019
2 parents 4ca2e2d + 4bbc397 commit 8269d65
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude =
test_imports.py,
hypothesis-python/tests/py2/*,
test_lambda_formatting.py
ignore = F811,D1,D205,D209,D213,D400,D401,D999,D202,E203,E501,W503
ignore = F811,D1,D205,D209,D213,D400,D401,D412,D413,D999,D202,E203,E501,W503

# Use flake8-alfred to forbid builtins that require compatibility wrappers.
warn-symbols=
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
architecture: '$(python.architecture)'
- script: |
pip install --upgrade setuptools pip wheel
pip install setuptools -r requirements/test2.txt
pip install setuptools -r requirements/py2.txt
pip install hypothesis-python/[all]
displayName: Install dependencies
- script: |
Expand Down
12 changes: 6 additions & 6 deletions hypothesis-python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ commands =

[testenv:py27-full]
deps =
-r../requirements/test2.txt
-r../requirements/py2.txt
whitelist_externals=
bash
commands =
bash scripts/basic-test.sh

[testenv:pypy-full]
deps =
-r../requirements/test2.txt
-r../requirements/py2.txt
whitelist_externals=
bash
commands =
Expand All @@ -46,14 +46,14 @@ commands=
[testenv:quality2]
basepython=python2.7
deps=
-r../requirements/test2.txt
-r../requirements/py2.txt
commands=
python -m pytest tests/quality/

[testenv:py27typing]
basepython=python2.7
deps=
-r../requirements/test2.txt
-r../requirements/py2.txt
-r../requirements/typing.txt
commands=
python -m pytest tests/cover/ -n2
Expand Down Expand Up @@ -178,7 +178,7 @@ setenv=
HYPOTHESIS_PROFILE=with_coverage
basepython=pypy
deps =
-r../requirements/test2.txt
-r../requirements/py2.txt
commands =
python -m pytest tests/cover/test_testdecorators.py tests/nocover/test_coverage.py -n 0 {posargs}

Expand All @@ -193,6 +193,6 @@ commands=
[testenv:examples2]
basepython=python2.7
deps=
-r../requirements/test2.txt
-r../requirements/py2.txt
commands=
python -m pytest examples
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ lark-parser==0.7.2
numpy==1.17.0
pandas==0.25.0
python-dateutil==2.8.0 # via pandas
pytz==2019.1
pytz==2019.2
six==1.12.0 # via python-dateutil
File renamed without changes.
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ attrs==19.1.0
execnet==1.6.1 # via pytest-xdist
importlib-metadata==0.19 # via pluggy, pytest
more-itertools==7.2.0 # via pytest
packaging==19.0 # via pytest
packaging==19.1 # via pytest
pluggy==0.12.0 # via pytest
py==1.8.0 # via pytest
pyparsing==2.4.1.1 # via packaging
pyparsing==2.4.2 # via packaging
pytest-forked==1.0.2 # via pytest-xdist
pytest-xdist==1.29.0
pytest==5.0.1
Expand Down
22 changes: 11 additions & 11 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ click==7.0 # via black, pip-tools, pyupio, safety
coverage==4.5.4
decorator==4.4.0 # via ipython, traitlets
deprecated==1.2.5 # via pygithub
django==2.2.3
docutils==0.15.1.post1 # via readme-renderer, restructuredtext-lint, sphinx
django==2.2.4
docutils==0.15.2 # via readme-renderer, restructuredtext-lint, sphinx
dparse==0.4.1 # via pyupio, safety
dpcontracts==0.6.0
entrypoints==0.3 # via flake8
filelock==3.0.12 # via tox
flake8-alfred==1.1.1
flake8-docstrings==1.3.0
flake8-docstrings==1.3.1
flake8-polyfill==1.0.2 # via flake8-docstrings
flake8==3.7.8
gitdb2==2.0.5 # via gitpython
Expand All @@ -41,17 +41,17 @@ ipython==7.7.0
isort==4.3.21
jedi==0.14.1 # via ipython
jinja2==2.10.1 # via pyupio, sphinx
lark-parser==0.7.1
lark-parser==0.7.2
lazy-object-proxy==1.4.1 # via astroid
markupsafe==1.1.1 # via jinja2
mccabe==0.6.1 # via flake8, pylint
more-itertools==7.2.0 # via pytest
mypy-extensions==0.4.1 # via mypy
mypy==0.720
numpy==1.17.0
packaging==19.0 # via dparse, pytest, pyupio, safety, sphinx, tox
packaging==19.1 # via dparse, pytest, pyupio, safety, sphinx, tox
parso==0.5.1 # via jedi
pbr==5.4.1 # via stevedore
pbr==5.4.2 # via stevedore
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
pip-tools==4.0.0
Expand All @@ -61,20 +61,20 @@ prompt-toolkit==2.0.9 # via ipython
ptyprocess==0.6.0 # via pexpect
py==1.8.0 # via pytest, tox
pycodestyle==2.5.0 # via flake8
pydocstyle==3.0.0 # via flake8-docstrings
pydocstyle==4.0.0 # via flake8-docstrings
pyflakes==2.1.1 # via autoflake, flake8
pygithub==1.43.8 # via pyupio
pygments==2.4.2 # via ipython, readme-renderer, sphinx
pyjwt==1.7.1 # via pygithub
pylint==2.3.1
pyparsing==2.4.1.1 # via packaging
pyparsing==2.4.2 # via packaging
pytest==5.0.1
python-dateutil==2.8.0
python-gitlab==1.10.0 # via pyupio
pytz==2019.1 # via babel, django
pytz==2019.2 # via babel, django
pyupgrade==1.19.0
pyupio==1.0.2
pyyaml==5.1.1 # via bandit, dparse, pyupio
pyyaml==5.1.2 # via bandit, dparse, pyupio
readme-renderer==24.0 # via twine
requests-toolbelt==0.9.1 # via twine
requests==2.22.0
Expand Down Expand Up @@ -108,4 +108,4 @@ wrapt==1.11.2 # via astroid, deprecated
zipp==0.5.2 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via ipython, safety, sphinx, twine
# setuptools==41.0.1 # via ipython, safety, sphinx, twine

0 comments on commit 8269d65

Please sign in to comment.