From b1b33bc92318725cdcc38f991ddc39c751242b06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 20:57:12 +0000 Subject: [PATCH] Bump testpath from 0.5.0 to 0.6.0 in /.depends Bumps [testpath](https://github.com/jupyter/testpath) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/jupyter/testpath/releases) - [Changelog](https://github.com/jupyter/testpath/blob/master/doc/history.rst) - [Commits](https://github.com/jupyter/testpath/compare/0.5.0...0.6.0) --- updated-dependencies: - dependency-name: testpath dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .depends/test.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.depends/test.requirements.txt b/.depends/test.requirements.txt index f7459b64..154dd911 100644 --- a/.depends/test.requirements.txt +++ b/.depends/test.requirements.txt @@ -15,5 +15,5 @@ pytest-mock<3.7.1 pytest-runner pytest==7.1.1 shellcheck-py==0.8.0.4 -testpath==0.5.0 +testpath==0.6.0 typing-extensions>=3.7.4.3,<3.11.0.0