From 793307fe36a0ab47d4cab52d18c0e7ba3abce3b0 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Fri, 4 Nov 2022 10:31:40 -0400 Subject: [PATCH] Upgrade to pyperf 2.5.0 This, in particular, is to get the new pystats support in pyperf as part of: https://github.com/faster-cpython/tools/issues/115 --- doc/changelog.rst | 2 ++ pyperformance/data-files/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index b91f8da8..8edbe822 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,8 @@ Changelog ========= +* Upgrade pyperf from 2.4.1 to 2.5.0 + Version 1.0.4 (2022-01-25) ------------- diff --git a/pyperformance/data-files/requirements.txt b/pyperformance/data-files/requirements.txt index e339daf6..28a0a032 100644 --- a/pyperformance/data-files/requirements.txt +++ b/pyperformance/data-files/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.10 +# This file is autogenerated by pip-compile with python 3.11 # To update, run: # # pip-compile --output-file=requirements.txt requirements.in @@ -10,7 +10,7 @@ psutil==5.9.0 # via -r requirements.in pyparsing==3.0.8 # via packaging -pyperf==2.4.1 +pyperf==2.5.0 # via -r requirements.in toml==0.10.2 # via -r requirements.in