From d77998f2a5843050e33252acc8a3561eafe67d31 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 12:15:30 +0000 Subject: [PATCH] Bump packaging from 20.1 to 20.4 Bumps [packaging](https://github.com/pypa/packaging) from 20.1 to 20.4. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/20.1...20.4) 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 4836630..f1d5032 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ matplotlib==3.1.2 mock==3.0.5 # via pytest-shutil more-itertools==8.1.0 # via pytest numpy==1.18.1 -packaging==20.1 # via pytest +packaging==20.4 # via pytest pandas==0.25.3 pluggy==0.13.1 # via pytest py==1.8.1 # via pytest