Skip to content

Commit 612d701

Browse files
Update dependencies to improve python3.14 support
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 4f2b1bc commit 612d701

File tree

6 files changed

+12
-13
lines changed

6 files changed

+12
-13
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ create_virtualenv() {
235235
fi
236236

237237
$PYTHON_EXECUTABLE "$VIRTUALENV_PYZ" \
238-
--wheel embed --pip embed --setuptools embed \
238+
--pip embed --setuptools embed \
239239
--seeder pip \
240240
--never-download \
241241
--no-periodic-update \

configure.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ if not exist "%CFG_BIN_DIR%\python.exe" (
116116

117117
if exist "%CFG_ROOT_DIR%\etc\thirdparty\virtualenv.pyz" (
118118
%PYTHON_EXECUTABLE% "%CFG_ROOT_DIR%\etc\thirdparty\virtualenv.pyz" ^
119-
--wheel embed --pip embed --setuptools embed ^
119+
--pip embed --setuptools embed ^
120120
--seeder pip ^
121121
--never-download ^
122122
--no-periodic-update ^
@@ -132,7 +132,7 @@ if not exist "%CFG_BIN_DIR%\python.exe" (
132132
)
133133
)
134134
%PYTHON_EXECUTABLE% "%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\virtualenv.pyz" ^
135-
--wheel embed --pip embed --setuptools embed ^
135+
--pip embed --setuptools embed ^
136136
--seeder pip ^
137137
--never-download ^
138138
--no-periodic-update ^

requirements-native.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
cffi==1.17.1
2-
cyseq==0.0.2
1+
cffi==2.0.0
2+
cyseq==0.1.0
33
intbitset==4.0.0
4-
lxml==5.4.0
5-
MarkupSafe==3.0.2
4+
lxml==6.0.2
5+
MarkupSafe==3.0.3
66
pyahocorasick==2.2.0
7-
PyYAML==6.0.2
7+
PyYAML==6.0.3

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ certifi==2025.6.15
88
cffi==1.17.1
99
chardet==5.2.0
1010
charset-normalizer==3.4.2
11-
click==8.3.0;python_version>='3.10'
12-
click==8.1.7;python_version<'3.10'
11+
click==8.3.0
1312
colorama==0.4.6
1413
commoncode==32.4.0
1514
construct==2.10.70

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ packages =
151151
regipy >= 3.1.0; platform_system == 'Linux'
152152
packagedcode_msitools >= 0.101.210706; platform_system == 'Linux'
153153
go-inspector >= 0.5.0; platform_system == 'Linux'
154-
rust-inspector >= 0.1.0; platform_system == 'Linux'
154+
rust-inspector >= 0.2.0; platform_system == 'Linux'
155155

156156
[options.entry_points]
157157
console_scripts =

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ install_requires =
7575
colorama >= 0.3.9
7676
commoncode >= 32.4.0
7777
container-inspector >= 31.0.0
78+
cyseq >= 0.1.0
7879
debian-inspector >= 31.1.0
7980
dparse2 >= 0.7.0
8081
fasteners
@@ -117,7 +118,6 @@ install_requires =
117118
typecode >= 30.0.1
118119
typecode[full] >= 30.0.1
119120
extractcode[full] >= 31.0.0
120-
cyseq >= 0.0.2
121121

122122

123123
[options.packages.find]
@@ -153,7 +153,7 @@ packages =
153153
regipy >= 3.1.0; platform_system == 'Linux'
154154
packagedcode_msitools >= 0.101.210706; platform_system == 'Linux'
155155
go-inspector >= 0.5.0; platform_system == 'Linux'
156-
rust-inspector >= 0.1.0; platform_system == 'Linux'
156+
rust-inspector >= 0.2.0; platform_system == 'Linux'
157157

158158
[options.entry_points]
159159
console_scripts =

0 commit comments

Comments
 (0)