From ac78b474767692348e7ea344ead36f8e5df184dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:32:22 +0000 Subject: [PATCH] Bump nameparser from 1.1.2 to 1.1.3 (#1399) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 78990158dd..4c3ea44631 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2354,13 +2354,13 @@ files = [ [[package]] name = "nameparser" -version = "1.1.2" +version = "1.1.3" description = "A simple Python module for parsing human names into their individual components." optional = false python-versions = "*" files = [ - {file = "nameparser-1.1.2-py2.py3-none-any.whl", hash = "sha256:ea2e01d1d9d04c0648be230f161f27316a1b5be431a1cc64e8799fac548fb3bc"}, - {file = "nameparser-1.1.2.tar.gz", hash = "sha256:f4b6c7c1048d528bd6aa2b27cf42a06447d2b31e45a95b20449513078f1d86ef"}, + {file = "nameparser-1.1.3-py2.py3-none-any.whl", hash = "sha256:08ccda98681d59751c82052d52f185bc52f99d43e87d46b85c015a9096ecfa66"}, + {file = "nameparser-1.1.3.tar.gz", hash = "sha256:aa2400ad71ccf8070675b40311a257c934659f91854b154e1ba6c264761c049d"}, ] [[package]] @@ -4227,4 +4227,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "4cf46205d47e3b72a365ff6f418785517c863a8b2770616ff1cebc61a316a21b" +content-hash = "efb9ed885d265cf45f832527246ad2393306e46e0c8ffe72da9af0dab19dadfa" diff --git a/pyproject.toml b/pyproject.toml index 0f7a967861..58081cafa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -183,7 +183,7 @@ levenshtein = "~0.21" lxml = "^4.9.3" money = "1.3.0" multipledispatch = "0.6.0" -nameparser = "1.1.2" # nameparser is for author name manipulations +nameparser = "^1.1" # nameparser is for author name manipulations nltk = "3.8.1" # nltk is a textblob dependency. opensearch-dsl = "~1.0" opensearch-py = "~1.1"