Skip to content

Commit

Permalink
build(deps): bump build from 0.10.0 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [build](https://github.com/pypa/build) from 0.10.0 to 1.0.0.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@0.10.0...1.0.0)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and nacho committed Sep 4, 2023
1 parent 4bb7568 commit 8c3ae4a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 8 deletions.
49 changes: 42 additions & 7 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
build = ">=0.9,<0.11"
build = ">=0.9,<1.1"
lastversion = { version = ">=2.4.2,<4.0.0", optional = true }
packaging = { version = ">=21.3,<24.0", optional = true }
typer = {extras = ["all"], version = ">=0.6.1,<0.10.0"}
Expand Down

0 comments on commit 8c3ae4a

Please sign in to comment.