Skip to content

Commit 4ccacb4

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 5189c9d commit 4ccacb4

6 files changed

Lines changed: 96 additions & 96 deletions

File tree

packages/automated_actions/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ requires-python = "~= 3.12.0"
99
dependencies = [
1010
"automated-actions-utils",
1111
"celery[sqs]==5.6.3",
12-
"fastapi==0.136.1",
12+
"fastapi==0.136.3",
1313
"httpxyz==0.31.2",
1414
"hvac==2.4.0",
1515
"itsdangerous==2.2.0",
1616
"kubernetes==35.0.0",
1717
"prometheus-fastapi-instrumentator==7.1.0",
1818
"pydantic-settings==2.14.1",
1919
"pydantic==2.13.4",
20-
"pyjwt==2.12.1",
20+
"pyjwt==2.13.0",
2121
"pynamodb==6.1.0",
2222
"requests-toolbelt==1.0.0",
23-
"types-hvac==2.4.0.20260408",
24-
"uvicorn==0.46.0",
23+
"types-hvac==2.4.0.20260518",
24+
"uvicorn==0.48.0",
2525
"watchdog==6.0.0",
2626
]
2727

@@ -34,13 +34,13 @@ documentation = "https://github.com/app-sre/automated-actions"
3434
dev = [
3535
# Development dependencies
3636
"mypy==2.1.0",
37-
"pytest-asyncio==1.3.0",
37+
"pytest-asyncio==1.4.0",
3838
"pytest-cov==7.1.0",
3939
"pytest-httpx==0.36.2",
4040
"pytest-mock==3.15.1",
4141
"pytest==9.0.3",
4242
"requests-mock==1.12.1",
43-
"ruff==0.15.12",
43+
"ruff==0.15.14",
4444
]
4545

4646
[[tool.uv.dependency-metadata]]

packages/automated_actions_cli/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"pydantic-settings==2.14.1",
1919
"pyyaml==6.0.3",
2020
"rich==15.0.0",
21-
"typer==0.25.1",
21+
"typer==0.26.1",
2222
]
2323

2424
[project.urls]
@@ -32,8 +32,8 @@ dev = [
3232
"mypy==2.1.0",
3333
"pytest-cov==7.1.0",
3434
"pytest==9.0.3",
35-
"ruff==0.15.12",
36-
"types-pyyaml==6.0.12.20260508",
35+
"ruff==0.15.14",
36+
"types-pyyaml==6.0.12.20260518",
3737
]
3838

3939
[[tool.uv.dependency-metadata]]

packages/automated_actions_client/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dev = [
2626
# "openapi-python-client==0.25.3",
2727
"pytest-cov==7.1.0",
2828
"pytest==9.0.3",
29-
"ruff==0.15.12",
30-
"types-python-dateutil==2.9.0.20260508",
29+
"ruff==0.15.14",
30+
"types-python-dateutil==2.9.0.20260518",
3131
]
3232

3333
[build-system]

packages/automated_actions_utils/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ license = { text = "Apache 2.0" }
77
readme = "README.md"
88
requires-python = "~= 3.12.0"
99
dependencies = [
10-
"boto3==1.43.6",
10+
"boto3==1.43.15",
1111
"gql==4.0.0",
1212
"hvac==2.4.0",
1313
"kubernetes==35.0.0",
1414
"openshift==0.13.2",
1515
"pydantic==2.13.4",
1616
"sretoolbox==3.2.1",
17-
"types-boto3-lite[rds]==1.43.6",
18-
"types-hvac==2.4.0.20260408",
17+
"types-boto3-lite[rds]==1.43.15",
18+
"types-hvac==2.4.0.20260518",
1919
]
2020

2121
[project.urls]
@@ -30,8 +30,8 @@ dev = [
3030
"pytest-cov==7.1.0",
3131
"pytest-mock==3.15.1",
3232
"pytest==9.0.3",
33-
"qenerate==0.9.1",
34-
"ruff==0.15.12",
33+
"qenerate==0.9.2",
34+
"ruff==0.15.14",
3535
]
3636

3737
[build-system]

packages/integration_tests/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"pydantic-settings==2.14.1",
1515
"pytest==9.0.3",
1616
"pytest-order==1.4.0",
17-
"pytest-rerunfailures==16.1",
17+
"pytest-rerunfailures==16.3",
1818
"pyyaml==6.0.3",
1919
]
2020

@@ -27,8 +27,8 @@ documentation = "https://github.com/app-sre/automated-actions"
2727
dev = [
2828
# Development dependencies
2929
"mypy==2.1.0",
30-
"ruff==0.15.12",
31-
"types-pyyaml==6.0.12.20260508",
30+
"ruff==0.15.14",
31+
"types-pyyaml==6.0.12.20260518",
3232
]
3333

3434
[build-system]

0 commit comments

Comments
 (0)