From cc01e515233146edeed5771ad36284143cf0b72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Dec 2021 17:07:08 +0000 Subject: [PATCH] Build(deps-dev): Bump pyupgrade from 2.30.0 to 2.30.1 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.30.0 to 2.30.1. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.30.0...v2.30.1) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fa3c7513..14d5e0ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -978,7 +978,7 @@ python-versions = "*" [[package]] name = "pyupgrade" -version = "2.30.0" +version = "2.30.1" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -1417,7 +1417,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "d3697bf62ccf231f2abf8a31351ed401bc914f57ec78b867bfad71e46deea68b" +content-hash = "ead7923cd3531a24ef56bb33808159a62a70334fa9e4b498e06e362205afff7d" [metadata.files] alabaster = [ @@ -1975,8 +1975,8 @@ pytz = [ {file = "pytz-2021.3.tar.gz", hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326"}, ] pyupgrade = [ - {file = "pyupgrade-2.30.0-py2.py3-none-any.whl", hash = "sha256:93dfabfb86ebbc511e7aab0775c6330897af85eab0048ab12cd2ae4e14d959ff"}, - {file = "pyupgrade-2.30.0.tar.gz", hash = "sha256:95c9986bff7f525b20986d6bd161bb14c223633a2035a292a8fa8f1936f3a7a4"}, + {file = "pyupgrade-2.30.1-py2.py3-none-any.whl", hash = "sha256:803c4e7631f0596e5d991b671014ce8f4f1e76b52b27dca11ea8bf0110808dfa"}, + {file = "pyupgrade-2.30.1.tar.gz", hash = "sha256:dc38f1613c50fd7baae3475f2afa5b8c933709df619494dd98773e91a5a2755e"}, ] pywin32-ctypes = [ {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, diff --git a/pyproject.toml b/pyproject.toml index d1b2efe6..c11f2b28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ Pygments = "^2.10.0" poetry = "^1.1.12" pytest-datadir = "^1.3.1" typing-extensions = "^4.0.1" -pyupgrade = "^2.30.0" +pyupgrade = "^2.30.1" [tool.coverage.paths] source = ["src", "*/site-packages"]