Skip to content

Commit 7cabe31

Browse files
chore(deps): bump the pip group with 3 updates (#2206)
Updates the requirements on [typer](https://github.com/fastapi/typer), [ruff](https://github.com/astral-sh/ruff) and [semgrep](https://github.com/returntocorp/semgrep) to permit the latest version. Updates `typer` to 0.15.3 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.9.0...0.15.3) Updates `ruff` from 0.11.7 to 0.11.8 - [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.7...0.11.8) Updates `semgrep` from 1.120.0 to 1.120.1 - [Release notes](https://github.com/returntocorp/semgrep/releases) - [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md) - [Commits](https://github.com/returntocorp/semgrep/commits) --- updated-dependencies: - dependency-name: typer dependency-version: 0.15.3 dependency-type: direct:production dependency-group: pip - dependency-name: ruff dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: semgrep dependency-version: 1.120.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 342d8dc commit 7cabe31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ redis = ["redis>=5.0.0,<7.0.0"]
7979
otel = ["opentelemetry-sdk>=1.24.0,<2.0.0"]
8080

8181
cli = [
82-
"typer>=0.9,!=0.12,<=0.15.2",
82+
"typer>=0.9,!=0.12,<=0.15.3",
8383
"watchfiles>=0.15.0,<1.1.0"
8484
]
8585

@@ -122,10 +122,10 @@ types = [
122122

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

0 commit comments

Comments
 (0)