File tree Expand file tree Collapse file tree 8 files changed +32
-32
lines changed Expand file tree Collapse file tree 8 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ backports-tarfile==1.2.0
12
12
# via jaraco-context
13
13
build==1.2.1
14
14
# via check-manifest
15
- cachetools==5.4 .0
15
+ cachetools==5.5 .0
16
16
# via tox
17
- certifi==2024.7.4
17
+ certifi==2024.8.30
18
18
# via requests
19
19
chardet==5.2.0
20
20
# via tox
@@ -49,24 +49,24 @@ 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.110.0
52
+ hypothesis==6.111.2
53
53
# via -r requirements/pytest.in
54
- idna==3.7
54
+ idna==3.8
55
55
# via requests
56
- importlib-metadata==8.2 .0
56
+ importlib-metadata==8.4 .0
57
57
# via
58
58
# build
59
59
# keyring
60
60
# twine
61
- importlib-resources==6.4.0
61
+ importlib-resources==6.4.4
62
62
# via keyring
63
63
iniconfig==2.0.0
64
64
# via pytest
65
65
isort==5.13.2
66
66
# via pylint
67
67
jaraco-classes==3.4.0
68
68
# via keyring
69
- jaraco-context==5.3.0
69
+ jaraco-context==6.0.1
70
70
# via keyring
71
71
jaraco-functools==4.0.2
72
72
# via keyring
@@ -141,7 +141,7 @@ requests-toolbelt==1.0.0
141
141
# via twine
142
142
rfc3986==2.0.0
143
143
# via twine
144
- rich==13.7.1
144
+ rich==13.8.0
145
145
# via twine
146
146
sortedcontainers==2.4.0
147
147
# via hypothesis
@@ -155,9 +155,9 @@ tomli==2.0.1
155
155
# pyproject-api
156
156
# pytest
157
157
# tox
158
- tomlkit==0.13.0
158
+ tomlkit==0.13.2
159
159
# via pylint
160
- tox==4.17.1
160
+ tox==4.18.0
161
161
# via
162
162
# -r requirements/tox.in
163
163
# tox-gh
@@ -187,15 +187,15 @@ virtualenv==20.26.3
187
187
# tox
188
188
wcwidth==0.2.13
189
189
# via urwid
190
- zipp==3.19.2
190
+ zipp==3.20.1
191
191
# via
192
192
# importlib-metadata
193
193
# importlib-resources
194
194
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==72.1 .0
198
+ setuptools==74.0 .0
199
199
# via
200
200
# -r requirements/pip.in
201
201
# check-manifest
Original file line number Diff line number Diff line change 4
4
#
5
5
# make upgrade
6
6
#
7
- auditwheel==6.0 .0
7
+ auditwheel==6.1 .0
8
8
# via -r requirements/kit.in
9
9
backports-tarfile==1.2.0
10
10
# via jaraco-context
@@ -14,7 +14,7 @@ bracex==2.5
14
14
# via cibuildwheel
15
15
build==1.2.1
16
16
# via -r requirements/kit.in
17
- certifi==2024.7.4
17
+ certifi==2024.8.30
18
18
# via
19
19
# cibuildwheel
20
20
# requests
@@ -28,18 +28,18 @@ docutils==0.20.1
28
28
# via readme-renderer
29
29
filelock==3.15.4
30
30
# via cibuildwheel
31
- idna==3.7
31
+ idna==3.8
32
32
# via requests
33
- importlib-metadata==8.2 .0
33
+ importlib-metadata==8.4 .0
34
34
# via
35
35
# build
36
36
# keyring
37
37
# twine
38
- importlib-resources==6.4.0
38
+ importlib-resources==6.4.4
39
39
# via keyring
40
40
jaraco-classes==3.4.0
41
41
# via keyring
42
- jaraco-context==5.3.0
42
+ jaraco-context==6.0.1
43
43
# via keyring
44
44
jaraco-functools==4.0.2
45
45
# via keyring
@@ -82,7 +82,7 @@ requests-toolbelt==1.0.0
82
82
# via twine
83
83
rfc3986==2.0.0
84
84
# via twine
85
- rich==13.7.1
85
+ rich==13.8.0
86
86
# via twine
87
87
tomli==2.0.1
88
88
# via
@@ -100,11 +100,11 @@ urllib3==2.2.2
100
100
# twine
101
101
wheel==0.44.0
102
102
# via -r requirements/kit.in
103
- zipp==3.19.2
103
+ zipp==3.20.1
104
104
# via
105
105
# importlib-metadata
106
106
# importlib-resources
107
107
108
108
# The following packages are considered to be unsafe in a requirements file:
109
- setuptools==72.1 .0
109
+ setuptools==74.0 .0
110
110
# via -r requirements/kit.in
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ pycparser==2.22
21
21
# via cffi
22
22
zope-event==5.0
23
23
# via gevent
24
- zope-interface==7.0.1
24
+ 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==72.1 .0
28
+ setuptools==74.0 .0
29
29
# via
30
30
# zope-event
31
31
# zope-interface
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ 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.110.0
19
+ hypothesis==6.111.2
20
20
# via -r requirements/pytest.in
21
21
iniconfig==2.0.0
22
22
# via pytest
23
- mypy==1.11.1
23
+ mypy==1.11.2
24
24
# via -r requirements/mypy.in
25
25
mypy-extensions==1.0.0
26
26
# via mypy
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build==1.2.1
8
8
# via pip-tools
9
9
click==8.1.7
10
10
# via pip-tools
11
- importlib-metadata==8.2 .0
11
+ importlib-metadata==8.4 .0
12
12
# via build
13
13
packaging==24.1
14
14
# via build
@@ -24,11 +24,11 @@ tomli==2.0.1
24
24
# pip-tools
25
25
wheel==0.44.0
26
26
# via pip-tools
27
- zipp==3.19.2
27
+ zipp==3.20.1
28
28
# via importlib-metadata
29
29
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==72.1 .0
33
+ setuptools==74.0 .0
34
34
# via pip-tools
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ virtualenv==20.26.3
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==72.1 .0
19
+ setuptools==74.0 .0
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.110.0
19
+ hypothesis==6.111.2
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 4
4
#
5
5
# make upgrade
6
6
#
7
- cachetools==5.4 .0
7
+ cachetools==5.5 .0
8
8
# via tox
9
9
chardet==5.2.0
10
10
# via tox
@@ -34,7 +34,7 @@ tomli==2.0.1
34
34
# via
35
35
# pyproject-api
36
36
# tox
37
- tox==4.17.1
37
+ tox==4.18.0
38
38
# via
39
39
# -r requirements/tox.in
40
40
# tox-gh
You can’t perform that action at this time.
0 commit comments