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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user