From 0648826e73438b420dc44ce1421f4c4a04c27bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 21:27:52 +0000 Subject: [PATCH] Bump pathspec from 0.9.0 to 0.12.1 Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.9.0 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.9.0...v0.12.1) --- updated-dependencies: - dependency-name: pathspec dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 797671d..77f71fb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -36,6 +36,8 @@ coverage[toml]==6.3.2 # via pytest-cov distlib==0.3.6 # via virtualenv +exceptiongroup==1.2.0 + # via pytest filelock==3.12.2 # via virtualenv flake8==4.0.1 @@ -106,7 +108,7 @@ packaging==23.1 # black # build # pytest -pathspec==0.9.0 +pathspec==0.12.1 # via black pbr==5.11.1 # via stevedore @@ -173,7 +175,14 @@ sqlalchemy2-stubs==0.0.2a31 stevedore==5.1.0 # via bandit tomli==2.0.1 - # via coverage + # via + # black + # build + # coverage + # flake8-black + # mypy + # pyproject-hooks + # pytest types-pyyaml==6.0.12.10 # via responses types-setuptools==65.5.0.2