From 0d44c27183c892deefd75b125d453d61677f83fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 04:34:13 +0000 Subject: [PATCH] chore(deps): update dependency mypy/types-requests to v2.32.0.20240523 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2fc9959c12a..0e4a9800ef2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,7 @@ mypy = [ "types-openpyxl==3.1.0.20240428", "types-Pillow==10.2.0.20240520", "types-python-dateutil==2.9.0.20240316", - "types-requests==2.32.0.20240521" + "types-requests==2.32.0.20240523" ] mysql = [ "mysqlclient>=2.1.1,<3"