From a3c1188c2c5814353f5e2c07a032a66a1801ce5d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 16 May 2025 09:00:56 +0200 Subject: [PATCH] python313Packages.aiohttp: 3.11.15 -> 3.11.18 https://github.com/aio-libs/aiohttp/blob/v3.11.18/CHANGES.rst --- pkgs/development/python-modules/aiohttp/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiohttp/default.nix b/pkgs/development/python-modules/aiohttp/default.nix index ec2dc52ec18d..accf8af4f1f8 100644 --- a/pkgs/development/python-modules/aiohttp/default.nix +++ b/pkgs/development/python-modules/aiohttp/default.nix @@ -45,14 +45,14 @@ buildPythonPackage rec { pname = "aiohttp"; - version = "3.11.15"; + version = "3.11.18"; pyproject = true; src = fetchFromGitHub { owner = "aio-libs"; repo = "aiohttp"; tag = "v${version}"; - hash = "sha256-cmPvhSnkocq87lJUtdQSs9QuJlgZB8p5m1pZs2bplh4="; + hash = "sha256-+vnrYdUz1Stti9XE99InAouKN5kfTSaOuEG9Anxb3gs="; }; patches = [ @@ -115,6 +115,8 @@ buildPythonPackage rec { "test_requote_redirect_url_default" # don't run benchmarks "test_import_time" + # racy + "test_uvloop_secure_https_proxy" ] # these tests fail with python310 but succeeds with 11+ ++ lib.optionals isPy310 [