Skip to content

Commit

Permalink
Bump nbmake from 1.4.3 to 1.4.5 in /requirements (#1614)
Browse files Browse the repository at this point in the history
* Bump nbmake from 1.4.3 to 1.4.5 in /requirements

Bumps [nbmake](https://github.com/treebeardtech/nbmake) from 1.4.3 to 1.4.5.
- [Release notes](https://github.com/treebeardtech/nbmake/releases)
- [Commits](treebeardtech/nbmake@v1.4.3...v1.4.5)

---
updated-dependencies:
- dependency-name: nbmake
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Update pkg_resources deprecation msg

* Keep old msg too

---------

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
dependabot[bot] and adamjstewart authored Oct 4, 2023
1 parent 56499bd commit 7faf0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ filterwarnings = [
"ignore:ANTIALIAS is deprecated and will be removed in Pillow 10:DeprecationWarning:tensorboardX.summary",
# https://github.com/Lightning-AI/lightning/issues/16756
"ignore:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning",
"ignore:pkg_resources is deprecated as an API.:DeprecationWarning:lightning_utilities.core.imports",
"ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated:DeprecationWarning:jsonargparse",

# Expected warnings
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tests
mypy==1.5.1
nbmake==1.4.3
nbmake==1.4.5
pytest==7.4.2
pytest-cov==4.1.0

0 comments on commit 7faf0bb

Please sign in to comment.