From 823fbbb870e253a5b484286a095eda545a172d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 04:34:54 +0000 Subject: [PATCH] build(deps): update recipe-scrapers requirement from ~=14.41 to ~=14.45 Updates the requirements on [recipe-scrapers](https://github.com/hhursev/recipe-scrapers) to permit the latest version. - [Release notes](https://github.com/hhursev/recipe-scrapers/releases) - [Commits](https://github.com/hhursev/recipe-scrapers/compare/14.41.0...14.45.0) --- updated-dependencies: - dependency-name: recipe-scrapers 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 dc5497e..6882572 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ Flask~=2.1 -recipe-scrapers~=14.41 +recipe-scrapers~=14.45 gunicorn~=20.1.0 \ No newline at end of file