about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-06-25 10:16:02 -0500
committerGitHub <noreply@github.com>2022-06-25 10:16:02 -0500
commit041ae3bbf64ac60a666f0d34a066e2b5e215ef17 (patch)
tree8002fbfff93a37aad4628895678159a71a7e30c3 /pkgs/development
parent3a749a8e28ce2f72810274f0cb7a164c67e6a451 (diff)
parent8424535d209a8220e8c81bc7bea482a8058d19ee (diff)
Merge pull request #178988 from fabaff/types-requests-bump
python310Packages.types-requests: 2.27.31 -> 2.28.0
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 b5b52a730fcdb..b6b6f99f4d80d 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.27.31";
+  version = "2.28.0";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-b6uXuZ/qUrnHtGak3ZPga7MlvH50IEdeh4MQJqjdNcw=";
+    sha256 = "sha256-mGPRbfuz+lXc2mT6O5ieduiFkDOybB4WI+MEZc/ilNM=";
   };
 
   propagatedBuildInputs = [