Skip to content

Commit 613191f

Browse files
committed
chore: make upgrade
1 parent 59ce1f4 commit 613191f

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

doc/requirements.pip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ alabaster==0.7.12
88
# via sphinx
99
babel==2.10.1
1010
# via sphinx
11-
certifi==2021.10.8
11+
certifi==2022.5.18.1
1212
# via requests
1313
charset-normalizer==2.0.12
1414
# via requests
1515
cogapp==3.3.0
1616
# via -r doc/requirements.in
1717
colorama==0.4.4
1818
# via sphinx-autobuild
19-
doc8==0.11.1
19+
doc8==0.11.2
2020
# via -r doc/requirements.in
2121
docutils==0.17.1
2222
# via
@@ -30,7 +30,7 @@ idna==3.3
3030
# via requests
3131
imagesize==1.3.0
3232
# via sphinx
33-
importlib-metadata==4.11.3
33+
importlib-metadata==4.11.4
3434
# via
3535
# sphinx
3636
# sphinxcontrib-spelling
@@ -94,7 +94,7 @@ sphinxcontrib-restbuilder==0.3
9494
# via -r doc/requirements.in
9595
sphinxcontrib-serializinghtml==1.1.5
9696
# via sphinx
97-
sphinxcontrib-spelling==7.3.3
97+
sphinxcontrib-spelling==7.5.0
9898
# via -r doc/requirements.in
9999
stevedore==3.5.0
100100
# via doc8

requirements/dev.pip

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ backports-functools-lru-cache==1.6.4
1717
# pycontracts
1818
bleach==5.0.0
1919
# via readme-renderer
20-
build==0.7.0
20+
build==0.8.0
2121
# via check-manifest
22-
certifi==2021.10.8
22+
certifi==2022.5.18.1
2323
# via requests
2424
charset-normalizer==2.0.12
2525
# via requests
@@ -33,7 +33,7 @@ decorator==5.1.1
3333
# via
3434
# -r requirements/pytest.pip
3535
# pycontracts
36-
dill==0.3.4
36+
dill==0.3.5.1
3737
# via pylint
3838
distlib==0.3.4
3939
# via
@@ -47,7 +47,7 @@ execnet==1.9.0
4747
# via
4848
# -r requirements/pytest.pip
4949
# pytest-xdist
50-
filelock==3.6.0
50+
filelock==3.7.0
5151
# via
5252
# -r requirements/pip.pip
5353
# tox
@@ -60,11 +60,11 @@ future==0.18.2
6060
# pycontracts
6161
greenlet==1.1.2
6262
# via -r requirements/dev.in
63-
hypothesis==6.46.3
63+
hypothesis==6.46.9
6464
# via -r requirements/pytest.pip
6565
idna==3.3
6666
# via requests
67-
importlib-metadata==4.11.3
67+
importlib-metadata==4.11.4
6868
# via
6969
# -r requirements/pip.pip
7070
# -r requirements/pytest.pip
@@ -83,7 +83,7 @@ isort==5.10.1
8383
# via pylint
8484
jedi==0.18.1
8585
# via pudb
86-
keyring==23.5.0
86+
keyring==23.5.1
8787
# via twine
8888
lazy-object-proxy==1.7.1
8989
# via astroid
@@ -129,7 +129,7 @@ pygments==2.12.0
129129
# pudb
130130
# readme-renderer
131131
# rich
132-
pylint==2.13.8
132+
pylint==2.13.9
133133
# via -r requirements/dev.in
134134
pyparsing==3.0.9
135135
# via
@@ -164,7 +164,7 @@ requests-toolbelt==0.9.1
164164
# via twine
165165
rfc3986==2.0.0
166166
# via twine
167-
rich==12.4.1
167+
rich==12.4.4
168168
# via twine
169169
six==1.16.0
170170
# via
@@ -192,7 +192,7 @@ tox==3.25.0
192192
# via -r requirements/dev.in
193193
twine==4.0.0
194194
# via -r requirements/dev.in
195-
typed-ast==1.5.3
195+
typed-ast==1.5.4
196196
# via astroid
197197
typing-extensions==4.2.0
198198
# via
@@ -231,7 +231,7 @@ pip==22.0.4
231231
# via
232232
# -c requirements/pins.pip
233233
# -r requirements/pip.pip
234-
setuptools==62.2.0
234+
setuptools==62.3.2
235235
# via
236236
# astroid
237237
# check-manifest

requirements/kit.pip

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ auditwheel==5.1.2
88
# via -r requirements/kit.in
99
bashlex==0.16
1010
# via cibuildwheel
11-
bracex==2.2.1
11+
bracex==2.3.post1
1212
# via cibuildwheel
13-
build==0.7.0
13+
build==0.8.0
1414
# via -r requirements/kit.in
15-
certifi==2021.10.8
15+
certifi==2022.5.18.1
1616
# via cibuildwheel
17-
cibuildwheel==2.5.0
17+
cibuildwheel==2.6.0
1818
# via -r requirements/kit.in
19-
filelock==3.6.0
19+
filelock==3.7.0
2020
# via cibuildwheel
21-
importlib-metadata==4.11.3
21+
importlib-metadata==4.11.4
2222
# via
2323
# auditwheel
2424
# build
@@ -52,5 +52,5 @@ zipp==3.8.0
5252
# pep517
5353

5454
# The following packages are considered to be unsafe in a requirements file:
55-
setuptools==62.2.0
55+
setuptools==62.3.2
5656
# via -r requirements/kit.in

requirements/light-threads.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
dnspython==2.2.1
88
# via eventlet
9-
eventlet==0.33.0
9+
eventlet==0.33.1
1010
# via -r requirements/light-threads.in
1111
gevent==21.12.0
1212
# via -r requirements/light-threads.in
@@ -23,5 +23,5 @@ zope-interface==5.4.0
2323
# via gevent
2424

2525
# The following packages are considered to be unsafe in a requirements file:
26-
setuptools==62.2.0
26+
setuptools==62.3.2
2727
# via gevent

requirements/pip-tools.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
click==8.1.3
88
# via pip-tools
9-
importlib-metadata==4.11.3
9+
importlib-metadata==4.11.4
1010
# via
1111
# click
1212
# pep517
1313
pep517==0.12.0
1414
# via pip-tools
15-
pip-tools==6.6.0
15+
pip-tools==6.6.2
1616
# via -r requirements/pip-tools.in
1717
tomli==2.0.1
1818
# via pep517
@@ -30,5 +30,5 @@ pip==22.0.4
3030
# via
3131
# -c requirements/pins.pip
3232
# pip-tools
33-
setuptools==62.2.0
33+
setuptools==62.3.2
3434
# via pip-tools

requirements/pip.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77
distlib==0.3.4
88
# via virtualenv
9-
filelock==3.6.0
9+
filelock==3.7.0
1010
# via virtualenv
11-
importlib-metadata==4.11.3
11+
importlib-metadata==4.11.4
1212
# via virtualenv
1313
platformdirs==2.5.2
1414
# via virtualenv

requirements/pytest.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ flaky==3.7.0
1818
# via -r requirements/pytest.in
1919
future==0.18.2
2020
# via pycontracts
21-
hypothesis==6.46.3
21+
hypothesis==6.46.9
2222
# via -r requirements/pytest.in
23-
importlib-metadata==4.11.3
23+
importlib-metadata==4.11.4
2424
# via
2525
# pluggy
2626
# pytest

requirements/tox.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#
77
distlib==0.3.4
88
# via virtualenv
9-
filelock==3.6.0
9+
filelock==3.7.0
1010
# via
1111
# tox
1212
# virtualenv
13-
importlib-metadata==4.11.3
13+
importlib-metadata==4.11.4
1414
# via
1515
# pluggy
1616
# tox

0 commit comments

Comments
 (0)