Skip to content

Commit

Permalink
chore(deps): update build requirement from <0.10.0 to <1.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@0.0.1...1.2.2)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 1f059f9 commit 4106f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dev = [
]

package = [
"build<0.10.0",
"build<1.3.0",
"python-semantic-release",
"setuptools",
"wheel",
Expand Down Expand Up @@ -126,7 +126,7 @@ build_command = """
python -m venv .venv
source .venv/bin/activate
pip install -U pip
python -m pip install "build<0.10.0" python-semantic-release setuptools wheel
python -m pip install "build<1.3.0" python-semantic-release setuptools wheel
python -m build .
"""

Expand Down

0 comments on commit 4106f1d

Please sign in to comment.