Bump pyupgrade from 3.11.1 to 3.12.0

Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.11.1 to 3.12.0.
- [Commits](https://github.com/asottile/pyupgrade/compare/v3.11.1...v3.12.0)

---
updated-dependencies:
- dependency-name: pyupgrade
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-22 08:18:10 +00:00
committed by GitHub
parent d9bc746c7f
commit 5158aea9ef
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -798,13 +798,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
[[package]] [[package]]
name = "pyupgrade" name = "pyupgrade"
version = "3.11.1" version = "3.12.0"
description = "A tool to automatically upgrade syntax for newer versions." description = "A tool to automatically upgrade syntax for newer versions."
optional = false optional = false
python-versions = ">=3.8.1" python-versions = ">=3.8.1"
files = [ files = [
{file = "pyupgrade-3.11.1-py2.py3-none-any.whl", hash = "sha256:6e9dd362394b3068123e06ca268de5845d41e2bb29f387b38323cc1009fb3100"}, {file = "pyupgrade-3.12.0-py2.py3-none-any.whl", hash = "sha256:c6f9c129560b9538e75b93fb0aee20508faae454714e8373d462e408985bd96a"},
{file = "pyupgrade-3.11.1.tar.gz", hash = "sha256:3e6c7689d2f3ae418c6a60ee981477fe9130eccaed3e33dac6c21274cf7d45f4"}, {file = "pyupgrade-3.12.0.tar.gz", hash = "sha256:defc292ffaf402942b8fccaa97491964063e343fc1993230e44890b971dc1234"},
] ]
[package.dependencies] [package.dependencies]
@@ -1088,4 +1088,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
content-hash = "43f65fbb4fcb704a9629bcc7edda417f6b59da88d82ccf56c09c33a9a6a8dc09" content-hash = "8d6ab378e755220751b28ffcaa0816dd131f54c844a9099f58bed6ee1f8bd5d1"

View File

@@ -29,7 +29,7 @@ pylint = "^2.13.2"
isort = "^5.10.1" isort = "^5.10.1"
mypy = "^1.5" mypy = "^1.5"
flake8 = "^4.0.1" flake8 = "^4.0.1"
pyupgrade = "^3.11.1" pyupgrade = "^3.12.0"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]