Skip to content

Commit 376ddb8

Browse files
committed
Update pinned deps
1 parent 32569f0 commit 376ddb8

File tree

2 files changed

+34
-32
lines changed

2 files changed

+34
-32
lines changed

deps/check.txt

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ attrs==21.2.0
1010
# via flake8-bugbear
1111
autoflake==1.4
1212
# via shed
13-
bandit==1.7.0
13+
bandit==1.7.1
1414
# via flake8-bandit
15-
black==21.9b0
15+
black==21.12b0
1616
# via shed
1717
click==8.0.3
1818
# via black
19+
com2ann==0.3.0
20+
# via shed
1921
colorama==0.4.4
2022
# via
2123
# bandit
2224
# click
23-
com2ann==0.3.0
24-
# via shed
2525
flake8==4.0.1
2626
# via
2727
# -r deps/check.in
@@ -39,11 +39,11 @@ flake8==4.0.1
3939
# flake8-simplify
4040
# flake8-strftime
4141
# pep8-naming
42-
flake8-2020==1.6.0
42+
flake8-2020==1.6.1
4343
# via -r deps/check.in
4444
flake8-bandit==2.1.2
4545
# via -r deps/check.in
46-
flake8-bugbear==21.9.2
46+
flake8-bugbear==21.11.29
4747
# via -r deps/check.in
4848
flake8-builtins==1.5.3
4949
# via -r deps/check.in
@@ -53,7 +53,7 @@ flake8-datetimez==20.10.0
5353
# via -r deps/check.in
5454
flake8-docstrings==1.6.0
5555
# via -r deps/check.in
56-
flake8-helper==0.1.1
56+
flake8-helper==0.2.0
5757
# via flake8-strftime
5858
flake8-mutable==1.2.0
5959
# via -r deps/check.in
@@ -79,9 +79,9 @@ importlib-metadata==4.2.0
7979
# flake8-comprehensions
8080
# flake8-simplify
8181
# stevedore
82-
isort==5.9.3
82+
isort==5.10.1
8383
# via shed
84-
libcst==0.3.21
84+
libcst==0.3.23
8585
# via shed
8686
mccabe==0.6.1
8787
# via flake8
@@ -94,7 +94,7 @@ mypy-extensions==0.4.3
9494
# typing-inspect
9595
pathspec==0.9.0
9696
# via black
97-
pbr==5.6.0
97+
pbr==5.8.0
9898
# via stevedore
9999
pep8-naming==0.12.1
100100
# via -r deps/check.in
@@ -111,37 +111,33 @@ pyflakes==2.4.0
111111
# via
112112
# autoflake
113113
# flake8
114-
pyupgrade==2.29.0
114+
pyupgrade==2.29.1
115115
# via shed
116116
pyyaml==6.0
117117
# via
118118
# bandit
119119
# libcst
120-
regex==2021.10.23
121-
# via black
122120
shed==0.5.3
123121
# via -r deps/check.in
124122
six==1.16.0
125-
# via
126-
# bandit
127-
# flake8-print
123+
# via flake8-print
128124
smmap==5.0.0
129125
# via gitdb
130-
snowballstemmer==2.1.0
126+
snowballstemmer==2.2.0
131127
# via pydocstyle
132128
stevedore==3.5.0
133129
# via bandit
134130
tokenize-rt==4.2.1
135131
# via pyupgrade
136132
toml==0.10.2
137133
# via mypy
138-
tomli==1.2.2
134+
tomli==1.2.3
139135
# via black
140136
typed-ast==1.4.3
141137
# via
142138
# black
143139
# mypy
144-
typing-extensions==3.10.0.2
140+
typing-extensions==4.0.1
145141
# via
146142
# black
147143
# gitpython
@@ -151,3 +147,5 @@ typing-extensions==3.10.0.2
151147
# typing-inspect
152148
typing-inspect==0.7.1
153149
# via libcst
150+
zipp==3.6.0
151+
# via importlib-metadata

deps/test.txt

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,40 +17,42 @@ cached-property==1.5.2
1717
# via fqdn
1818
colorama==0.4.4
1919
# via pytest
20-
coverage[toml]==6.0.2
20+
coverage[toml]==6.2
2121
# via pytest-cov
2222
execnet==1.9.0
2323
# via pytest-xdist
2424
fqdn==1.5.1
2525
# via jsonschema
26-
hypothesis==6.24.0
26+
hypothesis==6.31.6
2727
# via hypothesis-jsonschema (setup.py)
2828
idna==3.3
2929
# via jsonschema
30-
importlib-metadata==4.8.1
30+
importlib-metadata==4.8.2
3131
# via
3232
# jsonschema
3333
# pluggy
3434
# pytest
35+
importlib-resources==5.4.0
36+
# via jsonschema
3537
iniconfig==1.1.1
3638
# via pytest
3739
isoduration==20.11.0
3840
# via jsonschema
39-
jsonpointer==2.1
41+
jsonpointer==2.2
4042
# via jsonschema
41-
jsonschema[format]==4.1.2
43+
jsonschema[format]==4.2.1
4244
# via
4345
# -r deps/test.in
4446
# hypothesis-jsonschema (setup.py)
45-
packaging==21.0
47+
packaging==21.3
4648
# via pytest
4749
pluggy==1.0.0
4850
# via pytest
49-
py==1.10.0
51+
py==1.11.0
5052
# via
5153
# pytest
5254
# pytest-forked
53-
pyparsing==3.0.1
55+
pyparsing==3.0.6
5456
# via packaging
5557
pyrsistent==0.18.0
5658
# via jsonschema
@@ -62,9 +64,9 @@ pytest==6.2.5
6264
# pytest-xdist
6365
pytest-cov==3.0.0
6466
# via -r deps/test.in
65-
pytest-forked==1.3.0
67+
pytest-forked==1.4.0
6668
# via pytest-xdist
67-
pytest-xdist==2.4.0
69+
pytest-xdist==2.5.0
6870
# via -r deps/test.in
6971
python-dateutil==2.8.2
7072
# via arrow
@@ -80,9 +82,9 @@ sortedcontainers==2.4.0
8082
# via hypothesis
8183
toml==0.10.2
8284
# via pytest
83-
tomli==1.2.2
85+
tomli==2.0.0
8486
# via coverage
85-
typing-extensions==3.10.0.2
87+
typing-extensions==4.0.1
8688
# via
8789
# arrow
8890
# importlib-metadata
@@ -91,4 +93,6 @@ uri-template==1.1.0
9193
webcolors==1.11.1
9294
# via jsonschema
9395
zipp==3.6.0
94-
# via importlib-metadata
96+
# via
97+
# importlib-metadata
98+
# importlib-resources

0 commit comments

Comments
 (0)