From dfe7ffac4e73c67de673473b15d5705b0eb94a33 Mon Sep 17 00:00:00 2001 From: Eva Lott Date: Wed, 9 Oct 2024 08:55:15 +0100 Subject: [PATCH] added `types-requests` to fix linting CI --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 23b9fc59..48c4ae8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ dev = [ "sphinx-design", "tox-direct", "types-mock", + "types-requests", # These are dependencies of various sphinx extensions for documentation. "ipython",