Skip to content

Commit 0ccf61f

Browse files
authored
Merge pull request #353 from pUrGe12/dev
fixed requirements.txt, resolving compatible releases and hash-checking mode and update vulnerable setuptools version
2 parents 00472f9 + 64d1c9b commit 0ccf61f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ scipy==1.10.0 ; python_version >= "3.9" and python_full_version <= "3.11.4" \
210210
--hash=sha256:b901b423c91281a974f6cd1c36f5c6c523e665b5a6d5e80fcb2334e14670eefd \
211211
--hash=sha256:c8b3cbc636a87a89b770c6afc999baa6bcbb01691b5ccbbc1b1791c7c0a07540 \
212212
--hash=sha256:e096b062d2efdea57f972d232358cb068413dc54eec4f24158bcbb5cb8bddfd8
213-
setuptools==68.2.2 ; python_version >= "3.9" and python_full_version <= "3.11.4" \
214-
--hash=sha256:4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87 \
215-
--hash=sha256:b454a35605876da60632df1a60f736524eb73cc47bbc9f3f1ef1b644de74fd2a
213+
setuptools==75.8.0 ; python_version >= "3.9" and python_full_version <= "3.11.4" \
214+
--hash=sha256:e3982f444617239225d675215d51f6ba05f845d4eec313da4418fdbb56fb27e3 \
215+
--hash=sha256:c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6
216216
six==1.16.0 ; python_version >= "3.9" and python_full_version <= "3.11.4" \
217217
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
218218
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
@@ -262,7 +262,7 @@ numpy~=1.24.4
262262
beautifulsoup4~=4.11.1
263263
sklearn~=0.0
264264
scikit-learn~=1.3.0
265-
httpx~=0.25.0
265+
httpx[socks]~=0.25.0
266266
yattag~=1.15.1
267267
termcolor~=1.1.0
268268
python-dotenv~=0.20.0

0 commit comments

Comments
 (0)