From a7a502456ed50e19fdea00f40ffb45157b2b8404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:28:29 +0000 Subject: [PATCH] build(deps): bump todoist-api-python from 2.1.5 to 2.1.6 in /app Bumps [todoist-api-python](https://github.com/Doist/todoist-api-python) from 2.1.5 to 2.1.6. - [Changelog](https://github.com/Doist/todoist-api-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/Doist/todoist-api-python/compare/v2.1.5...v2.1.6) --- updated-dependencies: - dependency-name: todoist-api-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 55dbeef..e1d8d43 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,7 +5,7 @@ nltk==3.8.1 selenium==4.23.1 Pillow==10.4.0 recipe-scrapers==15.0.0 -todoist-api-python==2.1.5 +todoist-api-python==2.1.6 waitress==3.0.0 lxml==5.1.0 pytest==8.3.2