From 71b9cb9e5d257594d911f8fc28ebb4256f123645 Mon Sep 17 00:00:00 2001 From: DonHaul Date: Tue, 3 Dec 2024 16:13:37 +0100 Subject: [PATCH] generic: bump inspire-utils * ref: cern-sis/issues-inspire/issues/625 --- backend/poetry.lock | 17 ++++++++--------- backend/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 8ad318963..87d6fb6fe 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -2069,23 +2069,22 @@ resolved_reference = "1a0e762e58bc9cac65f7665b9831993c017fd8bb" [[package]] name = "inspire-utils" -version = "3.0.61" +version = "3.0.63" description = "INSPIRE-specific utils." optional = false python-versions = "*" files = [ - {file = "inspire-utils-3.0.61.tar.gz", hash = "sha256:bfc954584ba6abf969e462fbefd8cddf2cb16d108cfc7d3bf0b1327799a4969b"}, - {file = "inspire_utils-3.0.61-py3-none-any.whl", hash = "sha256:fa554149cd01f32b5f8268d66df895bfe246d3a8cd2cf05404a441c0a605b675"}, + {file = "inspire-utils-3.0.63.tar.gz", hash = "sha256:61ed87b1e9745a60092035d2da444e8609aa728ef0339da21aba6758185e00e9"}, + {file = "inspire_utils-3.0.63-py3-none-any.whl", hash = "sha256:81528a9ef875404d6a4f33780d963cc7759916f9c5d4c4671e391f9f3eba9c05"}, ] [package.dependencies] -babel = ">=2.5.1,<3.0" +babel = ">=2.9.1,<3.0" lxml = ">=5.0,<6.0" -nameparser = {version = ">=1.1.3,<2.0", markers = "python_version >= \"3.6\""} -python-dateutil = ">=2.6.1,<3.0" +nameparser = ">=1.1.3,<2.0" +python-dateutil = ">=2.9.0,<3.0" six = ">=1.10.0,<2.0" -Unidecode = ">=1.0.22,<2.0" -urllib3 = ">=1.0,<=1.26.12" +Unidecode = ">=1.2.0,<2.0" [package.extras] all = ["flake8-future-import (>=0.4.3,<1.0)", "mock (>=2.0.0,<3.0)", "pre-commit (==3.5.0)", "pytest (>=4.6.0,<5.0)", "pytest (>=8.2.2,<9.0)", "unicode-string-literal (>=1.1,<2.0)"] @@ -6526,4 +6525,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "23c724a35891cbf75bc1e78c2e7bd1a95a1d1f81f9aea81f5da64c3c95fe352d" +content-hash = "5c7cb4e0bb7d7457d3fb3e2c52cfc7de1e1c83f133e4bcd77e8c68d689ada73a" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 49edca2ac..cb97f2214 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -22,7 +22,7 @@ msgpack = "==0.6.2" python = ">=3.11,<3.12" inspire-schemas = "^61.5.32" -inspire-utils = "^3.0.61" +inspire-utils = "^3.0.63" inspire-service-orcid = {git = "https://github.com/inspirehep/inspire-service-orcid.git", rev = "1a0e762e58bc9cac65f7665b9831993c017fd8bb"} inspire-json-merger = "^11.0.37"