This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-python.git


The following commit(s) were added to refs/heads/master by this push:
     new f9f667e  Bump setuptools from 69.0.3 to 70.0.0 in /core/python312Action
f9f667e is described below

commit f9f667eb36c15b788f0a974b91a4937a1bf64307
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 27 14:48:45 2024 +0000

    Bump setuptools from 69.0.3 to 70.0.0 in /core/python312Action
    
    Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.3 to 
70.0.0.
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](https://github.com/pypa/setuptools/compare/v69.0.3...v70.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 core/python312Action/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/python312Action/requirements.txt 
b/core/python312Action/requirements.txt
index 4417909..9210016 100644
--- a/core/python312Action/requirements.txt
+++ b/core/python312Action/requirements.txt
@@ -12,4 +12,4 @@ virtualenv==20.25.0
 twisted==24.7.0
 netifaces==0.11.0
 # fix issue: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use 
build and pip and other standards-based tools
-setuptools == 69.0.3
\ No newline at end of file
+setuptools == 70.0.0
\ No newline at end of file

Reply via email to