diff --git a/packages/automated_actions/pyproject.toml b/packages/automated_actions/pyproject.toml index f3eda2b..a7cbbdd 100644 --- a/packages/automated_actions/pyproject.toml +++ b/packages/automated_actions/pyproject.toml @@ -8,8 +8,8 @@ readme = "README.md" requires-python = "~= 3.12.0" dependencies = [ "automated-actions-utils", - "celery[sqs]==5.5.3", - "fastapi==0.122.0", + "celery[sqs]==5.6.0", + "fastapi==0.124.0", "httpx==0.28.1", "hvac==2.4.0", "itsdangerous==2.2.0", @@ -36,11 +36,11 @@ dev = [ "mypy==1.19.0", "pytest-asyncio==1.3.0", "pytest-cov==7.0.0", - "pytest-httpx==0.35.0", + "pytest-httpx==0.36.0", "pytest-mock==3.15.1", "pytest==8.4.2", "requests-mock==1.12.1", - "ruff==0.14.7", + "ruff==0.14.8", ] [build-system] diff --git a/packages/automated_actions_cli/pyproject.toml b/packages/automated_actions_cli/pyproject.toml index f8e4367..9591ed7 100644 --- a/packages/automated_actions_cli/pyproject.toml +++ b/packages/automated_actions_cli/pyproject.toml @@ -32,7 +32,7 @@ dev = [ "mypy==1.19.0", "pytest-cov==7.0.0", "pytest==8.4.2", - "ruff==0.14.7", + "ruff==0.14.8", "types-pyyaml==6.0.12.20250915", ] diff --git a/packages/automated_actions_client/pyproject.toml b/packages/automated_actions_client/pyproject.toml index c10e533..5db1ad7 100644 --- a/packages/automated_actions_client/pyproject.toml +++ b/packages/automated_actions_client/pyproject.toml @@ -26,7 +26,7 @@ dev = [ # "openapi-python-client==0.25.3", "pytest-cov==7.0.0", "pytest==8.4.2", - "ruff==0.14.7", + "ruff==0.14.8", "types-python-dateutil==2.9.0.20251115", ] diff --git a/packages/automated_actions_utils/pyproject.toml b/packages/automated_actions_utils/pyproject.toml index 08279ab..479e3c3 100644 --- a/packages/automated_actions_utils/pyproject.toml +++ b/packages/automated_actions_utils/pyproject.toml @@ -7,14 +7,14 @@ license = { text = "Apache 2.0" } readme = "README.md" requires-python = "~= 3.12.0" dependencies = [ - "boto3==1.41.5", + "boto3==1.42.4", "gql==4.0.0", "hvac==2.4.0", "kubernetes==34.1.0", "openshift==0.13.2", "pydantic==2.12.5", "sretoolbox==3.2.0", - "types-boto3-lite[rds]==1.41.5", + "types-boto3-lite[rds]==1.42.4", "types-hvac==2.4.0.20251115", ] @@ -31,7 +31,7 @@ dev = [ "pytest-mock==3.15.1", "pytest==8.4.2", "qenerate==0.9.1", - "ruff==0.14.7", + "ruff==0.14.8", ] [build-system] diff --git a/packages/integration_tests/pyproject.toml b/packages/integration_tests/pyproject.toml index 21b6949..3801957 100644 --- a/packages/integration_tests/pyproject.toml +++ b/packages/integration_tests/pyproject.toml @@ -27,7 +27,7 @@ documentation = "https://github.com/app-sre/automated-actions" dev = [ # Development dependencies "mypy==1.19.0", - "ruff==0.14.7", + "ruff==0.14.8", "types-pyyaml==6.0.12.20250915", ]