From e65e87933c376a16c159a3f572cd085e51d64c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:36:51 +0000 Subject: [PATCH] Bump the pip group with 2 updates Bumps the pip group with 2 updates: [packaging](https://github.com/pypa/packaging) and [pathspec](https://github.com/cpburnz/python-pathspec). Updates `packaging` from 26.1 to 26.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/26.1...26.2) Updates `pathspec` from 1.0.4 to 1.1.1 - [Release notes](https://github.com/cpburnz/python-pathspec/releases) - [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst) - [Commits](https://github.com/cpburnz/python-pathspec/compare/v1.0.4...v1.1.1) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pathspec dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 04375d84..6e610245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,8 +64,8 @@ min-versions = [ "ghp-import ==2.1.0", "pyyaml_env_tag ==1.1", "importlib-metadata ==4.4; python_version < '3.10'", - "packaging ==26.1", - "pathspec ==1.0.4", + "packaging ==26.2", + "pathspec ==1.1.1", "mkdocs-get-deps ==0.2.2", "colorama ==0.4.6; platform_system == 'Windows'", "babel ==2.18.0",