From ee361bef283de75fe635d99895b12a225c15b91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 15:36:50 +0000 Subject: [PATCH] build(deps): bump igdb-api-v4 from 0.2.0 to 0.3.2 Bumps [igdb-api-v4](https://github.com/twitchtv/igdb-api-python) from 0.2.0 to 0.3.2. - [Release notes](https://github.com/twitchtv/igdb-api-python/releases) - [Commits](https://github.com/twitchtv/igdb-api-python/compare/0.2.0...0.3.2) --- updated-dependencies: - dependency-name: igdb-api-v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 685f3e2527e..fa704eea29e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -igdb-api-v4==0.2.0 +igdb-api-v4==0.3.2 plotly==5.18.0 psutil==5.9.6 # required for orca, orca is required to save plotly figures as images python-dotenv==1.0.0