From bf398265a02bbbe3db14b476031a58e4e90cf7f4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 22 Aug 2026 01:46:57 +0200 Subject: [PATCH] python3Packages.types-requests: 2.32.4.20260107 -> 2.33.0.20260712 --- pkgs/development/python-modules/types-requests/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-requests/default.nix b/pkgs/development/python-modules/types-requests/default.nix index 7bc8d05232ad..5234be775bb3 100644 --- a/pkgs/development/python-modules/types-requests/default.nix +++ b/pkgs/development/python-modules/types-requests/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "types-requests"; - version = "2.32.4.20260107"; + version = "2.33.0.20260712"; pyproject = true; src = fetchPypi { pname = "types_requests"; inherit version; - hash = "sha256-AYoRrBWPgBv6hIV93sFlB1Djk9+KAEqKmuKpvsb8sk8="; + hash = "sha256-IUG2erU0pcXNLaxQNPKjX0LmmcW/GF7uYIxSRqBp1/s="; }; build-system = [ setuptools ];