From 7a417e871fd18c96f6d4d1ab323cc62d4c08a1fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 09:43:26 +0000 Subject: [PATCH] Bump urlextract from 0.14.0 to 1.0.0 Bumps [urlextract](https://github.com/lipoja/URLExtract) from 0.14.0 to 1.0.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/v0.14.0...v1.0.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e6e997..7aaeb28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pygithub==1.50 python-dateutil==2.8.1 todoist-python==8.1.1 -urlextract==0.14.0 +urlextract==1.0.0 coloredlogs==14.0