From 8337714646fddaaaa8cc9cdcb7433e475a727b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 06:25:44 +0000 Subject: [PATCH] Bump python-twitter from 3.4.1 to 3.5 Bumps [python-twitter](https://github.com/bear/python-twitter) from 3.4.1 to 3.5. - [Release notes](https://github.com/bear/python-twitter/releases) - [Changelog](https://github.com/bear/python-twitter/blob/master/doc/changelog.rst) - [Commits](https://github.com/bear/python-twitter/compare/v3.4.1...v3.5) --- updated-dependencies: - dependency-name: python-twitter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 687c32c..74f0585 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pygame = "2.0.1" pyopenssl = "20.0.1" pypresence = "4.2.0" python = "^3.8" -python-twitter = "3.4.1" +python-twitter = "3.5" pytz = "2019.3" requests = "2.25.1" screeninfo = "0.7"