about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-09-27 12:48:54 +0200
committerGitHub <noreply@github.com>2023-09-27 12:48:54 +0200
commit45b516cf80cffab30fb81b6d80ae9bda0937a301 (patch)
tree497fcc90a54d81552e1f1fdb9e95e145f9cc5834 /pkgs
parentd6b7ef7c69b3c5c8d63209542a603ee48690c98e (diff)
parent1ae673cd438f0534f191cf1758aabad80c55b248 (diff)
Merge pull request #257603 from fabaff/types-requests-bump
python311Packages.types-requests: 2.31.0.4 -> 2.31.0.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/types-requests/default.nix4
1 files 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 aef0939ef3c72..79e7ca35db650 100644
--- a/pkgs/development/python-modules/types-requests/default.nix
+++ b/pkgs/development/python-modules/types-requests/default.nix
@@ -6,12 +6,12 @@
 
 buildPythonPackage rec {
   pname = "types-requests";
-  version = "2.31.0.4";
+  version = "2.31.0.6";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-oREEEUjX4EvxAMR2vE2z7msKHNC0AYd39qZgscTxMY0=";
+    hash = "sha256-zXTOO1PEYfEiipt4OSmsc6ZmZY8iPijtKXU3cUd7O9A=";
   };
 
   propagatedBuildInputs = [