Skip to content

Commit 6cd8d37

Browse files
chore(deps)(deps): bump the evaluator-deps group (awslabs#257)
Bumps the evaluator-deps group in /scripts/aidlc-evaluator with 4 updates: [boto3](https://github.com/boto/boto3), [semgrep](https://github.com/semgrep/semgrep), [strands-agents](https://github.com/strands-agents/sdk-python) and [strands-agents-tools](https://github.com/strands-agents/tools). Updates `boto3` from 1.43.2 to 1.43.6 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.2...1.43.6) Updates `semgrep` from 1.161.0 to 1.162.0 - [Release notes](https://github.com/semgrep/semgrep/releases) - [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md) - [Commits](semgrep/semgrep@v1.161.0...v1.162.0) Updates `strands-agents` from 1.26.0 to 1.39.0 - [Release notes](https://github.com/strands-agents/sdk-python/releases) - [Commits](strands-agents/sdk-python@v1.26.0...v1.39.0) Updates `strands-agents-tools` from 0.2.23 to 0.5.2 - [Release notes](https://github.com/strands-agents/tools/releases) - [Commits](strands-agents/tools@v0.2.23...v0.5.2) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: evaluator-deps - dependency-name: semgrep dependency-version: 1.162.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: evaluator-deps - dependency-name: strands-agents dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: evaluator-deps - dependency-name: strands-agents-tools dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: evaluator-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kalindiDev <[email protected]>
1 parent 4e33932 commit 6cd8d37

2 files changed

Lines changed: 83 additions & 51 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.43.2",
8+
"boto3>=1.43.6",
99
"aidlc-runner",
1010
"aidlc-qualitative",
1111
"aidlc-quantitative",
@@ -46,7 +46,7 @@ dev = [
4646
"pytest-asyncio>=0.23.0",
4747
"ruff>=0.15.12",
4848
"bandit>=1.9.4",
49-
"semgrep>=1.161.0",
49+
"semgrep>=1.162.0",
5050
]
5151

5252
[tool.ruff]

0 commit comments

Comments
 (0)