From 035dbc40086e8d3d34f30dbc150da9cc9b9c7a8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:44:49 +0000 Subject: [PATCH] Chore(deps): Bump verlib2 from 0.3.1 to 0.3.2 Bumps [verlib2](https://github.com/pyveci/verlib2) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/pyveci/verlib2/releases) - [Changelog](https://github.com/pyveci/verlib2/blob/main/CHANGES.md) - [Commits](https://github.com/pyveci/verlib2/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: verlib2 dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 580e5ad..21ee756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dependencies = [ "sphinx<8.2", "sphobjinv<2.4", "tabulate<0.10", - "verlib2==0.3.1", + "verlib2==0.3.2", ] optional-dependencies.develop = [ "black<26",