From a778e4287502d75d2e72b02e6638bea055f8cf69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:31:20 +0000 Subject: [PATCH] build(deps): bump igdb-api-v4 from 0.3.2 to 0.3.3 (#155) Bumps [igdb-api-v4](https://github.com/twitchtv/igdb-api-python) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/twitchtv/igdb-api-python/releases) - [Commits](https://github.com/twitchtv/igdb-api-python/compare/0.3.2...0.3.3) --- updated-dependencies: - dependency-name: igdb-api-v4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d3b4cce7773..79ee411a7c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -igdb-api-v4==0.3.2 +igdb-api-v4==0.3.3 python-dotenv==1.0.1 requests==2.32.3