From d366287d30dd182e5a528f7147b937a0b7d96509 Mon Sep 17 00:00:00 2001 From: Francisco Rivera Date: Sun, 30 Jun 2024 20:21:54 -0300 Subject: [PATCH] pin to requests 2.31 (#275) --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 09b2e6d..f09077b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1738,4 +1738,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "~3.8 || ~3.9 || ~3.10 || ~3.11" -content-hash = "b69fa29e920622bef134696a595d53d1ec212fbe3ea42765d58c13b3266720e2" +content-hash = "5d56ff348ace7187971f87c7052f0709eb4bcd4730a3986fffec2d10cd0b4f3a" diff --git a/pyproject.toml b/pyproject.toml index 41a0ce9..1daaa76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ configupdater = "3.2" docutils = "0.17.1" rich = "10.4.0" +requests = "2.31" [tool.poetry.group.dev.dependencies] pylint = "2.8.3" pytest = "6.2.4"