From 26a6b02d983f2ea6e50b2705684e230e221c2a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:32:58 +0000 Subject: [PATCH] chore(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 0f0ee4b..0ac23c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,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 63c1e88..2e970e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -109,7 +109,7 @@ pandas-stubs==2.1.1.230928 # via plxcontroller (pyproject.toml) parso==0.8.3 # via jedi -pathspec==0.11.1 +pathspec==0.12.1 # via # black # plxcontroller (pyproject.toml)