[CVE-2023-41040] MAINT, BLD: Update wheel and GitPython versions. 63/299563/2 sandbox/backup/python3-numpy_1.23.1_20240207 accepted/tizen/unified/20231006.044443
authorJinWang An <jinwang.an@samsung.com>
Thu, 5 Oct 2023 03:03:00 +0000 (12:03 +0900)
committerJinWang An <jinwang.an@samsung.com>
Thu, 5 Oct 2023 05:04:12 +0000 (14:04 +0900)
From 5b49ecab4e5d1298122994a9a7158876dd366037 Mon Sep 17 00:00:00 2001
From: Charles Harris <charlesr.harris@gmail.com>
Date: Mon, 30 Jan 2023 12:06:52 -0700

Change-Id: Ib76196b9a7e6393791dbc59c6ebacb472de99a4c
Signed-off-by: JinWang An <jinwang.an@samsung.com>
linter_requirements.txt
pyproject.toml
release_requirements.txt
test_requirements.txt

index 6ed26c5c024b4a11e7f8b3132c7ff2198f8053c3..2e0298baed52906eedcc980dcdf1cd3b8f2f7ae4 100644 (file)
@@ -1,2 +1,2 @@
 pycodestyle==2.8.0
-GitPython==3.1.13
\ No newline at end of file
+GitPython>=3.1.30
index b5564fc0779d3ae7a127d7c5c91e8b8f937c6fd9..d29618cd61004b1adc8888d1955b1fc0981ebeeb 100644 (file)
@@ -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",
 ]
 
index c24e39c7849d5b9a02952042a7faa789acf555e6..b74d2cfe1bce97779f1d18d0fced58b0ac677188 100644 (file)
@@ -7,7 +7,7 @@ beautifulsoup4
 
 # changelog.py
 pygithub
-gitpython
+gitpython>=3.1.30
 
 # uploading wheels
 twine
index c5fec8cd7e48cbb727ab73d021d9ed504f478da3..f83abf8c1233409d35af6e55a318adb2e881f08b 100644 (file)
@@ -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