chore(deps): update dependency pathspec to v1.1.1 #65

Merged
gravityfargo merged 1 commit from renovate/pathspec-1.x into main 2026-05-05 01:55:29 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
pathspec (changelog) ==1.0.4==1.1.1 age confidence

Release Notes

cpburnz/python-pathspec (pathspec)

v1.1.1

Compare Source

Improvements:

  • Improved type checking with mypy and pyright.

Bug fixes:

  • Fixed typing on PathSpec[TPattern] to PathSpec[TPattern_co].
  • Added missing variant type-hint type[Pattern] to PathSpec.from_lines() parameter pattern_factory.
  • Fixed possible type error when using + and += operators on PathSpec.

v1.1.0

Compare Source

New features:

  • Issue #​108_: Specialize pattern type for PathSpec as PathSpec[TPattern] for better debugging of PathSpec().patterns.

Bug fixes:

  • Issue #​93_: Git discards invalid range notation. GitIgnoreSpecPattern now discards patterns with invalid range notation like Git.
  • Pull #​106_: Fix escape() not escaping backslash characters.

Improvements:

  • Pull #​110_: Nicer debug print outs (and str for regex pattern).

.. _Pull #​106: #​106
.. _Issue #​108: #​108
.. _Pull #​110: #​110


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [pathspec](https://github.com/cpburnz/python-pathspec) ([changelog](https://python-path-specification.readthedocs.io/en/latest/changes.html)) | `==1.0.4` → `==1.1.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pathspec/1.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pathspec/1.0.4/1.1.1?slim=true) | --- ### Release Notes <details> <summary>cpburnz/python-pathspec (pathspec)</summary> ### [`v1.1.1`](https://github.com/cpburnz/python-pathspec/blob/HEAD/CHANGES.rst#111-2026-04-26) [Compare Source](https://github.com/cpburnz/python-pathspec/compare/v1.1.0...v1.1.1) Improvements: - Improved type checking with mypy and pyright. Bug fixes: - Fixed typing on `PathSpec[TPattern]` to `PathSpec[TPattern_co]`. - Added missing variant type-hint `type[Pattern]` to `PathSpec.from_lines()` parameter `pattern_factory`. - Fixed possible type error when using `+` and `+=` operators on `PathSpec`. ### [`v1.1.0`](https://github.com/cpburnz/python-pathspec/blob/HEAD/CHANGES.rst#110-2026-04-22) [Compare Source](https://github.com/cpburnz/python-pathspec/compare/v1.0.4...v1.1.0) New features: - `Issue #&#8203;108`\_: Specialize pattern type for `PathSpec` as `PathSpec[TPattern]` for better debugging of `PathSpec().patterns`. Bug fixes: - `Issue #&#8203;93`\_: Git discards invalid range notation. `GitIgnoreSpecPattern` now discards patterns with invalid range notation like Git. - `Pull #&#8203;106`\_: Fix escape() not escaping backslash characters. Improvements: - `Pull #&#8203;110`\_: Nicer debug print outs (and str for regex pattern). .. \_`Pull #&#8203;106`: [#&#8203;106](https://github.com/cpburnz/python-pathspec/pull/106) .. \_`Issue #&#8203;108`: [#&#8203;108](https://github.com/cpburnz/python-pathspec/issues/108) .. \_`Pull #&#8203;110`: [#&#8203;110](https://github.com/cpburnz/python-pathspec/pull/110) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
gravityfargo force-pushed renovate/pathspec-1.x from 224dd60a66 to c519baabc7 2026-05-05 01:55:26 +00:00 Compare
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
gravityfargo/modernleft-docs!65
No description provided.