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

tison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a0a592ed3 Update setuptools requirement from ~=75.3.0 to >=75.3,<80.11 
(#2105)
a0a592ed3 is described below

commit a0a592ed3d117b8aadca4002bc8fdb1e61427829
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 30 23:30:23 2026 +0800

    Update setuptools requirement from ~=75.3.0 to >=75.3,<80.11 (#2105)
    
    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](https://github.com/pypa/setuptools/compare/v75.3.0...v80.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-version: 80.10.2
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: tison <[email protected]>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index c73df7c74..f5048e107 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@
 
 [build-system]
 requires = [
-    "setuptools~=75.3.0",
+    "setuptools>=75.3,<80.11",
     "wheel~=0.45.1"
 ]
 build-backend = "setuptools.build_meta"

Reply via email to