From b076d0bd95594d475b86e0f29bd98650d57c80c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 15:12:59 +0000 Subject: [PATCH] Bump pyspelling from 2.8.2 to 2.9 Bumps [pyspelling](https://github.com/facelessuser/pyspelling) from 2.8.2 to 2.9. - [Release notes](https://github.com/facelessuser/pyspelling/releases) - [Commits](https://github.com/facelessuser/pyspelling/compare/2.8.2...2.9) --- updated-dependencies: - dependency-name: pyspelling dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 89a6a0c3c..509776545 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -265,7 +265,7 @@ pyproject-api==1.5.3 # via tox pyproject-hooks==1.0.0 # via build -pyspelling==2.8.2 +pyspelling==2.9 # via -r requirements-dev.in pytest==7.4.0 # via @@ -397,7 +397,7 @@ virtualenv==20.24.1 # tox vulture==2.9.1 # via -r requirements-dev.in -wcmatch==8.4.1 +wcmatch==8.5 # via pyspelling webencodings==0.5.1 # via html5lib