Skip to content

Commit b82a3d4

Browse files
chore(deps-dev): bump the development-dependencies group with 2 updates (#465)
Bumps the development-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [typer](https://github.com/fastapi/typer). Updates `ruff` from 0.15.0 to 0.15.1 - [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.0...0.15.1) Updates `typer` from 0.21.1 to 0.23.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.21.1...0.23.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: typer dependency-version: 0.23.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6aa0fba commit b82a3d4

File tree

2 files changed

+37
-25
lines changed

2 files changed

+37
-25
lines changed

poetry.lock

Lines changed: 36 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ types-pyyaml = "^6.0.12.4"
6969
# Cookiecutter tests
7070
mypy = "^1.6"
7171
ruff = ">=0.5.0,<0.16"
72-
typer = ">=0.6.1,<0.22.0"
72+
typer = ">=0.6.1,<0.24.0"
7373

7474
[tool.ruff]
7575
target-version = "py38"

0 commit comments

Comments
 (0)