From da7ff46aefb7079d6ec6189d98f437e2b4befff3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 23 May 2021 18:56:33 +0000 Subject: [PATCH] Bump packaging from 20.4 to 20.9 in /auctioning_platform Bumps [packaging](https://github.com/pypa/packaging) from 20.4 to 20.9. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/20.4...20.9) Signed-off-by: dependabot-preview[bot] --- auctioning_platform/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auctioning_platform/requirements.txt b/auctioning_platform/requirements.txt index 321a72b7..5e47b19d 100644 --- a/auctioning_platform/requirements.txt +++ b/auctioning_platform/requirements.txt @@ -34,7 +34,7 @@ markupsafe==1.1.1 # via jinja2, wtforms marshmallow-dataclass==8.1.0 # via -r ./web_app/requirements.txt marshmallow==3.10.0 # via -r ./web_app/requirements.txt, marshmallow-dataclass mypy-extensions==0.4.3 # via typing-inspect -packaging==20.4 # via pytest +packaging==20.9 # via pytest passlib==1.7.4 # via flask-security pluggy==0.13.1 # via pytest psycopg2-binary==2.8.6 # via -r ./db_infrastructure/requirements.txt