Python dependency: Update setuptools requirement in /web/regression

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/v69.0.0...v70.0.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-06-07 16:38:56 +05:30 committed by GitHub
parent 6b9e3f5d1c
commit 02dbb20b41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,6 @@ google-auth-oauthlib==1.2.0
keyring==24.*
Werkzeug==3.0.*
typer[all]==0.12.*
setuptools==69.*; python_version >= '3.12'
setuptools==70.*; python_version >= '3.12'
jsonformatter~=0.3.2
libgravatar==1.0.*