From 9b9c42faf27afc59ee047564aad87af44a198198 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2020 07:27:26 +0000 Subject: [PATCH] Bump smmap2 from 2.0.5 to 3.0.1 Bumps [smmap2](https://github.com/gitpython-developers/smmap) from 2.0.5 to 3.0.1. - [Release notes](https://github.com/gitpython-developers/smmap/releases) - [Commits](https://github.com/gitpython-developers/smmap/compare/v2.0.5...v3.0.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0139fb4..416d131 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ requests==2.22.0 responses==0.10.15 # Note: we pin selenium to 3.8.0 because of https://github.com/SeleniumHQ/selenium/issues/5296 selenium==3.8.0 -smmap2==2.0.5 +smmap2==3.0.1 tenacity==5.0.2 urllib3==1.25.7