Skip to content

Commit 0bfc730

Browse files
committed
Bump psutil to 7.0
1 parent 5cd4932 commit 0bfc730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dynamic = ["version"]
99
requires-python = ">= 3.11"
1010
dependencies = [
1111
"rlbot_flatbuffers~=0.14.0",
12-
"psutil==6.*",
12+
"psutil==7.*",
1313
]
1414
readme = "README.md"
1515
license = {text = "Unlicense"}

rlbot/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0-beta.26"
1+
__version__ = "2.0.0-beta.27"

0 commit comments

Comments
 (0)