diff --git a/datadog_checks_dev/pyproject.toml b/datadog_checks_dev/pyproject.toml index 799244c9229d8..cf5968839c406 100644 --- a/datadog_checks_dev/pyproject.toml +++ b/datadog_checks_dev/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling>=0.11.2", + "hatchling>=0.11.3", ] build-backend = "hatchling.build" @@ -29,8 +29,8 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "coverage>=5.0.3", - "flaky>=3.8.0", + "coverage>=5.0.4", + "flaky>=3.8.1", "mock", "pytest==9.0.3", "pytest-asyncio>=1.3.0", @@ -39,7 +39,7 @@ dependencies = [ "pytest-memray>=1.8.0; platform_system=='Linux' or platform_system=='Darwin'", "pytest-mock>=3.15.1", "pyyaml>=5.4.1", - "requests>=2.33.0", + "requests>=2.33.1", "tenacity", ] dynamic = [ @@ -51,27 +51,27 @@ cli = [ "aiohttp", "aiomultiprocess", "atomicwrites", - "beautifulsoup4==4.12.3", + "beautifulsoup4==4.14.3", "black==23.12.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.1.8", "codespell", "colorama", - "datamodel-code-generator~=0.25.6", - "hatch>=1.5.0", - "in-toto==2.0.0", + "datamodel-code-generator~=0.25.9", + "hatch>=1.16.5", + "in-toto==2.3.0", "jsonschema", "markdown", "orjson", "packaging", "pip-tools", - "pathspec>=0.10.0", - "platformdirs>=2.0.0a3", - "pydantic>=2.0.2", + "pathspec>=0.10.3", + "platformdirs>=2.0.2", + "pydantic>=2.0.3", "pysmi==1.6.2", "securesystemslib[crypto]==0.28.0", "semver>=2.13.0", - "tabulate>=0.8.9", + "tabulate>=0.8.10", "toml>=0.9.4, <1.0.0", "tomli>=1.1.0", "tomli-w>=1.0.0",