Skip to content

Commit b5b4b33

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 c3b8381 commit b5b4b33

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/automated_actions/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ readme = "README.md"
88
requires-python = "~= 3.12.0"
99
dependencies = [
1010
"automated-actions-utils",
11-
"celery[sqs]==5.5.3",
12-
"fastapi==0.122.0",
11+
"celery[sqs]==5.6.0",
12+
"fastapi==0.123.4",
1313
"httpx==0.28.1",
1414
"hvac==2.4.0",
1515
"itsdangerous==2.2.0",
@@ -36,7 +36,7 @@ dev = [
3636
"mypy==1.19.0",
3737
"pytest-asyncio==1.3.0",
3838
"pytest-cov==7.0.0",
39-
"pytest-httpx==0.35.0",
39+
"pytest-httpx==0.36.0",
4040
"pytest-mock==3.15.1",
4141
"pytest==8.4.2",
4242
"requests-mock==1.12.1",

packages/automated_actions_utils/pyproject.toml

Lines changed: 2 additions & 2 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.41.5",
10+
"boto3==1.42.1",
1111
"gql==4.0.0",
1212
"hvac==2.4.0",
1313
"kubernetes==34.1.0",
1414
"openshift==0.13.2",
1515
"pydantic==2.12.5",
1616
"sretoolbox==3.2.0",
17-
"types-boto3-lite[rds]==1.41.5",
17+
"types-boto3-lite[rds]==1.42.1",
1818
"types-hvac==2.4.0.20251115",
1919
]
2020

0 commit comments

Comments
 (0)