From 39aca415e2ff20f29ea0e695f2f68129d378c48c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 03:15:27 +0000 Subject: [PATCH] :arrow_up: Bump pyupgrade from 3.2.2 to 3.2.3 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v3.2.2...v3.2.3) --- 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 fcb1f000..c9f51ef2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -612,7 +612,7 @@ python-versions = "*" [[package]] name = "pyupgrade" -version = "3.2.2" +version = "3.2.3" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -966,7 +966,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = "~3.11" -content-hash = "2c87b414db55eb4fd81ec0034de2891624383b193ab23a8d9ad43ca624b76727" +content-hash = "9ee71f093211700521eac45e9d4a543ce92fdbee35cf46e22aab7e2d940c62ec" [metadata.files] alabaster = [ @@ -1328,8 +1328,8 @@ pytz = [ {file = "pytz-2022.6.tar.gz", hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2"}, ] pyupgrade = [ - {file = "pyupgrade-3.2.2-py2.py3-none-any.whl", hash = "sha256:16c0e3a6ac2d83cd0fd30c138af5504918c59d584344f60a15d5f8009b11a0ed"}, - {file = "pyupgrade-3.2.2.tar.gz", hash = "sha256:6bfa246fb9d94e490fad37980bcfc05b9494183ff29d9100ef4f7f22a952ce67"}, + {file = "pyupgrade-3.2.3-py2.py3-none-any.whl", hash = "sha256:f831c56b44c3fe70273303fe5a28f89e9c23d5e91b0fabb34153c11cdddd0ee1"}, + {file = "pyupgrade-3.2.3.tar.gz", hash = "sha256:bfded7b81c478dcabb356fe6a1877dd8729ec9b70669c5d2d669f81d0e076cac"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, diff --git a/pyproject.toml b/pyproject.toml index 890022bc..a31ff00c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pydocstyle = "^6.1.1" pylint = "^2.15.6" pytest = "^7.2.0" hypothesis = "^6.58.0" -pyupgrade = "^3.2.2" +pyupgrade = "^3.2.3" safety = "^2.3.2" pytest-html = "^3.2.0" pytest-cov = "^4.0.0"