Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  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 Nov 20, 2023
1 parent a12f010 commit 87a3114
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -41,7 +41,7 @@ autoapi = { version = "2.0.1", optional = true }
sphinx-autoapi = { version = "3.0.0", optional = true }
sphinxcontrib-apidoc = { version = "0.4.0", optional = true }
sphinx-github-changelog = { version = "^1.2.0", optional = true }
setuptools = ">=67.1,<69.0"
setuptools = ">=67.1,<70.0"
xlrd = "^2.0.1"

[tool.poetry.scripts]
Expand Down

0 comments on commit 87a3114

Please sign in to comment.