Skip to content

Commit be63480

Browse files
committed
Update pinned deps
1 parent 7fa9377 commit be63480

File tree

3 files changed

+32
-24
lines changed

3 files changed

+32
-24
lines changed

deps/check.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ flake8-print
99
mypy
1010
pep8-naming
1111
shed
12+
com2ann # via shed; workaround for missing python_requires

deps/check.txt

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
# pip-compile --output-file=deps/check.txt deps/check.in
66
#
77
appdirs==1.4.4 # via black
8-
attrs==19.3.0 # via black, flake8-bugbear
9-
autoflake==1.3.1 # via shed
8+
attrs==20.1.0 # via black, flake8-bugbear
9+
autoflake==1.4 # via shed
1010
bandit==1.6.2 # via flake8-bandit
1111
black==19.10b0 # via shed
12-
click==7.1.2 # via black
12+
click==7.1.2 # via black, pybetter, pyemojify
1313
colorama==0.4.3 # via bandit
14+
com2ann==0.1.1 # via -r deps/check.in
1415
flake8-bandit==2.1.2 # via -r deps/check.in
1516
flake8-bugbear==20.1.4 # via -r deps/check.in
1617
flake8-builtins==1.5.3 # via -r deps/check.in
@@ -20,28 +21,33 @@ flake8-polyfill==1.0.2 # via flake8-bandit, pep8-naming
2021
flake8-print==3.1.4 # via -r deps/check.in
2122
flake8==3.8.3 # via -r deps/check.in, flake8-bandit, flake8-bugbear, flake8-builtins, flake8-comprehensions, flake8-docstrings, flake8-polyfill, flake8-print
2223
gitdb==4.0.5 # via gitpython
23-
gitpython==3.1.3 # via bandit
24-
importlib-metadata==1.7.0 # via flake8, flake8-comprehensions
25-
isort==5.0.7 # via shed
24+
gitpython==3.1.7 # via bandit
25+
importlib-metadata==1.7.0 # via flake8, flake8-comprehensions, stevedore
26+
isort==5.4.2 # via shed
27+
libcst==0.3.10 # via pybetter
2628
mccabe==0.6.1 # via flake8
27-
mypy-extensions==0.4.3 # via mypy
29+
mypy-extensions==0.4.3 # via mypy, typing-inspect
2830
mypy==0.782 # via -r deps/check.in
2931
pathspec==0.8.0 # via black
3032
pbr==5.4.5 # via stevedore
3133
pep8-naming==0.11.1 # via -r deps/check.in
34+
pybetter==0.3.5 # via shed
3235
pycodestyle==2.6.0 # via flake8, flake8-bandit, flake8-print
33-
pydocstyle==5.0.2 # via flake8-docstrings
36+
pydocstyle==5.1.0 # via flake8-docstrings
37+
pyemojify==0.2.0 # via pybetter
3438
pyflakes==2.2.0 # via autoflake, flake8
35-
pyupgrade==2.7.0 # via shed
36-
pyyaml==5.3.1 # via bandit
37-
regex==2020.6.8 # via black
38-
shed==0.1.1 # via -r deps/check.in
39+
pygments==2.6.1 # via pybetter
40+
pyupgrade==2.7.2 # via shed
41+
pyyaml==5.3.1 # via bandit, libcst
42+
regex==2020.7.14 # via black
43+
shed==0.2.3 # via -r deps/check.in
3944
six==1.15.0 # via bandit, flake8-print
4045
smmap==3.0.4 # via gitdb
4146
snowballstemmer==2.0.0 # via pydocstyle
42-
stevedore==2.0.1 # via bandit
47+
stevedore==3.2.0 # via bandit
4348
tokenize-rt==4.0.0 # via pyupgrade
4449
toml==0.10.1 # via black
4550
typed-ast==1.4.1 # via black, mypy
46-
typing-extensions==3.7.4.2 # via mypy
51+
typing-extensions==3.7.4.3 # via libcst, mypy, typing-inspect
52+
typing-inspect==0.6.0 # via libcst
4753
zipp==3.1.0 # via importlib-metadata

deps/test.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,31 @@
66
#
77
apipkg==1.5 # via execnet
88
atomicwrites==1.4.0 # via pytest
9-
attrs==19.3.0 # via hypothesis, jsonschema, pytest
9+
attrs==20.1.0 # via hypothesis, jsonschema, pytest
1010
colorama==0.4.3 # via pytest
11-
coverage==5.2 # via pytest-cov
11+
coverage==5.2.1 # via pytest-cov
1212
execnet==1.7.1 # via pytest-xdist
13-
hypothesis==5.19.0 # via hypothesis-jsonschema (setup.py)
13+
hypothesis==5.29.0 # via hypothesis-jsonschema (setup.py)
1414
idna==2.10 # via jsonschema
1515
importlib-metadata==1.7.0 # via jsonschema, pluggy, pytest
16+
iniconfig==1.0.1 # via pytest
1617
jsonpointer==2.0 # via jsonschema
1718
jsonschema[format]==3.2.0 # via -r deps/test.in, hypothesis-jsonschema (setup.py)
1819
more-itertools==8.4.0 # via pytest
1920
packaging==20.4 # via pytest
2021
pluggy==0.13.1 # via pytest
21-
py==1.9.0 # via pytest
22+
py==1.9.0 # via pytest, pytest-forked
2223
pyparsing==2.4.7 # via packaging
2324
pyrsistent==0.16.0 # via jsonschema
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
27-
pytest==5.4.3 # via -r deps/test.in, pytest-cov, pytest-forked, pytest-xdist
25+
pytest-cov==2.10.1 # via -r deps/test.in
26+
pytest-forked==1.3.0 # via pytest-xdist
27+
pytest-xdist==2.1.0 # via -r deps/test.in
28+
pytest==6.0.1 # via -r deps/test.in, pytest-cov, pytest-forked, pytest-xdist
2829
rfc3987==1.3.8 # via jsonschema
29-
six==1.15.0 # via jsonschema, packaging, pyrsistent, pytest-xdist
30+
six==1.15.0 # via jsonschema, packaging, pyrsistent
3031
sortedcontainers==2.2.2 # via hypothesis
3132
strict-rfc3339==0.7 # via jsonschema
32-
wcwidth==0.2.5 # via pytest
33+
toml==0.10.1 # via pytest
3334
webcolors==1.11.1 # via jsonschema
3435
zipp==3.1.0 # via importlib-metadata
3536

0 commit comments

Comments
 (0)