File tree 7 files changed +34
-28
lines changed
7 files changed +34
-28
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# make upgrade
6
6
#
7
- astroid==3.3.4
7
+ astroid==3.3.5
8
8
# via pylint
9
9
attrs==24.2.0
10
10
# via hypothesis
11
11
backports-tarfile==1.2.0
12
12
# via jaraco-context
13
- build==1.2.2
13
+ build==1.2.2.post1
14
14
# via check-manifest
15
15
cachetools==5.5.0
16
16
# via tox
17
17
certifi==2024.8.30
18
18
# via requests
19
19
chardet==5.2.0
20
20
# via tox
21
- charset-normalizer==3.3.2
21
+ charset-normalizer==3.4.0
22
22
# via requests
23
- check-manifest==0.49
23
+ check-manifest==0.50
24
24
# via -r requirements/dev.in
25
25
cogapp==3.4.1
26
26
# via -r requirements/dev.in
@@ -29,7 +29,7 @@ colorama==0.4.6
29
29
# -r requirements/pytest.in
30
30
# -r requirements/tox.in
31
31
# tox
32
- dill==0.3.8
32
+ dill==0.3.9
33
33
# via pylint
34
34
distlib==0.3.8
35
35
# via virtualenv
@@ -49,7 +49,7 @@ flaky==3.8.1
49
49
# via -r requirements/pytest.in
50
50
greenlet==3.1.1
51
51
# via -r requirements/dev.in
52
- hypothesis==6.112.1
52
+ hypothesis==6.113.0
53
53
# via -r requirements/pytest.in
54
54
idna==3.10
55
55
# via requests
@@ -118,7 +118,7 @@ pylint==3.3.1
118
118
# via -r requirements/dev.in
119
119
pyproject-api==1.8.0
120
120
# via tox
121
- pyproject-hooks==1.1 .0
121
+ pyproject-hooks==1.2 .0
122
122
# via build
123
123
pytest==8.3.3
124
124
# via
@@ -139,13 +139,13 @@ requests-toolbelt==1.0.0
139
139
# via twine
140
140
rfc3986==2.0.0
141
141
# via twine
142
- rich==13.8.1
142
+ rich==13.9.2
143
143
# via twine
144
144
sortedcontainers==2.4.0
145
145
# via hypothesis
146
146
tabulate==0.9.0
147
147
# via -r requirements/dev.in
148
- tomli==2.0.1
148
+ tomli==2.0.2
149
149
# via
150
150
# build
151
151
# check-manifest
@@ -155,7 +155,7 @@ tomli==2.0.1
155
155
# tox
156
156
tomlkit==0.13.2
157
157
# via pylint
158
- tox==4.20.0
158
+ tox==4.21.2
159
159
# via
160
160
# -r requirements/tox.in
161
161
# tox-gh
@@ -167,6 +167,8 @@ typing-extensions==4.12.2
167
167
# via
168
168
# astroid
169
169
# pylint
170
+ # rich
171
+ # tox
170
172
# urwid
171
173
urllib3==2.2.3
172
174
# via
Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ backports-tarfile==1.2.0
10
10
# via jaraco-context
11
11
bashlex==0.18
12
12
# via cibuildwheel
13
- bracex==2.5
13
+ bracex==2.5.post1
14
14
# via cibuildwheel
15
- build==1.2.2
15
+ build==1.2.2.post1
16
16
# via -r requirements/kit.in
17
17
certifi==2024.8.30
18
18
# via
19
19
# cibuildwheel
20
20
# requests
21
- charset-normalizer==3.3.2
21
+ charset-normalizer==3.4.0
22
22
# via requests
23
- cibuildwheel==2.21.1
23
+ cibuildwheel==2.21.3
24
24
# via -r requirements/kit.in
25
25
colorama==0.4.6
26
26
# via -r requirements/kit.in
@@ -68,7 +68,7 @@ pygments==2.18.0
68
68
# via
69
69
# readme-renderer
70
70
# rich
71
- pyproject-hooks==1.1 .0
71
+ pyproject-hooks==1.2 .0
72
72
# via build
73
73
readme-renderer==44.0
74
74
# via twine
@@ -80,16 +80,18 @@ requests-toolbelt==1.0.0
80
80
# via twine
81
81
rfc3986==2.0.0
82
82
# via twine
83
- rich==13.8.1
83
+ rich==13.9.2
84
84
# via twine
85
- tomli==2.0.1
85
+ tomli==2.0.2
86
86
# via
87
87
# build
88
88
# cibuildwheel
89
89
twine==5.1.1
90
90
# via -r requirements/kit.in
91
91
typing-extensions==4.12.2
92
- # via cibuildwheel
92
+ # via
93
+ # cibuildwheel
94
+ # rich
93
95
urllib3==2.2.3
94
96
# via
95
97
# requests
Original file line number Diff line number Diff line change 6
6
#
7
7
cffi==1.17.1
8
8
# via -r requirements/light-threads.in
9
- dnspython==2.6.1
9
+ dnspython==2.7.0
10
10
# via eventlet
11
11
eventlet==0.37.0
12
12
# via -r requirements/light-threads.in
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ execnet==2.1.1
16
16
# via pytest-xdist
17
17
flaky==3.8.1
18
18
# via -r requirements/pytest.in
19
- hypothesis==6.112.1
19
+ hypothesis==6.113.0
20
20
# via -r requirements/pytest.in
21
21
iniconfig==2.0.0
22
22
# via pytest
@@ -38,7 +38,7 @@ pytest-xdist==3.6.1
38
38
# via -r requirements/pytest.in
39
39
sortedcontainers==2.4.0
40
40
# via hypothesis
41
- tomli==2.0.1
41
+ tomli==2.0.2
42
42
# via
43
43
# mypy
44
44
# pytest
Original file line number Diff line number Diff line change 4
4
#
5
5
# make upgrade
6
6
#
7
- build==1.2.2
7
+ build==1.2.2.post1
8
8
# via pip-tools
9
9
click==8.1.7
10
10
# via pip-tools
@@ -14,11 +14,11 @@ packaging==24.1
14
14
# via build
15
15
pip-tools==7.4.1
16
16
# via -r requirements/pip-tools.in
17
- pyproject-hooks==1.1 .0
17
+ pyproject-hooks==1.2 .0
18
18
# via
19
19
# build
20
20
# pip-tools
21
- tomli==2.0.1
21
+ tomli==2.0.2
22
22
# via
23
23
# build
24
24
# pip-tools
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ execnet==2.1.1
16
16
# via pytest-xdist
17
17
flaky==3.8.1
18
18
# via -r requirements/pytest.in
19
- hypothesis==6.112.1
19
+ hypothesis==6.113.0
20
20
# via -r requirements/pytest.in
21
21
iniconfig==2.0.0
22
22
# via pytest
@@ -34,5 +34,5 @@ pytest-xdist==3.6.1
34
34
# via -r requirements/pytest.in
35
35
sortedcontainers==2.4.0
36
36
# via hypothesis
37
- tomli==2.0.1
37
+ tomli==2.0.2
38
38
# via pytest
Original file line number Diff line number Diff line change @@ -30,15 +30,17 @@ pluggy==1.5.0
30
30
# via tox
31
31
pyproject-api==1.8.0
32
32
# via tox
33
- tomli==2.0.1
33
+ tomli==2.0.2
34
34
# via
35
35
# pyproject-api
36
36
# tox
37
- tox==4.20.0
37
+ tox==4.21.2
38
38
# via
39
39
# -r requirements/tox.in
40
40
# tox-gh
41
41
tox-gh==1.4.1
42
42
# via -r requirements/tox.in
43
+ typing-extensions==4.12.2
44
+ # via tox
43
45
virtualenv==20.26.6
44
46
# via tox
You can’t perform that action at this time.
0 commit comments