diff --git a/pyproject.toml b/pyproject.toml index 7d20e1290..07f8dfc68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "dnfile==0.14.1", "dncil==1.0.2", "pydantic==2.5.2", - "protobuf==4.25.1", + "protobuf==4.25.2", ] dynamic = ["version"] @@ -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", ]