python312Packages.python-multipart: 0.0.17 -> 0.0.19

Diff: https://github.com/Kludex/python-multipart/compare/refs/tags/0.0.17...0.0.19

Changelog: https://github.com/Kludex/python-multipart/blob/refs/tags/0.0.19/CHANGELOG.md

fixes CVE-2024-53981
This commit is contained in:
Robert Schütz
2024-12-06 12:25:35 -08:00
parent 0d42623b92
commit a512c92ead
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "python-multipart";
version = "0.0.17";
version = "0.0.19";
pyproject = true;
src = fetchFromGitHub {
owner = "Kludex";
repo = "python-multipart";
rev = "refs/tags/${version}";
hash = "sha256-WtP2lPrBMRYjkae+/cMz+lN0Yf0uk2LL7RYjdOwQcXU=";
hash = "sha256-6RV1BKf7/OihbUiH+nqrnAWW/eWppUb+Nn44Y+QQLX4=";
};
build-system = [ hatchling ];