File tree Expand file tree Collapse file tree 6 files changed +352
-114
lines changed Expand file tree Collapse file tree 6 files changed +352
-114
lines changed Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile
2+ # This file is autogenerated by pip-compile with python 3.7
33# To update, run:
44#
55# pip-compile --output-file=deps/check.txt deps/check.in
@@ -12,7 +12,7 @@ autoflake==1.4
1212 # via shed
1313bandit==1.7.0
1414 # via flake8-bandit
15- black==21.5b2
15+ black==21.6b0
1616 # via shed
1717click==7.1.2
1818 # via
@@ -23,6 +23,17 @@ colorama==0.4.4
2323 # via bandit
2424com2ann==0.1.1
2525 # via -r deps/check.in
26+ flake8==3.9.2
27+ # via
28+ # -r deps/check.in
29+ # flake8-bandit
30+ # flake8-bugbear
31+ # flake8-builtins
32+ # flake8-comprehensions
33+ # flake8-docstrings
34+ # flake8-polyfill
35+ # flake8-print
36+ # pep8-naming
2637flake8-bandit==2.1.2
2738 # via -r deps/check.in
2839flake8-bugbear==21.4.3
@@ -39,47 +50,37 @@ flake8-polyfill==1.0.2
3950 # pep8-naming
4051flake8-print==4.0.0
4152 # via -r deps/check.in
42- flake8==3.9.2
43- # via
44- # -r deps/check.in
45- # flake8-bandit
46- # flake8-bugbear
47- # flake8-builtins
48- # flake8-comprehensions
49- # flake8-docstrings
50- # flake8-polyfill
51- # flake8-print
5253gitdb==4.0.7
5354 # via gitpython
54- gitpython==3.1.17
55+ gitpython==3.1.18
5556 # via bandit
56- importlib-metadata==4.4.0
57+ importlib-metadata==4.6.1
5758 # via
5859 # flake8
5960 # flake8-comprehensions
6061 # stevedore
61- isort==5.8.0
62+ isort==5.9.2
6263 # via shed
6364libcst==0.3.19
6465 # via
6566 # pybetter
6667 # shed
6768mccabe==0.6.1
6869 # via flake8
70+ mypy==0.910
71+ # via -r deps/check.in
6972mypy-extensions==0.4.3
7073 # via
7174 # black
7275 # mypy
7376 # typing-inspect
74- mypy==0.790
75- # via -r deps/check.in
7677pathspec==0.8.1
7778 # via black
7879pbr==5.6.0
7980 # via stevedore
80- pep8-naming==0.11.1
81+ pep8-naming==0.12.0
8182 # via -r deps/check.in
82- pybetter==0.3.6.1
83+ pybetter==0.3.7
8384 # via shed
8485pycodestyle==2.7.0
8586 # via
@@ -96,13 +97,13 @@ pyflakes==2.3.1
9697 # flake8
9798pygments==2.9.0
9899 # via pybetter
99- pyupgrade==2.19.1
100+ pyupgrade==2.20.0
100101 # via shed
101102pyyaml==5.4.1
102103 # via
103104 # bandit
104105 # libcst
105- regex==2021.4.4
106+ regex==2021.7.6
106107 # via black
107108shed==0.3.6
108109 # via -r deps/check.in
@@ -119,7 +120,9 @@ stevedore==3.3.0
119120tokenize-rt==4.1.0
120121 # via pyupgrade
121122toml==0.10.2
122- # via black
123+ # via
124+ # black
125+ # mypy
123126typed-ast==1.4.3
124127 # via
125128 # black
@@ -132,7 +135,7 @@ typing-extensions==3.10.0.0
132135 # libcst
133136 # mypy
134137 # typing-inspect
135- typing-inspect==0.6.0
138+ typing-inspect==0.7.1
136139 # via libcst
137- zipp==3.4.1
140+ zipp==3.5.0
138141 # via importlib-metadata
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile
2+ # This file is autogenerated by pip-compile with python 3.7
33# To update, run:
44#
55# pip-compile --output-file=deps/test.txt deps/test.in setup.py
66#
7- apipkg==1.5
8- # via execnet
97atomicwrites==1.4.0
108 # via pytest
119attrs==21.2.0
@@ -15,15 +13,15 @@ attrs==21.2.0
1513 # pytest
1614colorama==0.4.4
1715 # via pytest
18- coverage[toml] ==5.5
16+ coverage==5.5
1917 # via pytest-cov
20- execnet==1.8.1
18+ execnet==1.9.0
2119 # via pytest-xdist
22- hypothesis==6.13.10
20+ hypothesis==6.14.1
2321 # via hypothesis-jsonschema (setup.py)
2422idna==3.2
2523 # via jsonschema
26- importlib-metadata==4.4.0
24+ importlib-metadata==4.6.1
2725 # via
2826 # jsonschema
2927 # pluggy
@@ -36,7 +34,7 @@ jsonschema[format]==3.2.0
3634 # via
3735 # -r deps/test.in
3836 # hypothesis-jsonschema (setup.py)
39- packaging==20.9
37+ packaging==21.0
4038 # via pytest
4139pluggy==0.13.1
4240 # via pytest
@@ -46,20 +44,20 @@ py==1.10.0
4644 # pytest-forked
4745pyparsing==2.4.7
4846 # via packaging
49- pyrsistent==0.17.3
47+ pyrsistent==0.18.0
5048 # via jsonschema
51- pytest-cov==2.12.0
52- # via -r deps/test.in
53- pytest-forked==1.3.0
54- # via pytest-xdist
55- pytest-xdist==2.2.1
56- # via -r deps/test.in
5749pytest==6.2.4
5850 # via
5951 # -r deps/test.in
6052 # pytest-cov
6153 # pytest-forked
6254 # pytest-xdist
55+ pytest-cov==2.12.1
56+ # via -r deps/test.in
57+ pytest-forked==1.3.0
58+ # via pytest-xdist
59+ pytest-xdist==2.3.0
60+ # via -r deps/test.in
6361rfc3987==1.3.8
6462 # via jsonschema
6563six==1.16.0
@@ -70,13 +68,13 @@ strict-rfc3339==0.7
7068 # via jsonschema
7169toml==0.10.2
7270 # via
73- # coverage
7471 # pytest
72+ # pytest-cov
7573typing-extensions==3.10.0.0
7674 # via importlib-metadata
7775webcolors==1.11.1
7876 # via jsonschema
79- zipp==3.4.1
77+ zipp==3.5.0
8078 # via importlib-metadata
8179
8280# The following packages are considered to be unsafe in a requirements file:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments