Skip to content

Commit

Permalink
Bump setuptools from 70.3.0 to 75.1.0 (#310)
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 to 75.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.3.0...v75.1.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 024bf65 commit 034bf94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 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 @@ -29,7 +29,7 @@ optional = true
[tool.poetry.group.dev.dependencies]
black = ">=22.3,<25.0"
pylint = ">=2.17.4,<4.0.0"
setuptools = ">=67.8,<71.0"
setuptools = ">=67.8,<76.0"
mypy = "^1.3"
ipykernel = "^6.23.1"
notebook = ">=6.5.3,<8.0.0"
Expand Down

0 comments on commit 034bf94

Please sign in to comment.