From 236e42fbe1ef11d7e41cb56ea2188eeb0a748d88 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 20:04:14 +0000 Subject: [PATCH] chore(deps): update dependency types-requests to v2.32.4.20250913 | datasource | package | from | to | | ---------- | -------------- | --------------- | --------------- | | pypi | types-requests | 2.32.4.20250611 | 2.32.4.20250913 | --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acddc54..4e86092 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ coverage = "^7.5.1" ipywidgets = "^8.1.3" pytest-asyncio = "^1.0.0" types-colorama = "^0.4.15.20240311" -types-requests = "2.32.4.20250611" +types-requests = "2.32.4.20250913" beautifulsoup4 = "^4.13.4" mkdocstrings = { extras = ["python"], version = "^0.29.1" } markdown = "^3.8"