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 1
1
#
2
- # This file is autogenerated by pip-compile
2
+ # This file is autogenerated by pip-compile with python 3.7
3
3
# To update, run:
4
4
#
5
5
# pip-compile --output-file=deps/check.txt deps/check.in
@@ -12,7 +12,7 @@ autoflake==1.4
12
12
# via shed
13
13
bandit==1.7.0
14
14
# via flake8-bandit
15
- black==21.5b2
15
+ black==21.6b0
16
16
# via shed
17
17
click==7.1.2
18
18
# via
@@ -23,6 +23,17 @@ colorama==0.4.4
23
23
# via bandit
24
24
com2ann==0.1.1
25
25
# 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
26
37
flake8-bandit==2.1.2
27
38
# via -r deps/check.in
28
39
flake8-bugbear==21.4.3
@@ -39,47 +50,37 @@ flake8-polyfill==1.0.2
39
50
# pep8-naming
40
51
flake8-print==4.0.0
41
52
# 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
52
53
gitdb==4.0.7
53
54
# via gitpython
54
- gitpython==3.1.17
55
+ gitpython==3.1.18
55
56
# via bandit
56
- importlib-metadata==4.4.0
57
+ importlib-metadata==4.6.1
57
58
# via
58
59
# flake8
59
60
# flake8-comprehensions
60
61
# stevedore
61
- isort==5.8.0
62
+ isort==5.9.2
62
63
# via shed
63
64
libcst==0.3.19
64
65
# via
65
66
# pybetter
66
67
# shed
67
68
mccabe==0.6.1
68
69
# via flake8
70
+ mypy==0.910
71
+ # via -r deps/check.in
69
72
mypy-extensions==0.4.3
70
73
# via
71
74
# black
72
75
# mypy
73
76
# typing-inspect
74
- mypy==0.790
75
- # via -r deps/check.in
76
77
pathspec==0.8.1
77
78
# via black
78
79
pbr==5.6.0
79
80
# via stevedore
80
- pep8-naming==0.11.1
81
+ pep8-naming==0.12.0
81
82
# via -r deps/check.in
82
- pybetter==0.3.6.1
83
+ pybetter==0.3.7
83
84
# via shed
84
85
pycodestyle==2.7.0
85
86
# via
@@ -96,13 +97,13 @@ pyflakes==2.3.1
96
97
# flake8
97
98
pygments==2.9.0
98
99
# via pybetter
99
- pyupgrade==2.19.1
100
+ pyupgrade==2.20.0
100
101
# via shed
101
102
pyyaml==5.4.1
102
103
# via
103
104
# bandit
104
105
# libcst
105
- regex==2021.4.4
106
+ regex==2021.7.6
106
107
# via black
107
108
shed==0.3.6
108
109
# via -r deps/check.in
@@ -119,7 +120,9 @@ stevedore==3.3.0
119
120
tokenize-rt==4.1.0
120
121
# via pyupgrade
121
122
toml==0.10.2
122
- # via black
123
+ # via
124
+ # black
125
+ # mypy
123
126
typed-ast==1.4.3
124
127
# via
125
128
# black
@@ -132,7 +135,7 @@ typing-extensions==3.10.0.0
132
135
# libcst
133
136
# mypy
134
137
# typing-inspect
135
- typing-inspect==0.6.0
138
+ typing-inspect==0.7.1
136
139
# via libcst
137
- zipp==3.4.1
140
+ zipp==3.5.0
138
141
# via importlib-metadata
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile
2
+ # This file is autogenerated by pip-compile with python 3.7
3
3
# To update, run:
4
4
#
5
5
# pip-compile --output-file=deps/test.txt deps/test.in setup.py
6
6
#
7
- apipkg==1.5
8
- # via execnet
9
7
atomicwrites==1.4.0
10
8
# via pytest
11
9
attrs==21.2.0
@@ -15,15 +13,15 @@ attrs==21.2.0
15
13
# pytest
16
14
colorama==0.4.4
17
15
# via pytest
18
- coverage[toml] ==5.5
16
+ coverage==5.5
19
17
# via pytest-cov
20
- execnet==1.8.1
18
+ execnet==1.9.0
21
19
# via pytest-xdist
22
- hypothesis==6.13.10
20
+ hypothesis==6.14.1
23
21
# via hypothesis-jsonschema (setup.py)
24
22
idna==3.2
25
23
# via jsonschema
26
- importlib-metadata==4.4.0
24
+ importlib-metadata==4.6.1
27
25
# via
28
26
# jsonschema
29
27
# pluggy
@@ -36,7 +34,7 @@ jsonschema[format]==3.2.0
36
34
# via
37
35
# -r deps/test.in
38
36
# hypothesis-jsonschema (setup.py)
39
- packaging==20.9
37
+ packaging==21.0
40
38
# via pytest
41
39
pluggy==0.13.1
42
40
# via pytest
@@ -46,20 +44,20 @@ py==1.10.0
46
44
# pytest-forked
47
45
pyparsing==2.4.7
48
46
# via packaging
49
- pyrsistent==0.17.3
47
+ pyrsistent==0.18.0
50
48
# 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
57
49
pytest==6.2.4
58
50
# via
59
51
# -r deps/test.in
60
52
# pytest-cov
61
53
# pytest-forked
62
54
# 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
63
61
rfc3987==1.3.8
64
62
# via jsonschema
65
63
six==1.16.0
@@ -70,13 +68,13 @@ strict-rfc3339==0.7
70
68
# via jsonschema
71
69
toml==0.10.2
72
70
# via
73
- # coverage
74
71
# pytest
72
+ # pytest-cov
75
73
typing-extensions==3.10.0.0
76
74
# via importlib-metadata
77
75
webcolors==1.11.1
78
76
# via jsonschema
79
- zipp==3.4.1
77
+ zipp==3.5.0
80
78
# via importlib-metadata
81
79
82
80
# 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