diff --git a/pyproject.toml b/pyproject.toml index 2992bd8e4..ec3bfff01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dev = [ "flake8-use-pathlib==0.3.0", "flake8-copyright==0.2.4", "isort==5.13.2", - "ruff==0.1.14", + "ruff==0.1.15", "black==24.1.1", "isort==5.13.2", "mypy==1.8.0", @@ -93,7 +93,7 @@ dev = [ "types-PyYAML==6.0.12.12", "types-tabulate==0.9.0.3", "types-termcolor==1.1.6.2", - "types-psutil==5.9.5.17", + "types-psutil==5.9.5.20240106", "types-protobuf==4.24.0.1", "types_requests==2.31.0.20240125", ]