From aec0bdf95cc0ad223cd2417edc42366eb66ded60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:17:42 +0000 Subject: [PATCH] chore(deps): bump pathspec from 0.12.1 to 1.0.4 in /sdk/python Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.12.1 to 1.0.4. - [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.0.4) --- updated-dependencies: - dependency-name: pathspec dependency-version: 1.0.4 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..1ab21f2e87c 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.0.4 # via black platformdirs==4.1.0 # via black