From: JinWang An Date: Thu, 5 Oct 2023 03:03:00 +0000 (+0900) Subject: [CVE-2023-41040] MAINT, BLD: Update wheel and GitPython versions. X-Git-Tag: accepted/tizen/8.0/unified/20231011.152840^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;p=platform%2Fupstream%2Fpython3-numpy.git [CVE-2023-41040] MAINT, BLD: Update wheel and GitPython versions. From 5b49ecab4e5d1298122994a9a7158876dd366037 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 30 Jan 2023 12:06:52 -0700 Change-Id: Ib76196b9a7e6393791dbc59c6ebacb472de99a4c Signed-off-by: JinWang An (cherry picked from commit 518773bf2ae2f8c3b935f516d3310e95fd185563) --- diff --git a/linter_requirements.txt b/linter_requirements.txt index 6ed26c5c..2e0298ba 100644 --- a/linter_requirements.txt +++ b/linter_requirements.txt @@ -1,2 +1,2 @@ pycodestyle==2.8.0 -GitPython==3.1.13 \ No newline at end of file +GitPython>=3.1.30 diff --git a/pyproject.toml b/pyproject.toml index b5564fc0..d29618cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "packaging==20.5; platform_machine=='arm64'", # macos M1 "setuptools==59.2.0", - "wheel==0.37.0", + "wheel==0.38.1", "Cython>=0.29.30,<3.0", ] diff --git a/release_requirements.txt b/release_requirements.txt index c24e39c7..b74d2cfe 100644 --- a/release_requirements.txt +++ b/release_requirements.txt @@ -7,7 +7,7 @@ beautifulsoup4 # changelog.py pygithub -gitpython +gitpython>=3.1.30 # uploading wheels twine diff --git a/test_requirements.txt b/test_requirements.txt index c5fec8cd..f83abf8c 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ cython>=0.29.30,<3.0 -wheel==0.37.0 +wheel==0.38.1 setuptools==59.2.0 hypothesis==6.24.1 pytest==6.2.5