Skip to content

Commit 7094f9d

Browse files
committed
Update deps and build
1 parent e950ca3 commit 7094f9d

File tree

6 files changed

+352
-114
lines changed

6 files changed

+352
-114
lines changed

deps/check.txt

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
1313
bandit==1.7.0
1414
# via flake8-bandit
15-
black==21.5b2
15+
black==21.6b0
1616
# via shed
1717
click==7.1.2
1818
# via
@@ -23,6 +23,17 @@ colorama==0.4.4
2323
# via bandit
2424
com2ann==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
2637
flake8-bandit==2.1.2
2738
# via -r deps/check.in
2839
flake8-bugbear==21.4.3
@@ -39,47 +50,37 @@ flake8-polyfill==1.0.2
3950
# pep8-naming
4051
flake8-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
5253
gitdb==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
6364
libcst==0.3.19
6465
# via
6566
# pybetter
6667
# shed
6768
mccabe==0.6.1
6869
# via flake8
70+
mypy==0.910
71+
# via -r deps/check.in
6972
mypy-extensions==0.4.3
7073
# via
7174
# black
7275
# mypy
7376
# typing-inspect
74-
mypy==0.790
75-
# via -r deps/check.in
7677
pathspec==0.8.1
7778
# via black
7879
pbr==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
8485
pycodestyle==2.7.0
8586
# via
@@ -96,13 +97,13 @@ pyflakes==2.3.1
9697
# flake8
9798
pygments==2.9.0
9899
# via pybetter
99-
pyupgrade==2.19.1
100+
pyupgrade==2.20.0
100101
# via shed
101102
pyyaml==5.4.1
102103
# via
103104
# bandit
104105
# libcst
105-
regex==2021.4.4
106+
regex==2021.7.6
106107
# via black
107108
shed==0.3.6
108109
# via -r deps/check.in
@@ -119,7 +120,9 @@ stevedore==3.3.0
119120
tokenize-rt==4.1.0
120121
# via pyupgrade
121122
toml==0.10.2
122-
# via black
123+
# via
124+
# black
125+
# mypy
123126
typed-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

deps/test.txt

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
97
atomicwrites==1.4.0
108
# via pytest
119
attrs==21.2.0
@@ -15,15 +13,15 @@ attrs==21.2.0
1513
# pytest
1614
colorama==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)
2422
idna==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
4139
pluggy==0.13.1
4240
# via pytest
@@ -46,20 +44,20 @@ py==1.10.0
4644
# pytest-forked
4745
pyparsing==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
5749
pytest==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
6361
rfc3987==1.3.8
6462
# via jsonschema
6563
six==1.16.0
@@ -70,13 +68,13 @@ strict-rfc3339==0.7
7068
# via jsonschema
7169
toml==0.10.2
7270
# via
73-
# coverage
7471
# pytest
72+
# pytest-cov
7573
typing-extensions==3.10.0.0
7674
# via importlib-metadata
7775
webcolors==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:

fuzzbuzz.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)