Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 1947319 commit 7d1f069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dev = [
"coverage==7.3.0",
"pylint==2.17.5",
"tox==4.11.1",
"build==1.0.0",
"build==1.0.3",
"pdoc==14.0.0",
"notebook==7.0.3"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage==7.3.0
pylint==2.17.5
tox==4.11.1
build==1.0.0
build==1.0.3
pdoc==14.0.0
notebook==7.0.3

0 comments on commit 7d1f069

Please sign in to comment.