Skip to content

Commit 45ed6ea

Browse files
committed
chore: make upgrade
1 parent 7b68d12 commit 45ed6ea

File tree

9 files changed

+47
-54
lines changed

9 files changed

+47
-54
lines changed

doc/requirements.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ idna==3.4
3232
# via requests
3333
imagesize==1.4.1
3434
# via sphinx
35-
importlib-metadata==6.1.0
35+
importlib-metadata==6.3.0
3636
# via
3737
# click
3838
# sphinx
@@ -45,13 +45,13 @@ livereload==2.6.3
4545
# via sphinx-autobuild
4646
markupsafe==2.1.2
4747
# via jinja2
48-
packaging==23.0
48+
packaging==23.1
4949
# via sphinx
5050
pyenchant==3.2.2
5151
# via
5252
# -r doc/requirements.in
5353
# sphinxcontrib-spelling
54-
pygments==2.14.0
54+
pygments==2.15.0
5555
# via sphinx
5656
pytz==2023.3
5757
# via babel

requirements/dev.pip

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
#
55
# make upgrade
66
#
7-
astroid==2.15.1
7+
astroid==2.15.2
88
# via pylint
99
attrs==22.2.0
10-
# via
11-
# hypothesis
12-
# pytest
10+
# via hypothesis
1311
bleach==6.0.0
1412
# via readme-renderer
1513
build==0.10.0
@@ -43,19 +41,19 @@ exceptiongroup==1.1.1
4341
# pytest
4442
execnet==1.9.0
4543
# via pytest-xdist
46-
filelock==3.10.7
44+
filelock==3.11.0
4745
# via
4846
# tox
4947
# virtualenv
5048
flaky==3.7.0
5149
# via -r requirements/pytest.in
5250
greenlet==2.0.2
5351
# via -r requirements/dev.in
54-
hypothesis==6.70.2
52+
hypothesis==6.71.0
5553
# via -r requirements/pytest.in
5654
idna==3.4
5755
# via requests
58-
importlib-metadata==6.1.0
56+
importlib-metadata==6.3.0
5957
# via
6058
# build
6159
# keyring
@@ -88,7 +86,7 @@ mdurl==0.1.2
8886
# via markdown-it-py
8987
more-itertools==9.1.0
9088
# via jaraco-classes
91-
packaging==23.0
89+
packaging==23.1
9290
# via
9391
# build
9492
# pudb
@@ -110,18 +108,18 @@ pluggy==1.0.0
110108
# tox
111109
pudb==2022.1.3
112110
# via -r requirements/dev.in
113-
pygments==2.14.0
111+
pygments==2.15.0
114112
# via
115113
# pudb
116114
# readme-renderer
117115
# rich
118-
pylint==2.17.1
116+
pylint==2.17.2
119117
# via -r requirements/dev.in
120118
pyproject-api==1.5.1
121119
# via tox
122120
pyproject-hooks==1.0.0
123121
# via build
124-
pytest==7.2.2
122+
pytest==7.3.1
125123
# via
126124
# -r requirements/pytest.in
127125
# pytest-xdist
@@ -140,7 +138,7 @@ requests-toolbelt==0.10.1
140138
# via twine
141139
rfc3986==2.0.0
142140
# via twine
143-
rich==13.3.3
141+
rich==13.3.4
144142
# via twine
145143
six==1.16.0
146144
# via bleach
@@ -157,7 +155,7 @@ tomli==2.0.1
157155
# tox
158156
tomlkit==0.11.7
159157
# via pylint
160-
tox==4.4.8
158+
tox==4.4.12
161159
# via
162160
# -r requirements/tox.in
163161
# tox-gh

requirements/kit.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ cibuildwheel==2.12.1
1818
# via -r requirements/kit.in
1919
colorama==0.4.6
2020
# via -r requirements/kit.in
21-
filelock==3.10.7
21+
filelock==3.11.0
2222
# via cibuildwheel
23-
importlib-metadata==6.1.0
23+
importlib-metadata==6.3.0
2424
# via
2525
# auditwheel
2626
# build
27-
packaging==23.0
27+
packaging==23.1
2828
# via
2929
# build
3030
# cibuildwheel

requirements/lint.pip

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
#
77
alabaster==0.7.13
88
# via sphinx
9-
astroid==2.15.1
9+
astroid==2.15.2
1010
# via pylint
1111
attrs==22.2.0
1212
# via
1313
# hypothesis
14-
# pytest
1514
# scriv
1615
babel==2.12.1
1716
# via sphinx
@@ -60,21 +59,21 @@ exceptiongroup==1.1.1
6059
# pytest
6160
execnet==1.9.0
6261
# via pytest-xdist
63-
filelock==3.10.7
62+
filelock==3.11.0
6463
# via
6564
# tox
6665
# virtualenv
6766
flaky==3.7.0
6867
# via -r requirements/pytest.in
6968
greenlet==2.0.2
7069
# via -r requirements/dev.in
71-
hypothesis==6.70.2
70+
hypothesis==6.71.0
7271
# via -r requirements/pytest.in
7372
idna==3.4
7473
# via requests
7574
imagesize==1.4.1
7675
# via sphinx
77-
importlib-metadata==6.1.0
76+
importlib-metadata==6.3.0
7877
# via
7978
# build
8079
# click
@@ -118,7 +117,7 @@ mdurl==0.1.2
118117
# via markdown-it-py
119118
more-itertools==9.1.0
120119
# via jaraco-classes
121-
packaging==23.0
120+
packaging==23.1
122121
# via
123122
# build
124123
# pudb
@@ -145,19 +144,19 @@ pyenchant==3.2.2
145144
# via
146145
# -r doc/requirements.in
147146
# sphinxcontrib-spelling
148-
pygments==2.14.0
147+
pygments==2.15.0
149148
# via
150149
# pudb
151150
# readme-renderer
152151
# rich
153152
# sphinx
154-
pylint==2.17.1
153+
pylint==2.17.2
155154
# via -r requirements/dev.in
156155
pyproject-api==1.5.1
157156
# via tox
158157
pyproject-hooks==1.0.0
159158
# via build
160-
pytest==7.2.2
159+
pytest==7.3.1
161160
# via
162161
# -r requirements/pytest.in
163162
# pytest-xdist
@@ -180,7 +179,7 @@ requests-toolbelt==0.10.1
180179
# via twine
181180
rfc3986==2.0.0
182181
# via twine
183-
rich==13.3.3
182+
rich==13.3.4
184183
# via twine
185184
scriv==1.2.1
186185
# via -r doc/requirements.in
@@ -235,7 +234,7 @@ tomlkit==0.11.7
235234
# via pylint
236235
tornado==6.2
237236
# via livereload
238-
tox==4.4.8
237+
tox==4.4.12
239238
# via
240239
# -r requirements/tox.in
241240
# tox-gh

requirements/mypy.pip

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
# make upgrade
66
#
77
attrs==22.2.0
8-
# via
9-
# hypothesis
10-
# pytest
8+
# via hypothesis
119
colorama==0.4.6
1210
# via -r requirements/pytest.in
1311
exceptiongroup==1.1.1
@@ -18,23 +16,23 @@ execnet==1.9.0
1816
# via pytest-xdist
1917
flaky==3.7.0
2018
# via -r requirements/pytest.in
21-
hypothesis==6.70.2
19+
hypothesis==6.71.0
2220
# via -r requirements/pytest.in
23-
importlib-metadata==6.1.0
21+
importlib-metadata==6.3.0
2422
# via
2523
# pluggy
2624
# pytest
2725
iniconfig==2.0.0
2826
# via pytest
29-
mypy==1.1.1
27+
mypy==1.2.0
3028
# via -r requirements/mypy.in
3129
mypy-extensions==1.0.0
3230
# via mypy
33-
packaging==23.0
31+
packaging==23.1
3432
# via pytest
3533
pluggy==1.0.0
3634
# via pytest
37-
pytest==7.2.2
35+
pytest==7.3.1
3836
# via
3937
# -r requirements/pytest.in
4038
# pytest-xdist

requirements/pip-tools.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ build==0.10.0
88
# via pip-tools
99
click==8.1.3
1010
# via pip-tools
11-
importlib-metadata==6.1.0
11+
importlib-metadata==6.3.0
1212
# via
1313
# build
1414
# click
15-
packaging==23.0
15+
packaging==23.1
1616
# via build
17-
pip-tools==6.12.3
17+
pip-tools==6.13.0
1818
# via -r requirements/pip-tools.in
1919
pyproject-hooks==1.0.0
2020
# via build

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.6
88
# via virtualenv
9-
filelock==3.10.7
9+
filelock==3.11.0
1010
# via virtualenv
11-
importlib-metadata==6.1.0
11+
importlib-metadata==6.3.0
1212
# via virtualenv
1313
platformdirs==3.2.0
1414
# via virtualenv

requirements/pytest.pip

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
# make upgrade
66
#
77
attrs==22.2.0
8-
# via
9-
# hypothesis
10-
# pytest
8+
# via hypothesis
119
colorama==0.4.6
1210
# via -r requirements/pytest.in
1311
exceptiongroup==1.1.1
@@ -18,19 +16,19 @@ execnet==1.9.0
1816
# via pytest-xdist
1917
flaky==3.7.0
2018
# via -r requirements/pytest.in
21-
hypothesis==6.70.2
19+
hypothesis==6.71.0
2220
# via -r requirements/pytest.in
23-
importlib-metadata==6.1.0
21+
importlib-metadata==6.3.0
2422
# via
2523
# pluggy
2624
# pytest
2725
iniconfig==2.0.0
2826
# via pytest
29-
packaging==23.0
27+
packaging==23.1
3028
# via pytest
3129
pluggy==1.0.0
3230
# via pytest
33-
pytest==7.2.2
31+
pytest==7.3.1
3432
# via
3533
# -r requirements/pytest.in
3634
# pytest-xdist

requirements/tox.pip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ colorama==0.4.6
1414
# tox
1515
distlib==0.3.6
1616
# via virtualenv
17-
filelock==3.10.7
17+
filelock==3.11.0
1818
# via
1919
# tox
2020
# virtualenv
21-
importlib-metadata==6.1.0
21+
importlib-metadata==6.3.0
2222
# via
2323
# pluggy
2424
# tox
2525
# virtualenv
26-
packaging==23.0
26+
packaging==23.1
2727
# via
2828
# pyproject-api
2929
# tox
@@ -39,7 +39,7 @@ tomli==2.0.1
3939
# via
4040
# pyproject-api
4141
# tox
42-
tox==4.4.8
42+
tox==4.4.12
4343
# via
4444
# -r requirements/tox.in
4545
# tox-gh

0 commit comments

Comments
 (0)