Skip to content

Commit

Permalink
Bump setuptools from 67.3.1 to 67.4.0 in /requirements (#1133)
Browse files Browse the repository at this point in the history
* Bump setuptools from 67.3.1 to 67.4.0 in /requirements

Bumps [setuptools](https://github.com/pypa/setuptools) from 67.3.1 to 67.4.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v67.3.1...v67.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update deprecation warning format

* module masking...

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <[email protected]>
  • Loading branch information
2 people authored and calebrob6 committed Apr 10, 2023
1 parent ee666d4 commit d2ae8a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ filterwarnings = [
# https://github.com/lanpa/tensorboardX/pull/677
"ignore:ANTIALIAS is deprecated and will be removed in Pillow 10:DeprecationWarning:tensorboardX.summary",
# https://github.com/Lightning-AI/lightning/issues/16756
'ignore:Implementing implicit namespace packages \(as specified in PEP 420\) is preferred:DeprecationWarning:lightning_fabric',
'ignore:Implementing implicit namespace packages \(as specified in PEP 420\) is preferred:DeprecationWarning:pytorch_lightning',
"ignore:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning:lightning_fabric",
"ignore:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning:pytorch_lightning",

# Expected warnings
# pytorch-lightning warns us about using num_workers=0, but it's faster on macOS
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==67.3.1
setuptools==67.4.0

# install
einops==0.6.0
Expand Down

0 comments on commit d2ae8a0

Please sign in to comment.