Skip to content

Commit 4f7ddea

Browse files
committed
Update dependencies
1 parent e167831 commit 4f7ddea

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

deps/check.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@ colorama==0.4.3 # via bandit
1414
flake8-bandit==2.1.2 # via -r deps/check.in
1515
flake8-bugbear==20.1.4 # via -r deps/check.in
1616
flake8-builtins==1.5.3 # via -r deps/check.in
17-
flake8-comprehensions==3.2.2 # via -r deps/check.in
17+
flake8-comprehensions==3.2.3 # via -r deps/check.in
1818
flake8-docstrings==1.5.0 # via -r deps/check.in
1919
flake8-polyfill==1.0.2 # via flake8-bandit, pep8-naming
2020
flake8-print==3.1.4 # via -r deps/check.in
21-
flake8==3.8.2 # via -r deps/check.in, flake8-bandit, flake8-bugbear, flake8-builtins, flake8-comprehensions, flake8-docstrings, flake8-polyfill, flake8-print
21+
flake8==3.8.3 # via -r deps/check.in, flake8-bandit, flake8-bugbear, flake8-builtins, flake8-comprehensions, flake8-docstrings, flake8-polyfill, flake8-print
2222
gitdb==4.0.5 # via gitpython
2323
gitpython==3.1.3 # via bandit
24-
importlib-metadata==1.6.0 # via flake8, flake8-comprehensions
25-
isort==4.3.21 # via shed
24+
importlib-metadata==1.7.0 # via flake8, flake8-comprehensions
25+
isort==5.0.7 # via shed
2626
mccabe==0.6.1 # via flake8
2727
mypy-extensions==0.4.3 # via mypy
28-
mypy==0.780 # via -r deps/check.in
28+
mypy==0.782 # via -r deps/check.in
2929
pathspec==0.8.0 # via black
3030
pbr==5.4.5 # via stevedore
31-
pep8-naming==0.10.0 # via -r deps/check.in
31+
pep8-naming==0.11.1 # via -r deps/check.in
3232
pycodestyle==2.6.0 # via flake8, flake8-bandit, flake8-print
3333
pydocstyle==5.0.2 # via flake8-docstrings
3434
pyflakes==2.2.0 # via autoflake, flake8
35-
pyupgrade==2.4.4 # via shed
35+
pyupgrade==2.7.0 # via shed
3636
pyyaml==5.3.1 # via bandit
37-
regex==2020.5.14 # via black
37+
regex==2020.6.8 # via black
3838
shed==0.0.5 # via -r deps/check.in
3939
six==1.15.0 # via bandit, flake8-print
4040
smmap==3.0.4 # via gitdb
4141
snowballstemmer==2.0.0 # via pydocstyle
42-
stevedore==2.0.0 # via bandit
42+
stevedore==2.0.1 # via bandit
4343
tokenize-rt==4.0.0 # via pyupgrade
4444
toml==0.10.1 # via black
4545
typed-ast==1.4.1 # via black, mypy

deps/test.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ apipkg==1.5 # via execnet
88
atomicwrites==1.4.0 # via pytest
99
attrs==19.3.0 # via hypothesis, jsonschema, pytest
1010
colorama==0.4.3 # via pytest
11-
coverage==5.1 # via pytest-cov
11+
coverage==5.2 # via pytest-cov
1212
execnet==1.7.1 # via pytest-xdist
13-
hypothesis==5.16.0 # via hypothesis-jsonschema (setup.py)
14-
idna==2.9 # via jsonschema
15-
importlib-metadata==1.6.0 # via jsonschema, pluggy, pytest
13+
hypothesis==5.19.0 # via hypothesis-jsonschema (setup.py)
14+
idna==2.10 # via jsonschema
15+
importlib-metadata==1.7.0 # via jsonschema, pluggy, pytest
1616
jsonpointer==2.0 # via jsonschema
1717
jsonschema[format]==3.2.0 # via -r deps/test.in, hypothesis-jsonschema (setup.py)
18-
more-itertools==8.3.0 # via pytest
18+
more-itertools==8.4.0 # via pytest
1919
packaging==20.4 # via pytest
2020
pluggy==0.13.1 # via pytest
21-
py==1.8.1 # via pytest
21+
py==1.9.0 # via pytest
2222
pyparsing==2.4.7 # via packaging
2323
pyrsistent==0.16.0 # via jsonschema
24-
pytest-cov==2.9.0 # via -r deps/test.in
25-
pytest-forked==1.1.3 # via pytest-xdist
26-
pytest-xdist==1.32.0 # via -r deps/test.in
24+
pytest-cov==2.10.0 # via -r deps/test.in
25+
pytest-forked==1.2.0 # via pytest-xdist
26+
pytest-xdist==1.33.0 # via -r deps/test.in
2727
pytest==5.4.3 # via -r deps/test.in, pytest-cov, pytest-forked, pytest-xdist
2828
rfc3987==1.3.8 # via jsonschema
2929
six==1.15.0 # via jsonschema, packaging, pyrsistent, pytest-xdist
30-
sortedcontainers==2.1.0 # via hypothesis
30+
sortedcontainers==2.2.2 # via hypothesis
3131
strict-rfc3339==0.7 # via jsonschema
32-
wcwidth==0.2.3 # via pytest
32+
wcwidth==0.2.5 # via pytest
3333
webcolors==1.11.1 # via jsonschema
3434
zipp==3.1.0 # via importlib-metadata
3535

0 commit comments

Comments
 (0)