Skip to content

Commit fb7ceaf

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

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ license = { text = "Apache 2.0" }
77
readme = "README.md"
88
requires-python = "~= 3.12.0"
99
dependencies = [
10-
"boto3==1.38.27",
10+
"boto3==1.38.41",
1111
"external-resources-io==0.6.1",
12-
"pydantic==2.11.5",
12+
"pydantic==2.11.7",
1313
]
1414

1515
[project.urls]
@@ -19,13 +19,13 @@ documentation = "https://github.com/app-sre/er-aws-elasticache"
1919

2020
[dependency-groups]
2121
dev = [
22-
"boto3-stubs-lite[elasticache,ec2]==1.38.27",
22+
"boto3-stubs-lite[elasticache,ec2]==1.38.41",
2323
"external-resources-io[cli]==0.6.1",
24-
"mypy==1.16.0",
24+
"mypy==1.16.1",
2525
"pytest-cov==6.2.1",
2626
"pytest-mock==3.14.1",
2727
"pytest==8.4.1",
28-
"ruff==0.11.12",
28+
"ruff==0.12.0",
2929
]
3030

3131
[project.scripts]

0 commit comments

Comments
 (0)