Skip to content

Commit

Permalink
build(deps): bump the pip-updates group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip-updates group with 2 updates: [build](https://github.com/pypa/build) and [typer](https://github.com/tiangolo/typer).


Updates `build` from 1.1.1 to 1.2.1
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.1.1...1.2.1)

Updates `typer` from 0.10.0 to 0.12.0
- [Release notes](https://github.com/tiangolo/typer/releases)
- [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.10.0...0.12.0)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and pbor committed Apr 1, 2024
1 parent 4c8020d commit 54485ce
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 23 deletions.
69 changes: 48 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
build = ">=0.9,<1.2"
build = ">=0.9,<1.3"
lastversion = { version = ">=2.4.2,<4.0.0", optional = true }
packaging = { version = ">=21.3,<25.0", optional = true }
typer = {extras = ["all"], version = ">=0.6.1,<0.11.0"}
typer = {extras = ["all"], version = ">=0.6.1,<0.13.0"}

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.0.1"
Expand Down

0 comments on commit 54485ce

Please sign in to comment.