Skip to content

Commit a1cd5ee

Browse files
authored
Fix workflow ubuntu-latest - 3.15-dev free-threading test failing (#427)
1 parent 74a5b03 commit a1cd5ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyperformance/requirements/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --output-file=pyperformance/requirements/requirements.txt requirements.in
66
#
7-
packaging==23.1
7+
packaging>=24.1
88
# via -r requirements.in
9-
psutil==5.9.5
9+
psutil==7.0.0
1010
# via
1111
# -r requirements.in
1212
# pyperf

0 commit comments

Comments
 (0)