From 83d0586a0871a740d41082efa261e087bcde9692 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 21:30:52 +0000 Subject: [PATCH] Update argparse requirement from <1.4.0,>=1.2.1 to >=1.2.1,<1.5.0 Updates the requirements on [argparse](https://github.com/ThomasWaldmann/argparse) to permit the latest version. - [Release notes](https://github.com/ThomasWaldmann/argparse/releases) - [Changelog](https://github.com/ThomasWaldmann/argparse/blob/master/NEWS.txt) - [Commits](https://github.com/ThomasWaldmann/argparse/commits) 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 90c5dcc..a9a4530 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ CsvSchema==1.1.1 -argparse>=1.2.1,<1.4.0 +argparse>=1.2.1,<1.5.0 beautifulsoup4==4.3.2 feedparser==6.0.8 gevent==21.1.2