Skip to content

Commit 8b8c206

Browse files
chore(deps)(deps): bump the evaluator-deps group (#272)
Bumps the evaluator-deps group in /scripts/aidlc-evaluator with 5 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.43.6` | `1.43.9` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.13` | | [semgrep](https://github.com/semgrep/semgrep) | `1.162.0` | `1.163.0` | | [strands-agents](https://github.com/strands-agents/sdk-python) | `1.39.0` | `1.40.0` | | [strands-agents-tools](https://github.com/strands-agents/tools) | `0.5.2` | `0.5.3` | Updates `boto3` from 1.43.6 to 1.43.9 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.6...1.43.9) Updates `ruff` from 0.15.12 to 0.15.13 - [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.12...0.15.13) Updates `semgrep` from 1.162.0 to 1.163.0 - [Release notes](https://github.com/semgrep/semgrep/releases) - [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md) - [Commits](semgrep/semgrep@v1.162.0...v1.163.0) Updates `strands-agents` from 1.39.0 to 1.40.0 - [Release notes](https://github.com/strands-agents/sdk-python/releases) - [Commits](strands-agents/sdk-python@v1.39.0...v1.40.0) Updates `strands-agents-tools` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/strands-agents/tools/releases) - [Commits](strands-agents/tools@v0.5.2...v0.5.3) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: evaluator-deps - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: evaluator-deps - dependency-name: semgrep dependency-version: 1.163.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: evaluator-deps - dependency-name: strands-agents dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: evaluator-deps - dependency-name: strands-agents-tools dependency-version: 0.5.3 dependency-type: direct:production 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>
1 parent 4853256 commit 8b8c206

2 files changed

Lines changed: 49 additions & 49 deletions

File tree

scripts/aidlc-evaluator/pyproject.toml

Lines changed: 3 additions & 3 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.43.6",
8+
"boto3>=1.43.9",
99
"aidlc-runner",
1010
"aidlc-qualitative",
1111
"aidlc-quantitative",
@@ -44,9 +44,9 @@ aidlc-trend-reports = { workspace = true }
4444
dev = [
4545
"pytest>=9.0.3",
4646
"pytest-asyncio>=0.23.0",
47-
"ruff>=0.15.12",
47+
"ruff>=0.15.13",
4848
"bandit>=1.9.4",
49-
"semgrep>=1.162.0",
49+
"semgrep>=1.163.0",
5050
]
5151

5252
[tool.ruff]

0 commit comments

Comments
 (0)