From 7faf0bb49a2696887f77f86d63deb0cec6e7e045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 07:41:25 -0500 Subject: [PATCH] Bump nbmake from 1.4.3 to 1.4.5 in /requirements (#1614) * 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](https://github.com/treebeardtech/nbmake/compare/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] * Update pkg_resources deprecation msg * Keep old msg too --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam J. Stewart --- pyproject.toml | 1 + requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9afb3e14792..3ccb118d440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/requirements/tests.txt b/requirements/tests.txt index cff5e12a987..27a923c3f86 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -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