diff --git a/pyproject.toml b/pyproject.toml index d3e4ef3a6..f7daba298 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dev = [ "boto3-stubs[athena, cleanrooms, chime, cloudwatch, dynamodb, ec2, emr, emr-serverless, glue, kms, logs, neptune, opensearch, opensearchserverless, quicksight, rds, rds-data, redshift, redshift-data, s3, secretsmanager, ssm, sts, timestream-query, timestream-write]>=1.36.2,<2", "doc8~=1.1", "mypy~=1.14", - "ruff>=0.9.2,<0.12.0", + "ruff>=0.9.2,<0.13.0", "moto~=5.0", "openpyxl~=3.1", "pyparsing>=3.2.1,<4", @@ -95,7 +95,7 @@ dev = [ "sphinx-autodoc-typehints>=2.0.1,<3", "sphinx-bootstrap-theme>=0.8,<0.9", "sphinx-copybutton>=0.5.1,<0.6", - "pydot>=3.0.3,<4", + "pydot>=3.0.3,<5", "myst-parser>=3.0.1,<4", ]