Skip to content

Commit

Permalink
build(deps-dev): bump setuptools from 69.5.1 to 71.1.0 (#2832)
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.5.1 to 71.1.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...v71.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>
Co-authored-by: Nicholas Car <[email protected]>
  • Loading branch information
dependabot[bot] and nicholascar authored Jul 23, 2024
1 parent 23fafc4 commit 5b93b99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -56,7 +56,7 @@ pytest = "^7.1.3"
pytest-cov = ">=4,<6"
coverage = {version = "^7.0.1", extras = ["toml"]}
types-setuptools = ">=68.0.0.3,<70.0.0.0"
setuptools = ">=68,<70"
setuptools = ">=68,<72"
wheel = ">=0.42,<0.44"

[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit 5b93b99

Please sign in to comment.