Skip to content

Commit 18d8f32

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 90c3bd0 commit 18d8f32

File tree

6 files changed

+61
-61
lines changed

6 files changed

+61
-61
lines changed

packages/automated_actions/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ requires-python = "~= 3.12.0"
99
dependencies = [
1010
"automated-actions-utils",
1111
"celery[sqs]==5.5.3",
12-
"fastapi==0.120.2",
12+
"fastapi==0.120.4",
1313
"httpx==0.28.1",
14-
"hvac==2.3.0",
14+
"hvac==2.4.0",
1515
"itsdangerous==2.2.0",
1616
"kubernetes==34.1.0",
1717
"prometheus-fastapi-instrumentator==7.1.0",
@@ -20,7 +20,7 @@ dependencies = [
2020
"pyjwt==2.10.1",
2121
"pynamodb==6.1.0",
2222
"requests-toolbelt==1.0.0",
23-
"types-hvac==2.3.0.20250914",
23+
"types-hvac==2.4.0.20251101",
2424
"uvicorn==0.38.0",
2525
"watchdog==6.0.0",
2626
]
@@ -40,7 +40,7 @@ dev = [
4040
"pytest-mock==3.15.1",
4141
"pytest==8.4.2",
4242
"requests-mock==1.12.1",
43-
"ruff==0.14.2",
43+
"ruff==0.14.3",
4444
]
4545

4646
[build-system]

packages/automated_actions_cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dev = [
3232
"mypy==1.18.2",
3333
"pytest-cov==7.0.0",
3434
"pytest==8.4.2",
35-
"ruff==0.14.2",
35+
"ruff==0.14.3",
3636
"types-pyyaml==6.0.12.20250915",
3737
]
3838

packages/automated_actions_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dev = [
2626
# "openapi-python-client==0.25.3",
2727
"pytest-cov==7.0.0",
2828
"pytest==8.4.2",
29-
"ruff==0.14.2",
29+
"ruff==0.14.3",
3030
"types-python-dateutil==2.9.0.20251008",
3131
]
3232

packages/automated_actions_utils/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ license = { text = "Apache 2.0" }
77
readme = "README.md"
88
requires-python = "~= 3.12.0"
99
dependencies = [
10-
"boto3==1.40.62",
10+
"boto3==1.40.64",
1111
"gql==4.0.0",
12-
"hvac==2.3.0",
12+
"hvac==2.4.0",
1313
"kubernetes==34.1.0",
1414
"openshift==0.13.2",
1515
"pydantic==2.12.3",
16-
"types-boto3-lite[rds]==1.40.62",
17-
"types-hvac==2.3.0.20250914",
16+
"types-boto3-lite[rds]==1.40.64",
17+
"types-hvac==2.4.0.20251101",
1818
]
1919

2020
[project.urls]
@@ -30,7 +30,7 @@ dev = [
3030
"pytest-mock==3.15.1",
3131
"pytest==8.4.2",
3232
"qenerate==0.9.0",
33-
"ruff==0.14.2",
33+
"ruff==0.14.3",
3434
]
3535

3636
[build-system]

packages/integration_tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ documentation = "https://github.com/app-sre/automated-actions"
2727
dev = [
2828
# Development dependencies
2929
"mypy==1.18.2",
30-
"ruff==0.14.2",
30+
"ruff==0.14.3",
3131
"types-pyyaml==6.0.12.20250915",
3232
]
3333

0 commit comments

Comments
 (0)