File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ documentation = "https://github.com/app-sre/automated-actions"
33
33
[dependency-groups ]
34
34
dev = [
35
35
# Development dependencies
36
- " mypy==1.17.0 " ,
36
+ " mypy==1.17.1 " ,
37
37
" pytest-asyncio==1.1.0" ,
38
38
" pytest-cov==6.2.1" ,
39
39
" pytest-httpx==0.35.0" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ documentation = "https://github.com/app-sre/automated-actions"
29
29
[dependency-groups ]
30
30
dev = [
31
31
# Development dependencies
32
- " mypy==1.17.0 " ,
32
+ " mypy==1.17.1 " ,
33
33
" pytest-cov==6.2.1" ,
34
34
" pytest==8.4.1" ,
35
35
" ruff==0.12.7" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ documentation = "https://github.com/app-sre/automated-actions"
20
20
[dependency-groups ]
21
21
dev = [
22
22
# Development dependencies
23
- " mypy==1.17.0 " ,
23
+ " mypy==1.17.1 " ,
24
24
" openapi-python-client==0.25.3" ,
25
25
" pytest-cov==6.2.1" ,
26
26
" pytest==8.4.1" ,
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ license = { text = "Apache 2.0" }
7
7
readme = " README.md"
8
8
requires-python = " ~= 3.12.0"
9
9
dependencies = [
10
- " boto3==1.39.16 " ,
10
+ " boto3==1.40.4 " ,
11
11
" gql==3.5.3" ,
12
12
" hvac==2.3.0" ,
13
13
" kubernetes==33.1.0" ,
14
14
" openshift==0.13.2" ,
15
15
" pydantic==2.11.7" ,
16
- " types-boto3-lite[rds]==1.39.16 " ,
16
+ " types-boto3-lite[rds]==1.40.4 " ,
17
17
" types-hvac==2.3.0.20250516" ,
18
18
]
19
19
@@ -25,7 +25,7 @@ documentation = "https://github.com/app-sre/automated-actions"
25
25
[dependency-groups ]
26
26
dev = [
27
27
# Development dependencies
28
- " mypy==1.17.0 " ,
28
+ " mypy==1.17.1 " ,
29
29
" pytest-cov==6.2.1" ,
30
30
" pytest-mock==3.14.1" ,
31
31
" pytest==8.4.1" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ documentation = "https://github.com/app-sre/automated-actions"
26
26
[dependency-groups ]
27
27
dev = [
28
28
# Development dependencies
29
- " mypy==1.17.0 " ,
29
+ " mypy==1.17.1 " ,
30
30
" ruff==0.12.7" ,
31
31
" types-pyyaml==6.0.12.20250516" ,
32
32
]
You can’t perform that action at this time.
0 commit comments