You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importlib-metadata==8.7.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
71
-
# via keyring
72
-
iniconfig==2.1.0
70
+
importlib-metadata==8.7.0 ; (python_full_version < '3.10.2' and platform_machine == 'ppc64le') or (python_full_version < '3.10.2' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
71
+
# via
72
+
# build
73
+
# keyring
74
+
iniconfig==2.3.0
73
75
# via pytest
74
-
isort==6.1.0
76
+
isort==7.0.0
75
77
# via pylint
76
78
jaraco-classes==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
zipp==3.23.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
229
+
zipp==3.23.0 ; (python_full_version < '3.10.2' and platform_machine == 'ppc64le') or (python_full_version < '3.10.2' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
Copy file name to clipboardExpand all lines: requirements/kit.pip
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -18,27 +18,27 @@ certifi==2025.10.5
18
18
# requests
19
19
cffi==2.0.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
20
20
# via cryptography
21
-
charset-normalizer==3.4.3
21
+
charset-normalizer==3.4.4
22
22
# via requests
23
-
cibuildwheel==3.2.0
23
+
cibuildwheel==3.2.1
24
24
# via -r requirements/kit.in
25
25
colorama==0.4.6
26
26
# via
27
27
# -r requirements/kit.in
28
28
# build
29
-
cryptography==46.0.2 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
29
+
cryptography==46.0.3 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
30
30
# via secretstorage
31
31
dependency-groups==1.3.1
32
32
# via cibuildwheel
33
33
docutils==0.22.2
34
34
# via readme-renderer
35
-
filelock==3.19.1
35
+
filelock==3.20.0
36
36
# via cibuildwheel
37
-
humanize==4.13.0
37
+
humanize==4.14.0
38
38
# via cibuildwheel
39
39
id==1.5.0
40
40
# via twine
41
-
idna==3.10
41
+
idna==3.11
42
42
# via requests
43
43
importlib-metadata==8.7.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x'
44
44
# via keyring
@@ -73,7 +73,7 @@ packaging==25.0
73
73
# twine
74
74
patchelf==0.17.2.4 ; (platform_machine == 'aarch64' and sys_platform == 'darwin') or (platform_machine == 'arm64' and sys_platform == 'darwin') or (platform_machine == 'x86_64' and sys_platform == 'darwin') or (platform_machine == 'aarch64' and sys_platform == 'linux') or (platform_machine == 'arm64' and sys_platform == 'linux') or (platform_machine == 'x86_64' and sys_platform == 'linux')
75
75
# via cibuildwheel
76
-
platformdirs==4.4.0
76
+
platformdirs==4.5.0
77
77
# via cibuildwheel
78
78
pycparser==2.23 ; implementation_name != 'PyPy' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_python_implementation != 'PyPy' and sys_platform == 'linux'
79
79
# via cffi
@@ -100,7 +100,7 @@ requests-toolbelt==1.0.0
100
100
# via twine
101
101
rfc3986==2.0.0
102
102
# via twine
103
-
rich==14.1.0
103
+
rich==14.2.0
104
104
# via twine
105
105
secretstorage==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform == 'linux'
0 commit comments