From fe966045e0734fecad32aed825fb9e6cba962a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 08:59:10 +0000 Subject: [PATCH] build(deps): bump the python group in /build/dashboard with 2 updates Updates the requirements on [requests[socks]](https://github.com/psf/requests) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `requests[socks]` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.34.2) Updates `setuptools` to 82.0.1 - [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/v68.0.0...v82.0.1) --- updated-dependencies: - dependency-name: requests[socks] dependency-version: 2.34.2 dependency-type: direct:production dependency-group: python - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] --- build/dashboard/pyproject.toml | 4 ++-- build/dashboard/uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/dashboard/pyproject.toml b/build/dashboard/pyproject.toml index edcfb75..e8db7eb 100644 --- a/build/dashboard/pyproject.toml +++ b/build/dashboard/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=68"] +requires = ["setuptools>=82.0.1"] build-backend = "setuptools.build_meta" [project] @@ -15,7 +15,7 @@ license = { text = "MIT" } dependencies = [ "aiohttp>=3.10.11", # [socks] pulls in PySocks so the XvB stats fetch can route over the Tor SOCKS proxy (#163). - "requests[socks]>=2.32.4", + "requests[socks]>=2.34.2", # grpcio/protobuf floors are dictated by the checked-in Tari gRPC stubs # (mining_dashboard/client/tari/generated/*_pb2*.py), which assert these at # import time. Do not resolve lower; regenerate the stubs if bumping. diff --git a/build/dashboard/uv.lock b/build/dashboard/uv.lock index 104c128..57133e5 100644 --- a/build/dashboard/uv.lock +++ b/build/dashboard/uv.lock @@ -618,7 +618,7 @@ requires-dist = [ { name = "pytest-asyncio", marker = "extra == 'test'", specifier = ">=0.24" }, { name = "pytest-cov", marker = "extra == 'test'", specifier = ">=5" }, { name = "pytest-mock", marker = "extra == 'test'", specifier = ">=3.14" }, - { name = "requests", extras = ["socks"], specifier = ">=2.32.4" }, + { name = "requests", extras = ["socks"], specifier = ">=2.34.2" }, { name = "ruff", marker = "extra == 'dev'", specifier = "==0.15.17" }, ] provides-extras = ["test", "dev"]