File tree Expand file tree Collapse file tree 2 files changed +49
-49
lines changed Expand file tree Collapse file tree 2 files changed +49
-49
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ license = { text = "Apache 2.0" }
7
7
readme = " README.md"
8
8
requires-python = " ~= 3.12.0"
9
9
dependencies = [
10
- " boto3==1.38.27 " ,
10
+ " boto3==1.38.41 " ,
11
11
" external-resources-io==0.6.1" ,
12
- " pydantic==2.11.5 " ,
12
+ " pydantic==2.11.7 " ,
13
13
]
14
14
15
15
[project .urls ]
@@ -19,13 +19,13 @@ documentation = "https://github.com/app-sre/er-aws-elasticache"
19
19
20
20
[dependency-groups ]
21
21
dev = [
22
- " boto3-stubs-lite[elasticache,ec2]==1.38.27 " ,
22
+ " boto3-stubs-lite[elasticache,ec2]==1.38.41 " ,
23
23
" external-resources-io[cli]==0.6.1" ,
24
- " mypy==1.16.0 " ,
24
+ " mypy==1.16.1 " ,
25
25
" pytest-cov==6.2.1" ,
26
26
" pytest-mock==3.14.1" ,
27
27
" pytest==8.4.1" ,
28
- " ruff==0.11.12 " ,
28
+ " ruff==0.12.0 " ,
29
29
]
30
30
31
31
[project .scripts ]
You can’t perform that action at this time.
0 commit comments