From c86fdef67870a5406dd95c659e2049ae157ba295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:58:51 +0000 Subject: [PATCH] Bump pyspellchecker from 0.8.1 to 0.8.2 Bumps [pyspellchecker](https://github.com/barrust/pyspellchecker) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/barrust/pyspellchecker/releases) - [Changelog](https://github.com/barrust/pyspellchecker/blob/master/CHANGELOG.md) - [Commits](https://github.com/barrust/pyspellchecker/compare/v0.8.1...v0.8.2) --- updated-dependencies: - dependency-name: pyspellchecker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 255c3195b..378192137 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3682,13 +3682,13 @@ testing = ["covdefaults (>=2.3)", "pytest (>=8.3.3)", "pytest-cov (>=5)", "pytes [[package]] name = "pyspellchecker" -version = "0.8.1" +version = "0.8.2" description = "Pure python spell checker based on work by Peter Norvig" optional = false python-versions = ">=3.7" files = [ - {file = "pyspellchecker-0.8.1-py3-none-any.whl", hash = "sha256:d91e9e1064793ae1ee8e71b06ca40eeb8e5923437c54291a8e041b447792b640"}, - {file = "pyspellchecker-0.8.1.tar.gz", hash = "sha256:3478ca8484d1c2db0c93d12b3c986cd17958c69f47b3ed7ef4d3f4201e591776"}, + {file = "pyspellchecker-0.8.2-py3-none-any.whl", hash = "sha256:4fee22e1859c5153c3bc3953ac3041bf07d4541520b7e01901e955062022290a"}, + {file = "pyspellchecker-0.8.2.tar.gz", hash = "sha256:2b026be14a162ba810bdda8e5454c56e364f42d3b9e14aeff31706e5ebcdc78f"}, ] [[package]] @@ -5122,4 +5122,4 @@ lxml = ">=3.8" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "5913de8becf85e5e85ac1db81930fcfdfeb260b0bc9c38b62f5498580c98c951" +content-hash = "171b37c12df8647b78c2c59c52bcdc5ce793fd8416339336baa9237fc3c49cac" diff --git a/pyproject.toml b/pyproject.toml index 0ffaa6852..808727933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -255,7 +255,7 @@ PyLD = "2.0.4" pymarc = "5.2.3" pyOpenSSL = "^24.0.0" pyparsing = "3.2.0" -pyspellchecker = "0.8.1" +pyspellchecker = "0.8.2" python = ">=3.10,<4" python-dateutil = "2.9.0.post0" python3-saml = "^1.16" # python-saml is required for SAML authentication