From 063f48dee60d6b0d51cb056327bb92d197f2f49d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:41:47 +0000 Subject: [PATCH] deps(python): update requests requirement from >=2.31.0 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.31.0...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- openspp-vocabularies/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openspp-vocabularies/requirements.txt b/openspp-vocabularies/requirements.txt index ec75a97b..00070fe2 100644 --- a/openspp-vocabularies/requirements.txt +++ b/openspp-vocabularies/requirements.txt @@ -1,3 +1,3 @@ # Requirements for vocabulary fetch and validation scripts -requests>=2.31.0 +requests>=2.33.1 jsonschema==4.21.1