about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-10-19 12:17:30 +0200
committerGitHub <noreply@github.com>2023-10-19 12:17:30 +0200
commit5391c5df3e7c4b51da193ede6495744f12a56538 (patch)
treed7710fca2c13da57a61378f787b9df4f773a8ce8 /pkgs/development
parenta5572926187b9c6410dfc6a600b5aff87b34b3c2 (diff)
parent354622b10f53aeb97dd7ef56f267c6c18aabe3a9 (diff)
Merge pull request #262008 from r-ryantm/auto-update/python311Packages.types-requests
python311Packages.types-requests: 2.31.0.9 -> 2.31.0.10
Diffstat (limited to 'pkgs/development')
-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 84a15f1f72c6e..557dce437d2a9 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.9";
+  version = "2.31.0.10";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-O7ERiHlcw6o5+WNQMgRO53EAk3D7McOgaulSsme2/Nc=";
+    hash = "sha256-3FhSp28er2Dq+oGi5Qrvo9HwFcNM8MuhMJMIZrGyKpI=";
   };
 
   propagatedBuildInputs = [