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