From 1773362ad34f764a3b6fb09874ff56a13ad1dc9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 06:59:05 +0000 Subject: [PATCH] Bump pathspec from 0.9.0 to 0.11.2 in /interface Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.9.0 to 0.11.2. - [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.11.2) --- updated-dependencies: - dependency-name: pathspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- interface/dev-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/dev-requirements.txt b/interface/dev-requirements.txt index 36af388..daa768b 100644 --- a/interface/dev-requirements.txt +++ b/interface/dev-requirements.txt @@ -103,9 +103,9 @@ packaging==23.0 \ # via # black # pytest -pathspec==0.9.0 \ - --hash=sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a \ - --hash=sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1 +pathspec==0.11.2 \ + --hash=sha256:1d6ed233af05e679efb96b1851550ea95bbb64b7c490b0f5aa52996c11e92a20 \ + --hash=sha256:e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3 # via black platformdirs==2.5.2 \ --hash=sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788 \