From 7cfdc57cae104c859b8e5d09c0e3e623fbfc6113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:59:59 +0000 Subject: [PATCH] Update python-hglib requirement from >=2.6.1 to >=2.6.2 Updates the requirements on [python-hglib](https://www.mercurial-scm.org/wiki/PythonHglibs) to permit the latest version. --- updated-dependencies: - dependency-name: python-hglib dependency-version: 2.6.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b72cc78d..0e286c2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ icalendar>=3.10 python-dateutil>=2.5.2 -python-hglib>=2.6.1 +python-hglib>=2.6.2 pytz>=2022 requests-futures>=0.9.8 requests[security]>=2.7.0