Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 2dcd229 commit 7e22beb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -35,7 +35,7 @@ python = "^3.10"
python-ndn = "^0.4.2"
pyyaml = "^6.0"
pendulum = "^3.0.0"
setuptools = "^69.0.0"
setuptools = ">=69,<71"

# Extra dependencies [dev]
pytest = { version = "^8.0.0", optional = true }
Expand Down

0 comments on commit 7e22beb

Please sign in to comment.