Skip to content

Commit bc18e21

Browse files
committed
Update pinned deps
1 parent 7b539c5 commit bc18e21

File tree

2 files changed

+50
-45
lines changed

2 files changed

+50
-45
lines changed

deps/check.txt

+32-29
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
appdirs==1.4.4
88
# via black
9-
attrs==20.3.0
9+
attrs==21.2.0
1010
# via flake8-bugbear
1111
autoflake==1.4
1212
# via shed
1313
bandit==1.7.0
1414
# via flake8-bandit
15-
black==20.8b1
15+
black==21.5b2
1616
# via shed
1717
click==7.1.2
1818
# via
@@ -25,21 +25,21 @@ com2ann==0.1.1
2525
# via -r deps/check.in
2626
flake8-bandit==2.1.2
2727
# via -r deps/check.in
28-
flake8-bugbear==20.11.1
28+
flake8-bugbear==21.4.3
2929
# via -r deps/check.in
3030
flake8-builtins==1.5.3
3131
# via -r deps/check.in
32-
flake8-comprehensions==3.3.1
32+
flake8-comprehensions==3.5.0
3333
# via -r deps/check.in
34-
flake8-docstrings==1.5.0
34+
flake8-docstrings==1.6.0
3535
# via -r deps/check.in
3636
flake8-polyfill==1.0.2
3737
# via
3838
# flake8-bandit
3939
# pep8-naming
4040
flake8-print==4.0.0
4141
# via -r deps/check.in
42-
flake8==3.8.4
42+
flake8==3.9.2
4343
# via
4444
# -r deps/check.in
4545
# flake8-bandit
@@ -49,19 +49,21 @@ flake8==3.8.4
4949
# flake8-docstrings
5050
# flake8-polyfill
5151
# flake8-print
52-
gitdb==4.0.5
52+
gitdb==4.0.7
5353
# via gitpython
54-
gitpython==3.1.11
54+
gitpython==3.1.17
5555
# via bandit
56-
importlib-metadata==3.3.0
56+
importlib-metadata==4.4.0
5757
# via
5858
# flake8
5959
# flake8-comprehensions
6060
# stevedore
61-
isort==5.7.0
61+
isort==5.8.0
6262
# via shed
63-
libcst==0.3.16
64-
# via pybetter
63+
libcst==0.3.19
64+
# via
65+
# pybetter
66+
# shed
6567
mccabe==0.6.1
6668
# via flake8
6769
mypy-extensions==0.4.3
@@ -73,63 +75,64 @@ mypy==0.790
7375
# via -r deps/check.in
7476
pathspec==0.8.1
7577
# via black
76-
pbr==5.5.1
78+
pbr==5.6.0
7779
# via stevedore
7880
pep8-naming==0.11.1
7981
# via -r deps/check.in
80-
pybetter==0.3.5
82+
pybetter==0.3.6.1
8183
# via shed
82-
pycodestyle==2.6.0
84+
pycodestyle==2.7.0
8385
# via
8486
# flake8
8587
# flake8-bandit
8688
# flake8-print
87-
pydocstyle==5.1.1
89+
pydocstyle==6.1.1
8890
# via flake8-docstrings
8991
pyemojify==0.2.0
9092
# via pybetter
91-
pyflakes==2.2.0
93+
pyflakes==2.3.1
9294
# via
9395
# autoflake
9496
# flake8
95-
pygments==2.7.3
97+
pygments==2.9.0
9698
# via pybetter
97-
pyupgrade==2.7.4
99+
pyupgrade==2.19.1
98100
# via shed
99-
pyyaml==5.3.1
101+
pyyaml==5.4.1
100102
# via
101103
# bandit
102104
# libcst
103-
regex==2020.11.13
105+
regex==2021.4.4
104106
# via black
105-
shed==0.2.5
107+
shed==0.3.6
106108
# via -r deps/check.in
107-
six==1.15.0
109+
six==1.16.0
108110
# via
109111
# bandit
110112
# flake8-print
111-
smmap==3.0.4
113+
smmap==4.0.0
112114
# via gitdb
113-
snowballstemmer==2.0.0
115+
snowballstemmer==2.1.0
114116
# via pydocstyle
115117
stevedore==3.3.0
116118
# via bandit
117-
tokenize-rt==4.0.0
119+
tokenize-rt==4.1.0
118120
# via pyupgrade
119121
toml==0.10.2
120122
# via black
121-
typed-ast==1.4.2
123+
typed-ast==1.4.3
122124
# via
123125
# black
124126
# mypy
125-
typing-extensions==3.7.4.3
127+
typing-extensions==3.10.0.0
126128
# via
127129
# black
130+
# gitpython
128131
# importlib-metadata
129132
# libcst
130133
# mypy
131134
# typing-inspect
132135
typing-inspect==0.6.0
133136
# via libcst
134-
zipp==3.4.0
137+
zipp==3.4.1
135138
# via importlib-metadata

deps/test.txt

+18-16
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,35 @@ apipkg==1.5
88
# via execnet
99
atomicwrites==1.4.0
1010
# via pytest
11-
attrs==20.3.0
11+
attrs==21.2.0
1212
# via
1313
# hypothesis
1414
# jsonschema
1515
# pytest
1616
colorama==0.4.4
1717
# via pytest
18-
coverage==5.3.1
18+
coverage[toml]==5.5
1919
# via pytest-cov
20-
execnet==1.7.1
20+
execnet==1.8.1
2121
# via pytest-xdist
22-
hypothesis==5.47.0
22+
hypothesis==6.13.10
2323
# via hypothesis-jsonschema (setup.py)
24-
idna==3.1
24+
idna==3.2
2525
# via jsonschema
26-
importlib-metadata==3.3.0
26+
importlib-metadata==4.4.0
2727
# via
2828
# jsonschema
2929
# pluggy
3030
# pytest
3131
iniconfig==1.1.1
3232
# via pytest
33-
jsonpointer==2.0
33+
jsonpointer==2.1
3434
# via jsonschema
3535
jsonschema[format]==3.2.0
3636
# via
3737
# -r deps/test.in
3838
# hypothesis-jsonschema (setup.py)
39-
packaging==20.8
39+
packaging==20.9
4040
# via pytest
4141
pluggy==0.13.1
4242
# via pytest
@@ -48,33 +48,35 @@ pyparsing==2.4.7
4848
# via packaging
4949
pyrsistent==0.17.3
5050
# via jsonschema
51-
pytest-cov==2.10.1
51+
pytest-cov==2.12.0
5252
# via -r deps/test.in
5353
pytest-forked==1.3.0
5454
# via pytest-xdist
55-
pytest-xdist==2.2.0
55+
pytest-xdist==2.2.1
5656
# via -r deps/test.in
57-
pytest==6.2.1
57+
pytest==6.2.4
5858
# via
5959
# -r deps/test.in
6060
# pytest-cov
6161
# pytest-forked
6262
# pytest-xdist
6363
rfc3987==1.3.8
6464
# via jsonschema
65-
six==1.15.0
65+
six==1.16.0
6666
# via jsonschema
67-
sortedcontainers==2.3.0
67+
sortedcontainers==2.4.0
6868
# via hypothesis
6969
strict-rfc3339==0.7
7070
# via jsonschema
7171
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
7476
# via importlib-metadata
7577
webcolors==1.11.1
7678
# via jsonschema
77-
zipp==3.4.0
79+
zipp==3.4.1
7880
# via importlib-metadata
7981

8082
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)