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:/pypa/build) to permit the latest version.
- [Release notes](https:/pypa/build/releases)
- [Changelog](https:/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 and PaulHax committed Oct 8, 2024
1 parent 437b6a5 commit 82bf3c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel "build<0.10.0" python-semantic-release
python -m pip install --upgrade pip setuptools wheel "build<1.3.0" python-semantic-release
- name: Python Semantic Release
id: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel "build<0.10.0" python-semantic-release
python -m pip install --upgrade pip setuptools wheel "build<1.3.0" python-semantic-release
- name: Python Semantic Release
id: release
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dev = [
]

package = [
"build<0.10.0",
"build<1.3.0",
"python-semantic-release",
"setuptools",
"wheel",
Expand Down Expand Up @@ -125,7 +125,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 82bf3c9

Please sign in to comment.