Skip to content

Commit d275868

Browse files
committed
chore: make upgrade
1 parent 0957c07 commit d275868

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

requirements/dev.pip

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ astroid==3.1.0
88
# via pylint
99
attrs==23.2.0
1010
# via hypothesis
11-
backports-tarfile==1.1.0
11+
backports-tarfile==1.1.1
1212
# via jaraco-context
1313
build==1.2.1
1414
# via check-manifest
@@ -49,7 +49,7 @@ flaky==3.8.1
4949
# via -r requirements/pytest.in
5050
greenlet==3.0.3
5151
# via -r requirements/dev.in
52-
hypothesis==6.100.1
52+
hypothesis==6.100.2
5353
# via -r requirements/pytest.in
5454
idna==3.7
5555
# via requests
@@ -72,7 +72,7 @@ jaraco-functools==4.0.1
7272
# via keyring
7373
jedi==0.19.1
7474
# via pudb
75-
keyring==25.1.0
75+
keyring==25.2.0
7676
# via twine
7777
libsass==0.23.0
7878
# via -r requirements/dev.in
@@ -99,7 +99,7 @@ parso==0.8.4
9999
# via jedi
100100
pkginfo==1.10.0
101101
# via twine
102-
platformdirs==4.2.0
102+
platformdirs==4.2.1
103103
# via
104104
# pylint
105105
# tox
@@ -122,7 +122,7 @@ pyproject-api==1.6.1
122122
# via tox
123123
pyproject-hooks==1.0.0
124124
# via build
125-
pytest==8.1.1
125+
pytest==8.2.0
126126
# via
127127
# -r requirements/pytest.in
128128
# pytest-xdist
@@ -158,7 +158,7 @@ tomli==2.0.1
158158
# tox
159159
tomlkit==0.12.4
160160
# via pylint
161-
tox==4.14.2
161+
tox==4.15.0
162162
# via
163163
# -r requirements/tox.in
164164
# tox-gh
@@ -176,13 +176,13 @@ urllib3==2.2.1
176176
# via
177177
# requests
178178
# twine
179-
urwid==2.6.10
179+
urwid==2.6.11
180180
# via
181181
# pudb
182182
# urwid-readline
183183
urwid-readline==0.14
184184
# via pudb
185-
virtualenv==20.25.3
185+
virtualenv==20.26.0
186186
# via
187187
# -r requirements/pip.in
188188
# tox

requirements/kit.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packaging==24.0
2727
# auditwheel
2828
# build
2929
# cibuildwheel
30-
platformdirs==4.2.0
30+
platformdirs==4.2.1
3131
# via cibuildwheel
3232
pyelftools==0.31
3333
# via auditwheel

requirements/mypy.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ execnet==2.1.1
1616
# via pytest-xdist
1717
flaky==3.8.1
1818
# via -r requirements/pytest.in
19-
hypothesis==6.100.1
19+
hypothesis==6.100.2
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
23-
mypy==1.9.0
23+
mypy==1.10.0
2424
# via -r requirements/mypy.in
2525
mypy-extensions==1.0.0
2626
# via mypy
@@ -30,7 +30,7 @@ pluggy==1.5.0
3030
# via pytest
3131
pygments==2.17.2
3232
# via -r requirements/pytest.in
33-
pytest==8.1.1
33+
pytest==8.2.0
3434
# via
3535
# -r requirements/pytest.in
3636
# pytest-xdist

requirements/pip.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ distlib==0.3.8
88
# via virtualenv
99
filelock==3.13.4
1010
# via virtualenv
11-
platformdirs==4.2.0
11+
platformdirs==4.2.1
1212
# via virtualenv
13-
virtualenv==20.25.3
13+
virtualenv==20.26.0
1414
# via -r requirements/pip.in
1515

1616
# The following packages are considered to be unsafe in a requirements file:

requirements/pytest.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ execnet==2.1.1
1616
# via pytest-xdist
1717
flaky==3.8.1
1818
# via -r requirements/pytest.in
19-
hypothesis==6.100.1
19+
hypothesis==6.100.2
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
@@ -26,7 +26,7 @@ pluggy==1.5.0
2626
# via pytest
2727
pygments==2.17.2
2828
# via -r requirements/pytest.in
29-
pytest==8.1.1
29+
pytest==8.2.0
3030
# via
3131
# -r requirements/pytest.in
3232
# pytest-xdist

requirements/tox.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ packaging==24.0
2222
# via
2323
# pyproject-api
2424
# tox
25-
platformdirs==4.2.0
25+
platformdirs==4.2.1
2626
# via
2727
# tox
2828
# virtualenv
@@ -34,11 +34,11 @@ tomli==2.0.1
3434
# via
3535
# pyproject-api
3636
# tox
37-
tox==4.14.2
37+
tox==4.15.0
3838
# via
3939
# -r requirements/tox.in
4040
# tox-gh
4141
tox-gh==1.3.1
4242
# via -r requirements/tox.in
43-
virtualenv==20.25.3
43+
virtualenv==20.26.0
4444
# via tox

0 commit comments

Comments
 (0)