File tree Expand file tree Collapse file tree 8 files changed +29
-29
lines changed Expand file tree Collapse file tree 8 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ attrs==24.2.0
10
10
# via hypothesis
11
11
backports-tarfile==1.2.0
12
12
# via jaraco-context
13
- build==1.2.1
13
+ build==1.2.2
14
14
# via check-manifest
15
15
cachetools==5.5.0
16
16
# via tox
@@ -41,15 +41,15 @@ exceptiongroup==1.2.2
41
41
# pytest
42
42
execnet==2.1.1
43
43
# via pytest-xdist
44
- filelock==3.15.4
44
+ filelock==3.16.0
45
45
# via
46
46
# tox
47
47
# virtualenv
48
48
flaky==3.8.1
49
49
# via -r requirements/pytest.in
50
50
greenlet==3.0.3
51
51
# via -r requirements/dev.in
52
- hypothesis==6.111.2
52
+ hypothesis==6.112.0
53
53
# via -r requirements/pytest.in
54
54
idna==3.8
55
55
# via requests
@@ -82,7 +82,7 @@ mccabe==0.7.0
82
82
# via pylint
83
83
mdurl==0.1.2
84
84
# via markdown-it-py
85
- more-itertools==10.4 .0
85
+ more-itertools==10.5 .0
86
86
# via
87
87
# jaraco-classes
88
88
# jaraco-functools
@@ -99,7 +99,7 @@ parso==0.8.4
99
99
# via jedi
100
100
pkginfo==1.10.0
101
101
# via twine
102
- platformdirs==4.2.2
102
+ platformdirs==4.3.1
103
103
# via
104
104
# pylint
105
105
# tox
@@ -116,7 +116,7 @@ pygments==2.18.0
116
116
# pudb
117
117
# readme-renderer
118
118
# rich
119
- pylint==3.2.6
119
+ pylint==3.2.7
120
120
# via -r requirements/dev.in
121
121
pyproject-api==1.7.1
122
122
# via tox
@@ -157,7 +157,7 @@ tomli==2.0.1
157
157
# tox
158
158
tomlkit==0.13.2
159
159
# via pylint
160
- tox==4.18.0
160
+ tox==4.18.1
161
161
# via
162
162
# -r requirements/tox.in
163
163
# tox-gh
@@ -181,7 +181,7 @@ urwid==2.6.15
181
181
# urwid-readline
182
182
urwid-readline==0.14
183
183
# via pudb
184
- virtualenv==20.26.3
184
+ virtualenv==20.26.4
185
185
# via
186
186
# -r requirements/pip.in
187
187
# tox
@@ -195,7 +195,7 @@ zipp==3.20.1
195
195
# The following packages are considered to be unsafe in a requirements file:
196
196
pip==24.2
197
197
# via -r requirements/pip.in
198
- setuptools==74.0.0
198
+ setuptools==74.1.2
199
199
# via
200
200
# -r requirements/pip.in
201
201
# check-manifest
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ bashlex==0.18
12
12
# via cibuildwheel
13
13
bracex==2.5
14
14
# via cibuildwheel
15
- build==1.2.1
15
+ build==1.2.2
16
16
# via -r requirements/kit.in
17
17
certifi==2024.8.30
18
18
# via
@@ -26,7 +26,7 @@ colorama==0.4.6
26
26
# via -r requirements/kit.in
27
27
docutils==0.20.1
28
28
# via readme-renderer
29
- filelock==3.15.4
29
+ filelock==3.16.0
30
30
# via cibuildwheel
31
31
idna==3.8
32
32
# via requests
@@ -49,7 +49,7 @@ markdown-it-py==3.0.0
49
49
# via rich
50
50
mdurl==0.1.2
51
51
# via markdown-it-py
52
- more-itertools==10.4 .0
52
+ more-itertools==10.5 .0
53
53
# via
54
54
# jaraco-classes
55
55
# jaraco-functools
@@ -62,7 +62,7 @@ packaging==24.1
62
62
# cibuildwheel
63
63
pkginfo==1.10.0
64
64
# via twine
65
- platformdirs==4.2.2
65
+ platformdirs==4.3.1
66
66
# via cibuildwheel
67
67
pyelftools==0.31
68
68
# via auditwheel
@@ -106,5 +106,5 @@ zipp==3.20.1
106
106
# importlib-resources
107
107
108
108
# The following packages are considered to be unsafe in a requirements file:
109
- setuptools==74.0.0
109
+ setuptools==74.1.2
110
110
# via -r requirements/kit.in
Original file line number Diff line number Diff line change 4
4
#
5
5
# make upgrade
6
6
#
7
- cffi==1.17.0
7
+ cffi==1.17.1
8
8
# via -r requirements/light-threads.in
9
9
dnspython==2.6.1
10
10
# via eventlet
@@ -25,7 +25,7 @@ zope-interface==7.0.3
25
25
# via gevent
26
26
27
27
# The following packages are considered to be unsafe in a requirements file:
28
- setuptools==74.0.0
28
+ setuptools==74.1.2
29
29
# via
30
30
# zope-event
31
31
# zope-interface
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.111.2
19
+ hypothesis==6.112.0
20
20
# via -r requirements/pytest.in
21
21
iniconfig==2.0.0
22
22
# via pytest
@@ -42,7 +42,7 @@ tomli==2.0.1
42
42
# via
43
43
# mypy
44
44
# pytest
45
- types-requests==2.32.0.20240712
45
+ types-requests==2.32.0.20240907
46
46
# via -r requirements/mypy.in
47
47
types-tabulate==0.9.0.20240106
48
48
# via -r requirements/mypy.in
Original file line number Diff line number Diff line change 4
4
#
5
5
# make upgrade
6
6
#
7
- build==1.2.1
7
+ build==1.2.2
8
8
# via pip-tools
9
9
click==8.1.7
10
10
# via pip-tools
@@ -30,5 +30,5 @@ zipp==3.20.1
30
30
# The following packages are considered to be unsafe in a requirements file:
31
31
pip==24.2
32
32
# via pip-tools
33
- setuptools==74.0.0
33
+ setuptools==74.1.2
34
34
# via pip-tools
Original file line number Diff line number Diff line change 6
6
#
7
7
distlib==0.3.8
8
8
# via virtualenv
9
- filelock==3.15.4
9
+ filelock==3.16.0
10
10
# via virtualenv
11
- platformdirs==4.2.2
11
+ platformdirs==4.3.1
12
12
# via virtualenv
13
- virtualenv==20.26.3
13
+ virtualenv==20.26.4
14
14
# via -r requirements/pip.in
15
15
16
16
# The following packages are considered to be unsafe in a requirements file:
17
17
pip==24.2
18
18
# via -r requirements/pip.in
19
- setuptools==74.0.0
19
+ setuptools==74.1.2
20
20
# via -r requirements/pip.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.111.2
19
+ hypothesis==6.112.0
20
20
# via -r requirements/pytest.in
21
21
iniconfig==2.0.0
22
22
# via pytest
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ colorama==0.4.6
14
14
# tox
15
15
distlib==0.3.8
16
16
# via virtualenv
17
- filelock==3.15.4
17
+ filelock==3.16.0
18
18
# via
19
19
# tox
20
20
# virtualenv
21
21
packaging==24.1
22
22
# via
23
23
# pyproject-api
24
24
# tox
25
- platformdirs==4.2.2
25
+ platformdirs==4.3.1
26
26
# via
27
27
# tox
28
28
# virtualenv
@@ -34,11 +34,11 @@ tomli==2.0.1
34
34
# via
35
35
# pyproject-api
36
36
# tox
37
- tox==4.18.0
37
+ tox==4.18.1
38
38
# via
39
39
# -r requirements/tox.in
40
40
# tox-gh
41
41
tox-gh==1.3.2
42
42
# via -r requirements/tox.in
43
- virtualenv==20.26.3
43
+ virtualenv==20.26.4
44
44
# via tox
You can’t perform that action at this time.
0 commit comments