From abf80697a22603c5d324c124e8f1812276ebba12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 07:27:19 +0000 Subject: [PATCH] Update pypresence requirement from 4.2.0 to 4.2.1 Updates the requirements on [pypresence](https://github.com/qwertyquerty/pypresence) to permit the latest version. - [Release notes](https://github.com/qwertyquerty/pypresence/releases) - [Commits](https://github.com/qwertyquerty/pypresence/compare/4.2.0...4.2.1) --- updated-dependencies: - dependency-name: pypresence dependency-type: direct:production ... 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..0f74317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pulsectl = "21.10.5" py7zr = "0.16.1" pygame = "2.0.1" pyopenssl = "20.0.1" -pypresence = "4.2.0" +pypresence = "4.2.1" python = "^3.8" python-twitter = "3.4.1" pytz = "2019.3"