Skip to content

Commit 4b601a7

Browse files
fix(deps): update all non-major pep621 dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent cc22d32 commit 4b601a7

File tree

2 files changed

+81
-68
lines changed

2 files changed

+81
-68
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description = "ERv2 module for managing AWS Elasticache clusters"
55
authors = [{ name = "AppSRE", email = "[email protected]" }]
66
license = { text = "Apache 2.0" }
77
readme = "README.md"
8-
requires-python = "~= 3.12.0"
8+
requires-python = "~=3.13.3"
99
dependencies = [
10-
"boto3==1.38.9",
10+
"boto3==1.38.18",
1111
"external-resources-io==0.6.1",
1212
"pip==25.1.1",
1313
"pydantic==2.11.4",
@@ -20,13 +20,13 @@ documentation = "https://github.com/app-sre/er-aws-elasticache"
2020

2121
[dependency-groups]
2222
dev = [
23-
"boto3-stubs-lite[elasticache,ec2]==1.38.9",
23+
"boto3-stubs-lite[elasticache,ec2]==1.38.18",
2424
"external-resources-io[cli]==0.6.1",
2525
"mypy==1.15.0",
2626
"pytest-cov==6.1.1",
2727
"pytest-mock==3.14.0",
2828
"pytest==8.3.5",
29-
"ruff==0.11.8",
29+
"ruff==0.11.10",
3030
]
3131

3232
[project.scripts]

0 commit comments

Comments
 (0)