Skip to content

Commit 91935f1

Browse files
pip: update setuptools requirement in /.github/resources
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v78.1.1...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d5216b commit 91935f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/resources/coverity-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# This file is licensed under Apache 2.0 License.
44

55
pip == 26.0.1
6-
setuptools >= 78.1.1
6+
setuptools >= 82.0.1
77
wheel == 0.46.3
88
pybind11 == 3.0.3

.github/resources/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ selenium-wire == 5.1.0
1010
blinker == 1.9.0
1111
pyvirtualdisplay == 3.0
1212
opencv-python == 4.13.0.92
13-
setuptools >= 78.1.1
13+
setuptools >= 82.0.1
1414
xmltodict == 1.0.4
1515
PyYAML >=6.0.1,<7.0
1616
pylint [spelling] == 4.0.5

0 commit comments

Comments
 (0)