Skip to content

Commit bc75a08

Browse files
chore(deps)(deps): bump the evaluator-deps group (#220)
Bumps the evaluator-deps group in /scripts/aidlc-evaluator with 2 updates: [boto3](https://github.com/boto/boto3) and [ruff](https://github.com/astral-sh/ruff). Updates `boto3` from 1.42.94 to 1.42.96 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.94...1.42.96) Updates `ruff` from 0.15.11 to 0.15.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.11...0.15.12) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.96 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: evaluator-deps - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: evaluator-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kalindiDev <kalindiv@amazon.com>
1 parent ecc3841 commit bc75a08

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

scripts/aidlc-evaluator/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Evaluation and reporting framework for AI-DLC workflows"
55
requires-python = ">=3.13"
66
dependencies = [
77
"pyyaml>=6.0",
8-
"boto3>=1.42.94",
8+
"boto3>=1.42.96",
99
"aidlc-runner",
1010
"aidlc-qualitative",
1111
"aidlc-quantitative",
@@ -44,7 +44,7 @@ aidlc-trend-reports = { workspace = true }
4444
dev = [
4545
"pytest>=9.0.3",
4646
"pytest-asyncio>=0.23.0",
47-
"ruff>=0.15.11",
47+
"ruff>=0.15.12",
4848
"bandit>=1.9.4",
4949
"semgrep>=1.161.0",
5050
]

scripts/aidlc-evaluator/uv.lock

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

0 commit comments

Comments
 (0)