diff --git a/datadog_checks_dev/pyproject.toml b/datadog_checks_dev/pyproject.toml index ddbb76eb893ba..f174ae8a0aac7 100644 --- a/datadog_checks_dev/pyproject.toml +++ b/datadog_checks_dev/pyproject.toml @@ -52,9 +52,9 @@ cli = [ "aiomultiprocess", "atomicwrites", "beautifulsoup4==4.12.3", - "black==23.12.1", # TODO Remove once https://github.com/koxudaxi/datamodel-code-generator/issues/1821 is fixed + "black==26.3.1", # TODO Remove once https://github.com/koxudaxi/datamodel-code-generator/issues/1821 is fixed "build>=0.7.0", - "click~=8.1.6", + "click~=8.3.3", "codespell", "colorama", "datamodel-code-generator~=0.25.6", @@ -65,8 +65,8 @@ cli = [ "orjson", "packaging", "pip-tools", - "pathspec>=0.10.0", - "platformdirs>=2.0.0a3", + "pathspec>=1.1.1", + "platformdirs>=4.9.6", "pydantic>=2.0.2", "pysmi==1.6.2", "securesystemslib[crypto]==0.28.0",