From a04635f348a03d5fef32cf50deb925c8120aee80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:26:23 +0000 Subject: [PATCH] Bump the python-lock-toolchain group with 3 updates Bumps the python-lock-toolchain group with 3 updates: [pip-tools](https://github.com/jazzband/pip-tools), [wheel](https://github.com/pypa/wheel) and [pip](https://github.com/pypa/pip). Updates `pip-tools` from 7.5.3 to 7.6.1 - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/v7.5.3...v7.6.1) Updates `wheel` from 0.47.0 to 0.48.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.47.0...0.48.0) Updates `pip` from 26.1.2 to 26.2.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1.2...26.2.1) --- updated-dependencies: - dependency-name: pip-tools dependency-version: 7.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-lock-toolchain - dependency-name: wheel dependency-version: 0.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-lock-toolchain - dependency-name: pip dependency-version: 26.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-lock-toolchain ... Signed-off-by: dependabot[bot] --- requirements-dev-lock.txt | 18 +++++++++--------- requirements-dev.txt | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements-dev-lock.txt b/requirements-dev-lock.txt index 1de2bb4..34268d9 100644 --- a/requirements-dev-lock.txt +++ b/requirements-dev-lock.txt @@ -972,9 +972,9 @@ pip-requirements-parser==32.0.1 \ --hash=sha256:4659bc2a667783e7a15d190f6fccf8b2486685b6dba4c19c3876314769c57526 \ --hash=sha256:b4fa3a7a0be38243123cf9d1f3518da10c51bdb165a2b2985566247f9155a7d3 # via pip-audit -pip-tools==7.5.3 \ - --hash=sha256:3aac0c473240ae90db7213c033401f345b05197293ccbdd2704e52e7a783785e \ - --hash=sha256:8fa364779ebc010cbfe17cb9de404457ac733e100840423f28f6955de7742d41 +pip-tools==7.6.1 \ + --hash=sha256:6111c8b4b07fd14b7223ca921485b0e96cf66e20bf94da95eeed9845f510cb8f \ + --hash=sha256:695556edeb647eb94ee8345cc7108657fdb7fb16b3876623a399b4f61bbede01 # via -r requirements-dev.txt platformdirs==4.10.0 \ --hash=sha256:31e761a6a0ca04faf7353ea759bdba55652be214725111e5aac52dfa29d4bef7 \ @@ -1325,17 +1325,17 @@ uvicorn==0.51.0 \ --hash=sha256:5d38af6cd620f2ae3849fb44fd4879e0890aa1febe8d47eb355fb45d93fe6a5b \ --hash=sha256:f6f4b69b657c312f516dd2d268ab9ae6f254b11e4bac504f37b2ab58b24dd0b0 # via -r requirements.txt -wheel==0.47.0 \ - --hash=sha256:212281cab4dff978f6cedd499cd893e1f620791ca6ff7107cf270781e587eced \ - --hash=sha256:cc72bd1009ba0cf63922e28f94d9d83b920aa2bb28f798a31d0691b02fa3c9b3 +wheel==0.48.0 \ + --hash=sha256:3217dcc807155e45db462d7ef2431f5ddda0d7273b700d05a67b271ceb1287ab \ + --hash=sha256:94800765601e9171bf5d58d066e640662842bcedcbab982b2c90787a2c987322 # via # -r requirements-dev.txt # pip-tools # The following packages are considered to be unsafe in a requirements file: -pip==26.1.2 \ - --hash=sha256:382ff9f685ee3bc25864f820aa50505825f10f5458ffff07e30a6d96e5715cab \ - --hash=sha256:f49cd134c61cf2fd75e0ce2676db03e4054504a5a4986d00f8299ae632dc4605 +pip==26.2.1 \ + --hash=sha256:71138adf1f4ca900cdb7d289c21b7494329f2332b6d85f0e1c42108c0384ed3e \ + --hash=sha256:f6ad667e89a1fe78046c8f13232b247200f5258d7828f3f7883d660878e0813f # via # pip-api # pip-tools diff --git a/requirements-dev.txt b/requirements-dev.txt index e902cbd..08a9ed2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,14 +6,14 @@ mypy>=2.3.0 flake8>=6.0.0 bandit>=1.8.0 pip-audit>=2.8.0 -pip-tools>=7.5.0 +pip-tools>=7.6.1 build>=1.5.0 twine>=5.0.0 # Keep the hashed dev lock portable when generated outside Linux. SecretStorage>=3.2; sys_platform == "linux" jeepney>=0.6; sys_platform == "linux" setuptools>=69.0.0 -wheel>=0.42.0 +wheel>=0.48.0 sphinx>=6.0.0 # Sphinx 9.1 still caps docutils below 0.23; keep the dev lock resolvable. docutils<0.23