From 7972f40a9ab34cd9c211474905c343f4de64103f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:10:44 +0000 Subject: [PATCH] chore(deps): bump pathspec from 0.12.1 to 1.1.1 in /sdk/python Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.12.1 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/v0.12.1...v1.1.1) --- updated-dependencies: - dependency-name: pathspec dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sdk/python/requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/requirements/lint.txt b/sdk/python/requirements/lint.txt index 3fcb4014c99..929c6cc46c6 100644 --- a/sdk/python/requirements/lint.txt +++ b/sdk/python/requirements/lint.txt @@ -16,7 +16,7 @@ mypy-extensions==1.0.0 # mypy packaging==23.2 # via black -pathspec==0.12.1 +pathspec==1.1.1 # via black platformdirs==4.1.0 # via black