From 3bf8d4f0606f24fbda76761654e976d009cada06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 05:29:47 +0000 Subject: [PATCH] chore(deps): update dependency mypy/types-requests to v2.32.0.20240622 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c34685705b1a..11e459451a9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,7 @@ mypy = [ "types-openpyxl==3.1.4.20240621", "types-Pillow==10.2.0.20240520", "types-python-dateutil==2.9.0.20240316", - "types-requests==2.32.0.20240602" + "types-requests==2.32.0.20240622" ] mysql = [ "mysqlclient>=2.1.1,<3"