From fa505b7c4317edb31779cd83ca6216338f9da6d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 20:14:06 +0000 Subject: [PATCH] Bump urlextract from 1.0.0 to 1.8.0 Bumps [urlextract](https://github.com/lipoja/URLExtract) from 1.0.0 to 1.8.0. - [Release notes](https://github.com/lipoja/URLExtract/releases) - [Changelog](https://github.com/lipoja/URLExtract/blob/master/CHANGELOG.rst) - [Commits](https://github.com/lipoja/URLExtract/compare/v1.0.0...v1.8.0) --- updated-dependencies: - dependency-name: urlextract dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6d1440ed..5b705339 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ requests==2.24.0 setuptools==60.8.2 strict-rfc3339==0.7 tqdm==4.48.2 -urlextract==1.0.0 +urlextract==1.8.0 xmltodict==0.12.0