From b38bef8fa0107216eaf7e2ebc6000f6289515fda Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 12:14:25 +0000 Subject: [PATCH] Bump packaging from 20.1 to 20.3 Bumps [packaging](https://github.com/pypa/packaging) from 20.1 to 20.3. - [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.3) 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..a7f0f35 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.3 # via pytest pandas==0.25.3 pluggy==0.13.1 # via pytest py==1.8.1 # via pytest