From 8957577bb8c0c1f08e5dc770833710e264428f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 12:44:24 +0000 Subject: [PATCH] build(deps): bump pathspec from 0.11.1 to 0.12.1 Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.11.1 to 0.12.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.11.1...v0.12.1) --- updated-dependencies: - dependency-name: pathspec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eced000..2e8670a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ lint = [ "black[jupyter]==23.10.1", "click==8.1.3", "packaging==23.2", - "pathspec==0.11.1", + "pathspec==0.12.1", "platformdirs==3.5.1", "tomli==2.0.1,", "isort==5.12.0", diff --git a/requirements.txt b/requirements.txt index 8d295e4..06b3bcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -126,7 +126,7 @@ pandas-stubs==2.2.2.240514 # via baec (pyproject.toml) parso==0.8.4 # via jedi -pathspec==0.11.1 +pathspec==0.12.1 # via # baec (pyproject.toml) # black