Skip to content

Commit

Permalink
⬆️ Bump build from 0.8.0 to 0.9.0 (#229)
Browse files Browse the repository at this point in the history
Bumps [build](https://github.com/pypa/build) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@0.8.0...0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 1, 2022
1 parent 59f4c0e commit 1f30cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-requirements.txt
Expand Up @@ -2,5 +2,5 @@
# this represent the minimum requirement to build (for the optional speedup)
mypy==0.982; python_version >= "3.7"
mypy==0.971; python_version < "3.7"
build==0.8.0
build==0.9.0
wheel==0.37.1
2 changes: 1 addition & 1 deletion dev-requirements.txt
Expand Up @@ -3,7 +3,7 @@ chardet==5.0.0
isort==5.10.1
codecov==2.1.12
pytest-cov==4.0.0
build==0.8.0
build==0.9.0
wheel==0.37.1

# The vast majority of project dropped Python 3.6
Expand Down

0 comments on commit 1f30cb8

Please sign in to comment.