Skip to content

Commit

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

---
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] committed Oct 3, 2023
1 parent 1d6626a commit 4c386cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 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 @@ -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.0"
setuptools = ">=67.1,<69.0"
xlrd = "^2.0.1"

[tool.poetry.scripts]
Expand Down

0 comments on commit 4c386cd

Please sign in to comment.