Skip to content

Commit 3bc7d2c

Browse files
committedApr 3, 2023
chore: make upgrade
1 parent acd1e03 commit 3bc7d2c

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed
 

‎doc/requirements.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pyenchant==3.2.2
5353
# sphinxcontrib-spelling
5454
pygments==2.14.0
5555
# via sphinx
56-
pytz==2023.2
56+
pytz==2023.3
5757
# via babel
5858
requests==2.28.2
5959
# via

‎requirements/dev.pip

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
astroid==2.15.0
7+
astroid==2.15.1
88
# via pylint
99
attrs==22.2.0
1010
# via
@@ -43,15 +43,15 @@ exceptiongroup==1.1.1
4343
# pytest
4444
execnet==1.9.0
4545
# via pytest-xdist
46-
filelock==3.10.6
46+
filelock==3.10.7
4747
# via
4848
# tox
4949
# virtualenv
5050
flaky==3.7.0
5151
# via -r requirements/pytest.in
5252
greenlet==2.0.2
5353
# via -r requirements/dev.in
54-
hypothesis==6.70.0
54+
hypothesis==6.70.2
5555
# via -r requirements/pytest.in
5656
idna==3.4
5757
# via requests
@@ -140,7 +140,7 @@ requests-toolbelt==0.10.1
140140
# via twine
141141
rfc3986==2.0.0
142142
# via twine
143-
rich==13.3.2
143+
rich==13.3.3
144144
# via twine
145145
six==1.16.0
146146
# via bleach
@@ -155,9 +155,9 @@ tomli==2.0.1
155155
# pyproject-hooks
156156
# pytest
157157
# tox
158-
tomlkit==0.11.6
158+
tomlkit==0.11.7
159159
# via pylint
160-
tox==4.4.7
160+
tox==4.4.8
161161
# via
162162
# -r requirements/tox.in
163163
# tox-gh

‎requirements/kit.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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.6
21+
filelock==3.10.7
2222
# via cibuildwheel
2323
importlib-metadata==6.1.0
2424
# via

‎requirements/lint.pip

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
alabaster==0.7.13
88
# via sphinx
9-
astroid==2.15.0
9+
astroid==2.15.1
1010
# via pylint
1111
attrs==22.2.0
1212
# via
@@ -60,15 +60,15 @@ exceptiongroup==1.1.1
6060
# pytest
6161
execnet==1.9.0
6262
# via pytest-xdist
63-
filelock==3.10.6
63+
filelock==3.10.7
6464
# via
6565
# tox
6666
# virtualenv
6767
flaky==3.7.0
6868
# via -r requirements/pytest.in
6969
greenlet==2.0.2
7070
# via -r requirements/dev.in
71-
hypothesis==6.70.0
71+
hypothesis==6.70.2
7272
# via -r requirements/pytest.in
7373
idna==3.4
7474
# via requests
@@ -163,7 +163,7 @@ pytest==7.2.2
163163
# pytest-xdist
164164
pytest-xdist==3.2.1
165165
# via -r requirements/pytest.in
166-
pytz==2023.2
166+
pytz==2023.3
167167
# via babel
168168
readme-renderer==37.3
169169
# via
@@ -180,7 +180,7 @@ requests-toolbelt==0.10.1
180180
# via twine
181181
rfc3986==2.0.0
182182
# via twine
183-
rich==13.3.2
183+
rich==13.3.3
184184
# via twine
185185
scriv==1.2.1
186186
# via -r doc/requirements.in
@@ -231,11 +231,11 @@ tomli==2.0.1
231231
# pyproject-hooks
232232
# pytest
233233
# tox
234-
tomlkit==0.11.6
234+
tomlkit==0.11.7
235235
# via pylint
236236
tornado==6.2
237237
# via livereload
238-
tox==4.4.7
238+
tox==4.4.8
239239
# via
240240
# -r requirements/tox.in
241241
# tox-gh

‎requirements/mypy.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ execnet==1.9.0
1818
# via pytest-xdist
1919
flaky==3.7.0
2020
# via -r requirements/pytest.in
21-
hypothesis==6.70.0
21+
hypothesis==6.70.2
2222
# via -r requirements/pytest.in
2323
importlib-metadata==6.1.0
2424
# via

‎requirements/pip.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
distlib==0.3.6
88
# via virtualenv
9-
filelock==3.10.6
9+
filelock==3.10.7
1010
# via virtualenv
1111
importlib-metadata==6.1.0
1212
# via virtualenv

‎requirements/pytest.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ execnet==1.9.0
1818
# via pytest-xdist
1919
flaky==3.7.0
2020
# via -r requirements/pytest.in
21-
hypothesis==6.70.0
21+
hypothesis==6.70.2
2222
# via -r requirements/pytest.in
2323
importlib-metadata==6.1.0
2424
# via

‎requirements/tox.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ colorama==0.4.6
1414
# tox
1515
distlib==0.3.6
1616
# via virtualenv
17-
filelock==3.10.6
17+
filelock==3.10.7
1818
# via
1919
# tox
2020
# virtualenv
@@ -39,7 +39,7 @@ tomli==2.0.1
3939
# via
4040
# pyproject-api
4141
# tox
42-
tox==4.4.7
42+
tox==4.4.8
4343
# via
4444
# -r requirements/tox.in
4545
# tox-gh

0 commit comments

Comments
 (0)
Please sign in to comment.