Skip to content

Commit

Permalink
Bump setuptools from 66.1.1 to 67.0.0 in /requirements (#1066)
Browse files Browse the repository at this point in the history
* Bump setuptools from 66.1.1 to 67.0.0 in /requirements

Bumps [setuptools](https://github.com/pypa/setuptools) from 66.1.1 to 67.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v66.1.1...v67.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* bump setuptools upper bound

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
  • Loading branch information
dependabot[bot] and adamjstewart authored Jan 30, 2023
1 parent 1e4ecf8 commit 509b459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
# setuptools 42+ required for metadata.license_files support in setup.cfg
"setuptools>=42,<67",
"setuptools>=42,<68",
]
build-backend = "setuptools.build_meta"

Expand Down
2 changes: 1 addition & 1 deletion requirements/required.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# setup
setuptools==66.1.1
setuptools==67.0.0

# install
einops==0.6.0
Expand Down

0 comments on commit 509b459

Please sign in to comment.