Skip to content

Commit 27b3e5e

Browse files
Bump the python-dependencies group with 2 updates (#33)
Bumps the python-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty). Updates `ruff` from 0.15.1 to 0.15.2 - [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.1...0.15.2) Updates `ty` from 0.0.17 to 0.0.18 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.17...0.0.18) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ty dependency-version: 0.0.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df801e6 commit 27b3e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dev = [
8585
"pytest==9.0.2",
8686
"pytest-snapshot==0.9.0",
8787
"pytest-cov==7.0.0",
88-
"ruff==0.15.1",
89-
"ty==0.0.17",
88+
"ruff==0.15.2",
89+
"ty==0.0.18",
9090
"mypy==1.19.1",
9191
]

0 commit comments

Comments
 (0)