From 778bee05b1758d5367b10ec9315bad6191708ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 02:03:10 +0000 Subject: [PATCH] chore(deps-dev): bump pyupgrade from 2.31.1 to 3.8.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.31.1 to 3.8.0. - [Commits](https://github.com/asottile/pyupgrade/compare/v2.31.1...v3.8.0) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f598a37..52442e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -367,13 +367,13 @@ files = [ [[package]] name = "pyupgrade" -version = "2.31.1" +version = "3.8.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pyupgrade-2.31.1-py2.py3-none-any.whl", hash = "sha256:4060a7c20c79d373a3dcf34566b275c6de6cd2b034ad22465d3263fb0de82648"}, - {file = "pyupgrade-2.31.1.tar.gz", hash = "sha256:22e0ad6dd39c4381805cb059f1e691b6315c62c0ebcec98a5f29d22cd186a72a"}, + {file = "pyupgrade-3.8.0-py2.py3-none-any.whl", hash = "sha256:08d0e6129f5e9da7e7a581bdbea689e0d49c3c93eeaf156a07ae2fd794f52660"}, + {file = "pyupgrade-3.8.0.tar.gz", hash = "sha256:1facb0b8407cca468dfcc1d13717e3a85aa37b9e6e7338664ad5bfe5ef50c867"}, ] [package.dependencies] @@ -487,4 +487,4 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3db789e64735745c4965dd79872f2b213a25676492d728dca5f5f84af8dfb22d" +content-hash = "945cfafffde620d3cdf1fbc3041a6f391a4a41f3cec45bdba3c12c89d1472970" diff --git a/pyproject.toml b/pyproject.toml index eb554fb..4a9de9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ isort = "^5.12.0" black = "^23.3" pre-commit = "^3.3.3" flake8 = "^4.0.1" -pyupgrade = "^2.31.1" +pyupgrade = "^3.8.0" [tool.black] line-length = 120