0001-Update-setuptools-requirement-from-79.0-65.6-to-65.6.patch 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. From ef27075e087e139921b99729a4ec7683e42c5c4a Mon Sep 17 00:00:00 2001
  2. From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
  3. Date: Mon, 21 Apr 2025 16:34:55 +0200
  4. Subject: [PATCH] Update setuptools requirement from <79.0,>=65.6 to
  5. >=65.6,<80.0 (#1056)
  6. Upstream-Status: Backport [https://github.com/home-assistant-libs/pychromecast/commit/ef27075e087e139921b99729a4ec7683e42c5c4a]
  7. Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
  8. - [Release notes](https://github.com/pypa/setuptools/releases)
  9. - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
  10. - [Commits](https://github.com/pypa/setuptools/compare/v65.6.0...v79.0.0)
  11. ---
  12. updated-dependencies:
  13. - dependency-name: setuptools
  14. dependency-version: 79.0.0
  15. dependency-type: direct:production
  16. ...
  17. Signed-off-by: dependabot[bot] <support@github.com>
  18. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  19. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
  20. ---
  21. pyproject.toml | 2 +-
  22. 1 file changed, 1 insertion(+), 1 deletion(-)
  23. diff --git a/pyproject.toml b/pyproject.toml
  24. index 34f5dc0..88d67fe 100644
  25. --- a/pyproject.toml
  26. +++ b/pyproject.toml
  27. @@ -1,5 +1,5 @@
  28. [build-system]
  29. -requires = ["setuptools>=65.6,<79.0", "wheel>=0.37.1,<0.46.0"]
  30. +requires = ["setuptools>=65.6,<80.0", "wheel>=0.37.1,<0.46.0"]
  31. build-backend = "setuptools.build_meta"
  32. [project]
  33. --
  34. 2.39.5