Skip to content

Commit 25a48a4

Browse files
committed
chore(deps): bump dependencies to latest versions
Update minimum version constraints in all service pyproject.toml files and regenerate uv.lock files with latest resolved packages. - aws-lambda-powertools: 3.24.0 -> 3.25.0 - boto3/botocore: 1.42.43 -> 1.42.68 - moto: 5.1.20 -> 5.1.22 - ruff: 0.15.0 -> 0.15.6
1 parent 959024b commit 25a48a4

6 files changed

Lines changed: 1327 additions & 964 deletions

File tree

unicorn_approvals/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ readme = "README.md"
99
requires-python = ">=3.13"
1010

1111
dependencies = [
12-
"aws-lambda-powertools[tracer]>=3.24.0",
12+
"aws-lambda-powertools[tracer]>=3.25.0",
1313
"aws-xray-sdk>=2.15.0",
14-
"boto3>=1.42.43",
14+
"boto3>=1.42.68",
1515
]
1616

1717
[project.optional-dependencies]
1818
dev = [
19-
"aws-lambda-powertools[all]>=3.24.0",
19+
"aws-lambda-powertools[all]>=3.25.0",
2020
"requests>=2.32.5",
21-
"moto[dynamodb,events,sqs]>=5.1.20",
21+
"moto[dynamodb,events,sqs]>=5.1.22",
2222
"importlib-metadata>=8.7.1",
2323
"pyyaml>=6.0.3",
2424
"arnparse>=0.0.2",
2525
"pytest>=9.0.2",
26-
"ruff>=0.15.0",
26+
"ruff>=0.15.6",
2727
]
2828

2929
[tool.setuptools]

0 commit comments

Comments
 (0)