From e43083ae663f21b0538c9d6ec76c97633f66c1b6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 5 May 2023 22:57:47 +0200 Subject: [PATCH 1/2] python311Packages.pyinstrument: 4.1.1 -> 4.4.0 Diff: https://github.com/joerick/pyinstrument/compare/v4.1.1...v4.4.0 --- pkgs/development/python-modules/pyinstrument/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyinstrument/default.nix b/pkgs/development/python-modules/pyinstrument/default.nix index 45425e1d1187..acff1fba1c98 100644 --- a/pkgs/development/python-modules/pyinstrument/default.nix +++ b/pkgs/development/python-modules/pyinstrument/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "pyinstrument"; - version = "4.1.1"; + version = "4.4.0"; src = fetchFromGitHub { owner = "joerick"; repo = pname; rev = "v${version}"; - hash = "sha256-4gM60UhzN+VnNMTHw6NSU7/LUPHaMgg105D+dO6SDfg="; + hash = "sha256-0GbJkYBgSOIZrHSKM93SW93jXD+ieYN6A01kWoFbyvQ="; }; # Module import recursion From 3873925dbf14a4fc3d97924e7cb783e8377fe2bc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 5 May 2023 23:00:20 +0200 Subject: [PATCH 2/2] python311Packages.strawberry-graphql: 0.176.0 -> 0.176.3 Changelog: https://github.com/strawberry-graphql/strawberry/blob/0.176.3/CHANGELOG.md --- .../python-modules/strawberry-graphql/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/strawberry-graphql/default.nix b/pkgs/development/python-modules/strawberry-graphql/default.nix index 6f4dfd7689f7..cb21c2993107 100644 --- a/pkgs/development/python-modules/strawberry-graphql/default.nix +++ b/pkgs/development/python-modules/strawberry-graphql/default.nix @@ -26,6 +26,7 @@ , pytest-django , pytest-emoji , pytest-flask +, pytest-mock , pytest-snapshot , pytestCheckHook , python-dateutil @@ -41,7 +42,7 @@ buildPythonPackage rec { pname = "strawberry-graphql"; - version = "0.176.0"; + version = "0.176.3"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -50,7 +51,7 @@ buildPythonPackage rec { owner = "strawberry-graphql"; repo = "strawberry"; rev = "refs/tags/${version}"; - hash = "sha256-e61wLFqc3HLCWUiVW3Gzbay1Oi8b7HsLT3+jPnbA4YY="; + hash = "sha256-O57gCJiLlR3k45V6cRNd9AHo9EGoWd7WRMmnV/8xFyQ="; }; patches = [ @@ -149,6 +150,7 @@ buildPythonPackage rec { mypy pytest-asyncio pytest-emoji + pytest-mock pytest-snapshot pytestCheckHook sanic-testing