From b5a945bf6ead989f0cd17dc526eed5eb1e0b0b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 14:28:09 +0000 Subject: [PATCH] :arrow_up: Bump pyupgrade from 2.9.0 to 2.10.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.9.0...v2.10.0) Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++---------------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/poetry.lock b/poetry.lock index 99976f1..a4f568d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -220,14 +220,6 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" [package.extras] license = ["editdistance"] -[[package]] -name = "idna" -version = "3.1" -description = "Internationalized Domain Names in Applications (IDNA)" -category = "dev" -optional = false -python-versions = ">=3.4" - [[package]] name = "iniconfig" version = "1.1.1" @@ -504,7 +496,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm [[package]] name = "pyupgrade" -version = "2.9.0" +version = "2.10.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -695,7 +687,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "aaee496a20175f0944c8e087640c75120e301937b6f4ab99fae02ba60c04b45d" +content-hash = "50c18e702e0e1a9cf58eafe482298746d4d1d2ba8347332e8a67772fe3a4bb82" [metadata.files] appdirs = [ @@ -813,10 +805,6 @@ identify = [ {file = "identify-1.5.13-py2.py3-none-any.whl", hash = "sha256:9dfb63a2e871b807e3ba62f029813552a24b5289504f5b071dea9b041aee9fe4"}, {file = "identify-1.5.13.tar.gz", hash = "sha256:70b638cf4743f33042bebb3b51e25261a0a10e80f978739f17e7fd4837664a66"}, ] -idna = [ - {file = "idna-3.1-py3-none-any.whl", hash = "sha256:5205d03e7bcbb919cc9c19885f9920d622ca52448306f2377daede5cf3faac16"}, - {file = "idna-3.1.tar.gz", hash = "sha256:c5b02147e01ea9920e6b0a3f1f7bb833612d507592c837a6c49552768f4054e1"}, -] iniconfig = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, @@ -1008,8 +996,8 @@ pytest = [ {file = "pytest-6.2.2.tar.gz", hash = "sha256:9d1edf9e7d0b84d72ea3dbcdfd22b35fb543a5e8f2a60092dd578936bf63d7f9"}, ] pyupgrade = [ - {file = "pyupgrade-2.9.0-py2.py3-none-any.whl", hash = "sha256:fde759f8a697f76d8100c3530cf49affac06fccdfb8882069c43b117588af00c"}, - {file = "pyupgrade-2.9.0.tar.gz", hash = "sha256:b23f80e3c337ebb45e9ed846926f22fab1d990de319bc9e72dccbac33115d412"}, + {file = "pyupgrade-2.10.0-py2.py3-none-any.whl", hash = "sha256:b26a00db6e2d745fe5a949e1fd02c5286c3999edaf804f746c69d559c8f8b365"}, + {file = "pyupgrade-2.10.0.tar.gz", hash = "sha256:601427033f280d50b5b102fed1013b96f91244777772114aeb7e191762cd6050"}, ] pyyaml = [ {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"}, diff --git a/pyproject.toml b/pyproject.toml index 0b14747..b0ac910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ furl = "^2.1.0" [tool.poetry.dev-dependencies] darglint = "^1.5.8" isort = "^5.7.0" -pyupgrade = "^2.7.4" +pyupgrade = "^2.10.0" black = "^20.8b1" mypy = "^0.800" bandit = "^1.7.0"