summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-03-20 10:01:43 +0100
committerGitHub <noreply@github.com>2022-03-20 10:01:43 +0100
commitd20578ef3bf35c15356e7abb2a8fc14e4ce304ee (patch)
treeb9f436bad00e93dbf97c8f1f59bed484c0deee91 /pkgs/development/python-modules
parent5b1fde773a18746921e482acbab5b907dbeb8858 (diff)
parent7ab33da48f0e0c2882368a048f42762516caaf75 (diff)
Merge pull request #164923 from r-ryantm/auto-update/python3.10-types-requests
python310Packages.types-requests: 2.27.13 -> 2.27.14
Diffstat (limited to 'pkgs/development/python-modules')
-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 d28f01b128b0..d6d7f752a7a9 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.13";
+ version = "2.27.14";
format = "setuptools";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-zwZGAx3WMHETs3gU90PATwcHozVzeMK7Eyb4SEEvW6k=";
+ sha256 = "sha256-BFee4WT3wmWb5GlQ48L41RoIGtJS7xsB1LEvq6XDgQs=";
};
propagatedBuildInputs = [