From 809f6f211bce7659be6f7d2a10875b4740399281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 16:32:04 +0000 Subject: [PATCH] chore(deps): bump packaging from 20.9 to 21.0 in /app (#5883) --- app/poetry.lock | 10 +++++----- app/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index 94edf7bd9..e4e223fce 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -958,11 +958,11 @@ python-versions = "*" [[package]] name = "packaging" -version = "20.9" +version = "21.0" description = "Core utilities for Python packages" category = "main" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.6" [package.dependencies] pyparsing = ">=2.0.2" @@ -1574,7 +1574,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "5a6470abda5e8520e86e0904d19b15db6c2cbdff47b5dab09de46378aa3e1d88" +content-hash = "67a518e2c4d1bd958d81bbe6646906bac3b614c2aa5016f3cdf64f10460f66e6" [metadata.files] aiohttp = [ @@ -2010,8 +2010,8 @@ mypy-extensions = [ {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, ] packaging = [ - {file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"}, - {file = "packaging-20.9.tar.gz", hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"}, + {file = "packaging-21.0-py3-none-any.whl", hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14"}, + {file = "packaging-21.0.tar.gz", hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"}, ] parameterized = [ {file = "parameterized-0.8.1-py2.py3-none-any.whl", hash = "sha256:9cbb0b69a03e8695d68b3399a8a5825200976536fe1cb79db60ed6a4c8c9efe9"}, diff --git a/app/pyproject.toml b/app/pyproject.toml index 4f645f249..21d214f47 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -39,7 +39,7 @@ datadog = "0.41.0" sqlparse = "0.4.1" asgiref = "3.3.4" uritemplate = "3.0.1" -packaging = "20.9" +packaging = "21.0" pyparsing = "2.4.7" django-markdown2 = "0.3.1" markdown2 = "2.4.0"