Skip to content

Commit c867b09

Browse files
David Fritzschedavidfritzsche
authored andcommitted
Bump dependencies
1 parent d3f6f2f commit c867b09

File tree

2 files changed

+69
-68
lines changed

2 files changed

+69
-68
lines changed

constraints.txt

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,66 +4,66 @@
44
#
55
# sh lock_requirements.sh
66
#
7-
attrs==21.4.0
7+
attrs==22.1.0
88
binaryornot==0.4.4
9-
black==22.3.0
9+
black==22.8.0
1010
boolean-py==4.0
11+
build==0.8.0
1112
bump2version==1.0.1
12-
certifi==2022.5.18.1
13-
chardet==4.0.0
14-
charset-normalizer==2.0.12
13+
certifi==2022.9.14
14+
chardet==5.0.0
15+
charset-normalizer==2.1.1
1516
click==8.1.3
16-
coverage==6.4
17+
coverage==6.4.4
1718
dflit==2.3.0.1
1819
dflit-core==2.3.0.1
19-
distlib==0.3.4
20-
docutils==0.18.1
21-
filelock==3.7.0
22-
flake8==4.0.1
23-
flake8-bugbear==22.7.1
20+
distlib==0.3.6
21+
docutils==0.19
22+
filelock==3.8.0
23+
flake8==5.0.4
24+
flake8-bugbear==22.9.11
2425
flake8-comprehensions==3.10.0
2526
flake8-html==0.4.2
26-
flake8-logging-format==0.6.0
27+
flake8-logging-format==0.7.5
2728
flake8-mutable==1.2.0
28-
flake8-pyi==22.7.0
29+
flake8-pyi==22.8.2
2930
fsfe-reuse==1.0.0
30-
idna==3.3
31+
idna==3.4
3132
iniconfig==1.1.1
3233
invoke==1.7.1
3334
isort==5.10.1
3435
jinja2==3.1.2
3536
license-expression==30.0.0
3637
markupsafe==2.1.1
37-
mccabe==0.6.1
38+
mccabe==0.7.0
3839
mypy==0.971
3940
mypy-extensions==0.4.3
4041
packaging==21.3
41-
pathspec==0.9.0
42-
pep517==0.12.0
43-
pip-tools==6.6.2
42+
pathspec==0.10.1
43+
pep517==0.13.0
44+
pip-tools==6.8.0
4445
platformdirs==2.5.2
4546
pluggy==1.0.0
4647
py==1.11.0
47-
pycodestyle==2.8.0
48-
pyflakes==2.4.0
49-
pygments==2.12.0
48+
pycodestyle==2.9.1
49+
pyflakes==2.5.0
50+
pygments==2.13.0
5051
pyparsing==3.0.9
51-
pytest==7.1.2
52+
pytest==7.1.3
5253
pytest-cov==3.0.0
5354
pytest-html==3.1.1
54-
pytest-metadata==2.0.1
55-
python-debian==0.1.43
55+
pytest-metadata==2.0.2
56+
python-debian==0.1.47
5657
pytoml==0.1.21
57-
requests==2.27.1
58+
requests==2.28.1
5859
reuse==1.0.0
5960
six==1.16.0
60-
toml==0.10.2
6161
tomli==2.0.1
62-
tox==3.25.0
62+
tox==3.26.0
6363
tox-pyenv==1.1.0
64-
typing-extensions==4.2.0
65-
urllib3==1.26.9
66-
virtualenv==20.14.1
64+
typing-extensions==4.3.0
65+
urllib3==1.26.12
66+
virtualenv==20.16.5
6767
wheel==0.37.1
68-
pip==22.1.1
69-
setuptools==62.3.2
68+
pip==22.2.2
69+
setuptools==65.3.0

requirements.txt

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,70 +4,72 @@
44
#
55
# pip-compile --allow-unsafe --no-emit-index-url
66
#
7-
attrs==21.4.0
7+
attrs==22.1.0
88
# via
99
# flake8-bugbear
1010
# pytest
1111
binaryornot==0.4.4
1212
# via reuse
13-
black==22.3.0
13+
black==22.8.0
1414
# via -r requirements.in
1515
boolean-py==4.0
1616
# via
1717
# license-expression
1818
# reuse
19+
build==0.8.0
20+
# via pip-tools
1921
bump2version==1.0.1
2022
# via -r requirements.in
21-
certifi==2022.5.18.1
23+
certifi==2022.9.14
2224
# via requests
23-
chardet==4.0.0
25+
chardet==5.0.0
2426
# via
2527
# binaryornot
2628
# python-debian
27-
charset-normalizer==2.0.12
29+
charset-normalizer==2.1.1
2830
# via requests
2931
click==8.1.3
3032
# via
3133
# black
3234
# pip-tools
33-
coverage[toml]==6.4
35+
coverage[toml]==6.4.4
3436
# via
3537
# -r requirements.in
3638
# pytest-cov
3739
dflit==2.3.0.1
3840
# via -r requirements.in
3941
dflit-core==2.3.0.1
4042
# via dflit
41-
distlib==0.3.4
43+
distlib==0.3.6
4244
# via virtualenv
43-
docutils==0.18.1
45+
docutils==0.19
4446
# via dflit
45-
filelock==3.7.0
47+
filelock==3.8.0
4648
# via
4749
# tox
4850
# virtualenv
49-
flake8==4.0.1
51+
flake8==5.0.4
5052
# via
5153
# flake8-bugbear
5254
# flake8-comprehensions
5355
# flake8-html
5456
# flake8-mutable
5557
# flake8-pyi
56-
flake8-bugbear==22.7.1
58+
flake8-bugbear==22.9.11
5759
# via -r requirements.in
5860
flake8-comprehensions==3.10.0
5961
# via -r requirements.in
6062
flake8-html==0.4.2
6163
# via -r requirements.in
62-
flake8-logging-format==0.6.0
64+
flake8-logging-format==0.7.5
6365
# via -r requirements.in
6466
flake8-mutable==1.2.0
6567
# via -r requirements.in
66-
flake8-pyi==22.7.0
68+
flake8-pyi==22.8.2
6769
# via -r requirements.in
6870
fsfe-reuse==1.0.0
6971
# via -r requirements.in
70-
idna==3.3
72+
idna==3.4
7173
# via requests
7274
iniconfig==1.1.1
7375
# via pytest
@@ -83,7 +85,7 @@ license-expression==30.0.0
8385
# via reuse
8486
markupsafe==2.1.1
8587
# via jinja2
86-
mccabe==0.6.1
88+
mccabe==0.7.0
8789
# via flake8
8890
mypy==0.971
8991
# via -r requirements.in
@@ -93,13 +95,14 @@ mypy-extensions==0.4.3
9395
# mypy
9496
packaging==21.3
9597
# via
98+
# build
9699
# pytest
97100
# tox
98-
pathspec==0.9.0
101+
pathspec==0.10.1
99102
# via black
100-
pep517==0.12.0
101-
# via pip-tools
102-
pip-tools==6.6.2
103+
pep517==0.13.0
104+
# via build
105+
pip-tools==6.8.0
103106
# via -r requirements.in
104107
platformdirs==2.5.2
105108
# via
@@ -113,17 +116,17 @@ py==1.11.0
113116
# via
114117
# pytest
115118
# tox
116-
pycodestyle==2.8.0
119+
pycodestyle==2.9.1
117120
# via flake8
118-
pyflakes==2.4.0
121+
pyflakes==2.5.0
119122
# via
120123
# flake8
121124
# flake8-pyi
122-
pygments==2.12.0
125+
pygments==2.13.0
123126
# via flake8-html
124127
pyparsing==3.0.9
125128
# via packaging
126-
pytest==7.1.2
129+
pytest==7.1.3
127130
# via
128131
# -r requirements.in
129132
# pytest-cov
@@ -133,54 +136,52 @@ pytest-cov==3.0.0
133136
# via -r requirements.in
134137
pytest-html==3.1.1
135138
# via -r requirements.in
136-
pytest-metadata==2.0.1
139+
pytest-metadata==2.0.2
137140
# via pytest-html
138-
python-debian==0.1.43
141+
python-debian==0.1.47
139142
# via reuse
140143
pytoml==0.1.21
141144
# via
142145
# dflit
143146
# dflit-core
144-
requests==2.27.1
147+
requests==2.28.1
145148
# via
146149
# dflit
147150
# reuse
148151
reuse==1.0.0
149152
# via fsfe-reuse
150153
six==1.16.0
151-
# via
152-
# tox
153-
# virtualenv
154-
toml==0.10.2
155154
# via tox
156155
tomli==2.0.1
157156
# via
158157
# black
158+
# build
159159
# coverage
160160
# mypy
161161
# pep517
162162
# pytest
163-
tox==3.25.0
163+
# tox
164+
tox==3.26.0
164165
# via
165166
# -r requirements.in
166167
# tox-pyenv
167168
tox-pyenv==1.1.0
168169
# via -r requirements.in
169-
typing-extensions==4.2.0
170+
typing-extensions==4.3.0
170171
# via mypy
171-
urllib3==1.26.9
172+
urllib3==1.26.12
172173
# via requests
173-
virtualenv==20.14.1
174+
virtualenv==20.16.5
174175
# via tox
175176
wheel==0.37.1
176177
# via pip-tools
177178

178179
# The following packages are considered to be unsafe in a requirements file:
179-
pip==22.1.1
180+
pip==22.2.2
180181
# via
181182
# -r requirements.in
182183
# pip-tools
183-
setuptools==62.3.2
184+
setuptools==65.3.0
184185
# via
185186
# -r requirements.in
186187
# pip-tools

0 commit comments

Comments
 (0)