From 691619da9c76e343e46dbc0dcf36a1fc974770eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:00:32 +0000 Subject: [PATCH] build(deps): bump crowdin-api-client from 1.16.0 to 1.17.0 (#180) Bumps [crowdin-api-client](https://github.com/crowdin/crowdin-api-client-python) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/crowdin/crowdin-api-client-python/releases) - [Changelog](https://github.com/crowdin/crowdin-api-client-python/blob/main/.release-it.json) - [Commits](https://github.com/crowdin/crowdin-api-client-python/compare/1.16.0...1.17.0) --- updated-dependencies: - dependency-name: crowdin-api-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 75926e71..8fcff4ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cloudscraper==1.2.71 -crowdin-api-client==1.16.0 +crowdin-api-client==1.17.0 Pillow==10.3.0 python-dotenv==1.0.1 requests==2.32.3