Skip to content

Commit

Permalink
build(deps): bump setuptools from 70.0.0 to 70.3.0
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 70.3.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.0.0...v70.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent 4ffb6df commit 96f046b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -68,7 +68,7 @@ psutil = [
]
pyyaml = "6.0.1" # Used for config file format
setproctitle = "1.3.3" # Gives the chia processes readable names
setuptools = "70.0.0"
setuptools = "70.3.0"
sortedcontainers = "2.4.0" # For maintaining sorted mempools
typing-extensions = "4.11.0" # typing backports like Protocol and TypedDict
watchdog = "4.0.1" # Filesystem event watching - watches keyring.yaml
Expand Down

0 comments on commit 96f046b

Please sign in to comment.