From 2d85130c1af00742d99182113697bf834b41434d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 10:35:27 +0000 Subject: [PATCH] Bump delb[https-loader] from 0.2 to 0.5 Bumps [delb[https-loader]](https://github.com/delb-xml/delb-py) from 0.2 to 0.5. - [Release notes](https://github.com/delb-xml/delb-py/releases) - [Changelog](https://github.com/delb-xml/delb-py/blob/main/CHANGES.rst) - [Commits](https://github.com/delb-xml/delb-py/compare/0.2...0.5) --- updated-dependencies: - dependency-name: delb[https-loader] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 293ccc8d..2fdb2a20 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='peret', install_requires=[ - 'delb[https-loader]==0.2', + 'delb[https-loader]==0.5', 'xmlschema', 'requests', 'docopt',