From 47fb11cbeb59983ea39c32c937d3c1518e3da60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:33:14 +0000 Subject: [PATCH] pip dev(deps-dev): update types-requests requirement in /api Updates the requirements on [types-requests](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260518 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 900cfc223..d203d3577 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "coverage", "pytest-vcr>=1.0.2", "alembic-postgresql-enum", - "types-requests>=2.32.4.20260107", + "types-requests>=2.33.0.20260518", "types-python-dateutil", "httpx>=0.28.1", "pytest-asyncio>=1.3.0",