From c3d7cb8bb4e70d17801fc01a8eeed1f644d29861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:48:47 +0000 Subject: [PATCH] Bump altgraph from 0.17.4 to 0.17.5 Bumps [altgraph](https://github.com/ronaldoussoren/altgraph) from 0.17.4 to 0.17.5. - [Release notes](https://github.com/ronaldoussoren/altgraph/releases) - [Changelog](https://github.com/ronaldoussoren/altgraph/blob/master/doc/changelog.rst) - [Commits](https://github.com/ronaldoussoren/altgraph/compare/v0.17.4...v0.17.5) --- updated-dependencies: - dependency-name: altgraph dependency-version: 0.17.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a78dd9..00ef871 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile pyproject.toml -o requirements.txt -altgraph==0.17.4 +altgraph==0.17.5 # via pyinstaller certifi==2025.10.5 # via requests