Skip to content

Commit d95316a

Browse files
chore(deps): bump the pip group with 2 updates (ag2ai#2193)
Bumps the pip group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [semgrep](https://github.com/returntocorp/semgrep). Updates `ruff` from 0.11.6 to 0.11.7 - [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.11.6...0.11.7) Updates `semgrep` from 1.119.0 to 1.120.0 - [Release notes](https://github.com/returntocorp/semgrep/releases) - [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md) - [Commits](semgrep/semgrep@v1.119.0...v1.120.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: semgrep dependency-version: 1.120.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 486d86a commit d95316a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ types = [
122122

123123
lint = [
124124
"faststream[types]",
125-
"ruff==0.11.6",
125+
"ruff==0.11.7",
126126
"bandit==1.8.3; python_version >= '3.9'",
127127
"bandit==1.7.10; python_version < '3.9'",
128-
"semgrep==1.119.0; python_version >= '3.9'",
128+
"semgrep==1.120.0; python_version >= '3.9'",
129129
"semgrep==1.99.0; python_version < '3.9'",
130130
"codespell==2.4.1",
131131
]

0 commit comments

Comments
 (0)