From f8ee460cd1802b3f2ed2179ce90eff9aa7719311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 06:06:44 +0000 Subject: [PATCH] Update mastodon-py requirement from ~=1.8 to ~=2.0 Updates the requirements on [mastodon-py](https://github.com/halcy/Mastodon.py) to permit the latest version. - [Release notes](https://github.com/halcy/Mastodon.py/releases) - [Changelog](https://github.com/halcy/Mastodon.py/blob/master/CHANGELOG.rst) - [Commits](https://github.com/halcy/Mastodon.py/compare/1.8.0...2.0.0) --- updated-dependencies: - dependency-name: mastodon-py 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 f60d5b2..64318e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "elasticsearch~=8.15", "elasticsearch-dsl~=8.15", "favicon~=0.7.0", - "mastodon-py~=1.8", + "mastodon-py~=2.0", "notebook~=7.1", "numpy~=2.0", "pandas~=2.2",