File tree 2 files changed +50
-45
lines changed
2 files changed +50
-45
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
appdirs==1.4.4
8
8
# via black
9
- attrs==20.3 .0
9
+ attrs==21.2 .0
10
10
# via flake8-bugbear
11
11
autoflake==1.4
12
12
# via shed
13
13
bandit==1.7.0
14
14
# via flake8-bandit
15
- black==20.8b1
15
+ black==21.5b2
16
16
# via shed
17
17
click==7.1.2
18
18
# via
@@ -25,21 +25,21 @@ com2ann==0.1.1
25
25
# via -r deps/check.in
26
26
flake8-bandit==2.1.2
27
27
# via -r deps/check.in
28
- flake8-bugbear==20.11.1
28
+ flake8-bugbear==21.4.3
29
29
# via -r deps/check.in
30
30
flake8-builtins==1.5.3
31
31
# via -r deps/check.in
32
- flake8-comprehensions==3.3.1
32
+ flake8-comprehensions==3.5.0
33
33
# via -r deps/check.in
34
- flake8-docstrings==1.5 .0
34
+ flake8-docstrings==1.6 .0
35
35
# via -r deps/check.in
36
36
flake8-polyfill==1.0.2
37
37
# via
38
38
# flake8-bandit
39
39
# pep8-naming
40
40
flake8-print==4.0.0
41
41
# via -r deps/check.in
42
- flake8==3.8.4
42
+ flake8==3.9.2
43
43
# via
44
44
# -r deps/check.in
45
45
# flake8-bandit
@@ -49,19 +49,21 @@ flake8==3.8.4
49
49
# flake8-docstrings
50
50
# flake8-polyfill
51
51
# flake8-print
52
- gitdb==4.0.5
52
+ gitdb==4.0.7
53
53
# via gitpython
54
- gitpython==3.1.11
54
+ gitpython==3.1.17
55
55
# via bandit
56
- importlib-metadata==3.3 .0
56
+ importlib-metadata==4.4 .0
57
57
# via
58
58
# flake8
59
59
# flake8-comprehensions
60
60
# stevedore
61
- isort==5.7 .0
61
+ isort==5.8 .0
62
62
# via shed
63
- libcst==0.3.16
64
- # via pybetter
63
+ libcst==0.3.19
64
+ # via
65
+ # pybetter
66
+ # shed
65
67
mccabe==0.6.1
66
68
# via flake8
67
69
mypy-extensions==0.4.3
@@ -73,63 +75,64 @@ mypy==0.790
73
75
# via -r deps/check.in
74
76
pathspec==0.8.1
75
77
# via black
76
- pbr==5.5.1
78
+ pbr==5.6.0
77
79
# via stevedore
78
80
pep8-naming==0.11.1
79
81
# via -r deps/check.in
80
- pybetter==0.3.5
82
+ pybetter==0.3.6.1
81
83
# via shed
82
- pycodestyle==2.6 .0
84
+ pycodestyle==2.7 .0
83
85
# via
84
86
# flake8
85
87
# flake8-bandit
86
88
# flake8-print
87
- pydocstyle==5 .1.1
89
+ pydocstyle==6 .1.1
88
90
# via flake8-docstrings
89
91
pyemojify==0.2.0
90
92
# via pybetter
91
- pyflakes==2.2.0
93
+ pyflakes==2.3.1
92
94
# via
93
95
# autoflake
94
96
# flake8
95
- pygments==2.7.3
97
+ pygments==2.9.0
96
98
# via pybetter
97
- pyupgrade==2.7.4
99
+ pyupgrade==2.19.1
98
100
# via shed
99
- pyyaml==5.3 .1
101
+ pyyaml==5.4 .1
100
102
# via
101
103
# bandit
102
104
# libcst
103
- regex==2020.11.13
105
+ regex==2021.4.4
104
106
# via black
105
- shed==0.2.5
107
+ shed==0.3.6
106
108
# via -r deps/check.in
107
- six==1.15 .0
109
+ six==1.16 .0
108
110
# via
109
111
# bandit
110
112
# flake8-print
111
- smmap==3 .0.4
113
+ smmap==4 .0.0
112
114
# via gitdb
113
- snowballstemmer==2.0 .0
115
+ snowballstemmer==2.1 .0
114
116
# via pydocstyle
115
117
stevedore==3.3.0
116
118
# via bandit
117
- tokenize-rt==4.0 .0
119
+ tokenize-rt==4.1 .0
118
120
# via pyupgrade
119
121
toml==0.10.2
120
122
# via black
121
- typed-ast==1.4.2
123
+ typed-ast==1.4.3
122
124
# via
123
125
# black
124
126
# mypy
125
- typing-extensions==3.7.4.3
127
+ typing-extensions==3.10.0.0
126
128
# via
127
129
# black
130
+ # gitpython
128
131
# importlib-metadata
129
132
# libcst
130
133
# mypy
131
134
# typing-inspect
132
135
typing-inspect==0.6.0
133
136
# via libcst
134
- zipp==3.4.0
137
+ zipp==3.4.1
135
138
# via importlib-metadata
Original file line number Diff line number Diff line change @@ -8,35 +8,35 @@ apipkg==1.5
8
8
# via execnet
9
9
atomicwrites==1.4.0
10
10
# via pytest
11
- attrs==20.3 .0
11
+ attrs==21.2 .0
12
12
# via
13
13
# hypothesis
14
14
# jsonschema
15
15
# pytest
16
16
colorama==0.4.4
17
17
# via pytest
18
- coverage==5.3.1
18
+ coverage[toml] ==5.5
19
19
# via pytest-cov
20
- execnet==1.7 .1
20
+ execnet==1.8 .1
21
21
# via pytest-xdist
22
- hypothesis==5.47.0
22
+ hypothesis==6.13.10
23
23
# via hypothesis-jsonschema (setup.py)
24
- idna==3.1
24
+ idna==3.2
25
25
# via jsonschema
26
- importlib-metadata==3.3 .0
26
+ importlib-metadata==4.4 .0
27
27
# via
28
28
# jsonschema
29
29
# pluggy
30
30
# pytest
31
31
iniconfig==1.1.1
32
32
# via pytest
33
- jsonpointer==2.0
33
+ jsonpointer==2.1
34
34
# via jsonschema
35
35
jsonschema[format]==3.2.0
36
36
# via
37
37
# -r deps/test.in
38
38
# hypothesis-jsonschema (setup.py)
39
- packaging==20.8
39
+ packaging==20.9
40
40
# via pytest
41
41
pluggy==0.13.1
42
42
# via pytest
@@ -48,33 +48,35 @@ pyparsing==2.4.7
48
48
# via packaging
49
49
pyrsistent==0.17.3
50
50
# via jsonschema
51
- pytest-cov==2.10.1
51
+ pytest-cov==2.12.0
52
52
# via -r deps/test.in
53
53
pytest-forked==1.3.0
54
54
# via pytest-xdist
55
- pytest-xdist==2.2.0
55
+ pytest-xdist==2.2.1
56
56
# via -r deps/test.in
57
- pytest==6.2.1
57
+ pytest==6.2.4
58
58
# via
59
59
# -r deps/test.in
60
60
# pytest-cov
61
61
# pytest-forked
62
62
# pytest-xdist
63
63
rfc3987==1.3.8
64
64
# via jsonschema
65
- six==1.15 .0
65
+ six==1.16 .0
66
66
# via jsonschema
67
- sortedcontainers==2.3 .0
67
+ sortedcontainers==2.4 .0
68
68
# via hypothesis
69
69
strict-rfc3339==0.7
70
70
# via jsonschema
71
71
toml==0.10.2
72
- # via pytest
73
- typing-extensions==3.7.4.3
72
+ # via
73
+ # coverage
74
+ # pytest
75
+ typing-extensions==3.10.0.0
74
76
# via importlib-metadata
75
77
webcolors==1.11.1
76
78
# via jsonschema
77
- zipp==3.4.0
79
+ zipp==3.4.1
78
80
# via importlib-metadata
79
81
80
82
# The following packages are considered to be unsafe in a requirements file:
You can’t perform that action at this time.
0 commit comments