Skip to content

Commit

Permalink
Bump setuptools from 69.0.3 to 70.0.0
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.3 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.0.3...v70.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 96fb5eb commit 47b8e82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 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 @@ -53,7 +53,7 @@ ipython = [
{ version = "^8.13", python = ">=3.9" },
]
ipdb = "^0.13.13"
setuptools = "^69.0" # https://stackoverflow.com/questions/75307814/error-python-packaging-tool-setuptools-not
setuptools = ">=69,<71" # https://stackoverflow.com/questions/75307814/error-python-packaging-tool-setuptools-not

[tool.poetry.group.test.dependencies]
pytest = "^7.2"
Expand Down

0 comments on commit 47b8e82

Please sign in to comment.