diff --git a/PyStageLinQ/PyStageLinQ.py b/PyStageLinQ/PyStageLinQ.py index e7a028e..dbd0077 100644 --- a/PyStageLinQ/PyStageLinQ.py +++ b/PyStageLinQ/PyStageLinQ.py @@ -31,7 +31,7 @@ class PyStageLinQ_interface_info: addr: int addr_str: str mask: int - status: psutil._common.snicstats + status: psutil._ntuples.snicstats n_disc_msg_send: int diff --git a/build_requirements.txt b/build_requirements.txt index 4ca2907..d90c63b 100644 --- a/build_requirements.txt +++ b/build_requirements.txt @@ -1,2 +1,2 @@ -build==1.3.0 +build==1.5.1 twine==6.2.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7955a94..78b8d9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ keywords = ["StageLinQ", "DJ", "VJ", "Denon DJ", "Prime Go", "Streaming"] version = "0.0.0" dependencies = [ -"psutil==6.1.0", +"psutil==7.2.2", ] [project.urls] diff --git a/test_requirements.txt b/test_requirements.txt index bfd3404..88fe428 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,4 @@ -pytest==8.3.2 -pytest-cov==5.0.0 -pytest-asyncio==0.23.8 -psutil==6.1.0 \ No newline at end of file +pytest==9.1.1 +pytest-cov==7.1.0 +pytest-asyncio==1.4.0 +psutil==7.2.2 \ No newline at end of file