Skip to content

Commit 6c053c7

Browse files
fix(deps): update all non-major pep621 dependencies (#312)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 094c432 commit 6c053c7

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

packages/automated_actions/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-python = "~= 3.12.0"
99
dependencies = [
1010
"automated-actions-utils",
1111
"celery[sqs]==5.5.3",
12-
"fastapi==0.120.4",
12+
"fastapi==0.121.0",
1313
"httpx==0.28.1",
1414
"hvac==2.4.0",
1515
"itsdangerous==2.2.0",

packages/automated_actions_utils/pyproject.toml

Lines changed: 3 additions & 3 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.64",
10+
"boto3==1.40.65",
1111
"gql==4.0.0",
1212
"hvac==2.4.0",
1313
"kubernetes==34.1.0",
1414
"openshift==0.13.2",
1515
"pydantic==2.12.3",
1616
"sretoolbox==3.1.0",
17-
"types-boto3-lite[rds]==1.40.64",
17+
"types-boto3-lite[rds]==1.40.65",
1818
"types-hvac==2.4.0.20251101",
1919
]
2020

@@ -30,7 +30,7 @@ dev = [
3030
"pytest-cov==7.0.0",
3131
"pytest-mock==3.15.1",
3232
"pytest==8.4.2",
33-
"qenerate==0.9.0",
33+
"qenerate==0.9.1",
3434
"ruff==0.14.3",
3535
]
3636

uv.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)