Skip to content

Commit c4555bb

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 7ffddbd commit c4555bb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

packages/automated_actions/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ documentation = "https://github.com/app-sre/automated-actions"
3333
[dependency-groups]
3434
dev = [
3535
# Development dependencies
36-
"mypy==1.17.0",
36+
"mypy==1.17.1",
3737
"pytest-asyncio==1.1.0",
3838
"pytest-cov==6.2.1",
3939
"pytest-httpx==0.35.0",

packages/automated_actions_cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ documentation = "https://github.com/app-sre/automated-actions"
2929
[dependency-groups]
3030
dev = [
3131
# Development dependencies
32-
"mypy==1.17.0",
32+
"mypy==1.17.1",
3333
"pytest-cov==6.2.1",
3434
"pytest==8.4.1",
3535
"ruff==0.12.7",

packages/automated_actions_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ documentation = "https://github.com/app-sre/automated-actions"
2020
[dependency-groups]
2121
dev = [
2222
# Development dependencies
23-
"mypy==1.17.0",
23+
"mypy==1.17.1",
2424
"openapi-python-client==0.25.3",
2525
"pytest-cov==6.2.1",
2626
"pytest==8.4.1",

packages/automated_actions_utils/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ license = { text = "Apache 2.0" }
77
readme = "README.md"
88
requires-python = "~= 3.12.0"
99
dependencies = [
10-
"boto3==1.39.16",
10+
"boto3==1.40.4",
1111
"gql==3.5.3",
1212
"hvac==2.3.0",
1313
"kubernetes==33.1.0",
1414
"openshift==0.13.2",
1515
"pydantic==2.11.7",
16-
"types-boto3-lite[rds]==1.39.16",
16+
"types-boto3-lite[rds]==1.40.4",
1717
"types-hvac==2.3.0.20250516",
1818
]
1919

@@ -25,7 +25,7 @@ documentation = "https://github.com/app-sre/automated-actions"
2525
[dependency-groups]
2626
dev = [
2727
# Development dependencies
28-
"mypy==1.17.0",
28+
"mypy==1.17.1",
2929
"pytest-cov==6.2.1",
3030
"pytest-mock==3.14.1",
3131
"pytest==8.4.1",

packages/integration_tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ documentation = "https://github.com/app-sre/automated-actions"
2626
[dependency-groups]
2727
dev = [
2828
# Development dependencies
29-
"mypy==1.17.0",
29+
"mypy==1.17.1",
3030
"ruff==0.12.7",
3131
"types-pyyaml==6.0.12.20250516",
3232
]

0 commit comments

Comments
 (0)