Python dependency: Update setuptools requirement from ==71.* to ==72.*

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/v71.0.0...v72.1.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-08 17:19:29 +05:30 committed by GitHub
parent 49c55b41a2
commit 23d15bde8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,6 @@ google-auth-oauthlib==1.2.1
keyring==25.*
Werkzeug==3.0.*
typer[all]==0.12.*
setuptools==71.*; python_version >= '3.12'
setuptools==72.*; python_version >= '3.12'
jsonformatter~=0.3.2
libgravatar==1.0.*