python3Packages.treq: 24.9.1 -> 25.5.0

This commit was automatically generated using update-python-libraries.

Changed files
+6 -4
pkgs
development
python-modules
+6 -4
pkgs/development/python-modules/treq/default.nix
···
# build-system
incremental,
-
setuptools,
+
hatchling,
# dependencies
attrs,
hyperlink,
+
multipart,
requests,
twisted,
···
buildPythonPackage rec {
pname = "treq";
-
version = "24.9.1";
+
version = "25.5.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
-
hash = "sha256-Fdp/xATz5O1Z0Kvl+O70lm+rvmGAOaKiO8fBUwXO/qg=";
+
hash = "sha256-Jd3jpVroXsLyxWMyyZrvJVqxT5l9DQBVLr/xNTipgEo=";
};
nativeBuildInputs = [
incremental
-
setuptools
+
hatchling
];
propagatedBuildInputs = [
attrs
hyperlink
incremental
+
multipart
requests
twisted
]