From ec8cb89ec58953476f37516c4b14ccb5be78d48c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:54:02 +0100 Subject: [PATCH] build(deps): bump pyicu from 2.13.1 to 2.14 (#24) Bumps [pyicu](https://gitlab.pyicu.org/main/pyicu) from 2.13.1 to 2.14. --- updated-dependencies: - dependency-name: pyicu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f0852c0..fa993861 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ # as soon as they get released by pinning them here and # letting `dependabot` update them for new releases. lxml==5.3.0 -PyICU==2.13.1 +PyICU==2.14 html5lib==1.1