Skip to content

Commit

Permalink
Bump setuptools from 71.1.0 to 72.1.0 (#1261)
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 71.1.0 to 72.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v71.1.0...v72.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 643d6ce commit f5a1243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -43,7 +43,7 @@ autoapi = { version = "2.0.1", optional = true }
sphinx-autoapi = { version = "3.2.1", optional = true }
sphinxcontrib-apidoc = { version = "0.5.0", optional = true }
sphinx-github-changelog = { version = "^1.2.0", optional = true }
setuptools = ">=67.1,<72.0"
setuptools = ">=67.1,<73.0"
xlrd = "^2.0.1"
lxml = "^5.0.0"
# urllib3 2.0 is not compatible with poetry-export-plugin
Expand Down

0 comments on commit f5a1243

Please sign in to comment.