From 17ac33659671f521439cb5f5e59b6f00918e14c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:32:59 +0000 Subject: [PATCH] Update pathspec requirement from >=0.12.1 to >=1.0.4 Updates the requirements on [pathspec](https://github.com/cpburnz/python-pathspec) to permit the latest version. - [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:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1ed45b1..a51885a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,6 +5,6 @@ ruff >= 0.11.11 pre-commit>=4.2.0 mypy>=1.15.0 wheel>=0.45.1 -pathspec >= 0.12.1 +pathspec >= 1.0.4 gitpython >= 3.1.44 homeassistant >= 2025.5.3