From 51dc1a4e1ea83d548441422cd07bf1d00e338bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:42:03 +0000 Subject: [PATCH] Update requests requirement from >=2.32.3 to >=2.33.1 Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afa031c..4645512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,6 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "antlr4-tools>=0.2.1", - "requests>=2.32.3", + "requests>=2.33.1", ] tool.uv.package = false