From 83ac183180e1b28b42eb8ccc9135d1f494e87ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:24:46 +0000 Subject: [PATCH] build(deps): bump todoist-api-python from 2.1.5 to 2.1.7 in /app Bumps [todoist-api-python](https://github.com/Doist/todoist-api-python) from 2.1.5 to 2.1.7. - [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.7) --- 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..4576d40 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.7 waitress==3.0.0 lxml==5.1.0 pytest==8.3.2