From 8531d375444728bdef4816cd204e103a839b6a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 06:39:10 +0000 Subject: [PATCH] Bump pip-licenses from 3.1.0 to 3.4.0 in /python Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 3.1.0 to 3.4.0. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-3.1.0...v-3.4.0) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index 2baa26aad3..77619713b3 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -8,7 +8,7 @@ mypy-protobuf==2.4 mypy<0.791 pandas==1.1.0 # used in serving_test_gen pillow==8.1.1 -pip-licenses==3.1.0 # fetch licenses +pip-licenses==3.4.0 # fetch licenses pytest-cov==2.10.1 pytest==6.2.2 tenacity==6.3.1 # tenacity - used for smart retrying