python3Packages.yarl: 1.22.0 -> 1.23.0

Diff: https://github.com/aio-libs/yarl/compare/v1.22.0...v1.23.0

Changelog: https://github.com/aio-libs/yarl/blob/v1.23.0/CHANGES.rst
This commit is contained in:
Robert Schütz
2025-12-31 07:23:42 -08:00
parent 3a9542aaa5
commit 9c522e348f
@@ -9,6 +9,7 @@
multidict,
propcache,
hypothesis,
pydantic,
pytest-codspeed,
pytest-cov-stub,
pytest-xdist,
@@ -17,14 +18,14 @@
buildPythonPackage rec {
pname = "yarl";
version = "1.22.0";
version = "1.23.0";
pyproject = true;
src = fetchFromGitHub {
owner = "aio-libs";
repo = "yarl";
tag = "v${version}";
hash = "sha256-IkP6AxLT260NN2X2bd7b5LGVGFUjo7eQiuWxvMtcb8g=";
hash = "sha256-274uVOCTLUihDIJTG62hL2mOBaYDNvRLdTjMcasDFsw=";
};
build-system = [
@@ -46,6 +47,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
hypothesis
pydantic
pytest-codspeed
pytest-cov-stub
pytest-xdist