From 6a066a368c6e4905a57e6d3ba60f7178bbee8e31 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sun, 18 Jun 2023 18:19:00 +1000 Subject: [PATCH] update requests minimum requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6c8085..83e0e76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Topic :: Communications" ] dependencies = [ - "requests>=2.22.0", + "requests>=2.31.0", "mastodon.py>=1.4.3", "pyyaml>=5.0" ]