Skip to content

Commit

Permalink
Merge pull request #466 from avanwinkle/dependency-updates
Browse files Browse the repository at this point in the history
Bump psutil from 5.9.5 to 5.9.8
  • Loading branch information
avanwinkle authored Mar 9, 2024
2 parents 025df10 + 0aceccc commit 91e4302
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mpfmc/_version.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import os

__version__ = '0.57.0.dev13'
__version__ = '0.57.0.dev14'
__short_version__ = '0.57'
__bcp_version__ = '1.1'
__config_version__ = '6'
__mpf_version_required__ = '0.57.0.dev34' # ALSO UPDATE in pyproject.toml
__mpf_version_required__ = '0.57.0.dev40' # ALSO UPDATE in pyproject.toml

# pylint: disable-msg=invalid-name
version = f"MPF-MC v{__version__}"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ classifiers=[
"Topic :: Games/Entertainment :: Arcade"
]
dependencies = [
"mpf >= 0.57.0.dev34", # ALSO CHANGE THIS IN _version.py
"mpf >= 0.57.0.dev40", # ALSO CHANGE THIS IN _version.py
"kivy == 2.2.1", # Sept 19, 2023 # ALSO CHECK for updates to kivy_deps packages below
"psutil == 5.9.5", # Sept 19, 2023
"psutil == 5.9.8", # Sept 19, 2023
"Pygments == 2.16.1", # Sept 19, 2023 Only used for the interactive MC. Does anyone use that?
"ffpyplayer == 4.5.1", # Nov 3, 2023 4.5.1 needed for RPi.

Expand Down

0 comments on commit 91e4302

Please sign in to comment.