Bump pyupgrade from 2.34.0 to 2.37.1

Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.34.0 to 2.37.1.
- [Release notes](https://github.com/asottile/pyupgrade/releases)
- [Commits](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.1)

---
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] 2022-07-11 21:15:57 +00:00 committed by GitHub
parent a3c689b1fa
commit 69e9769d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View File

@ -1445,7 +1445,7 @@ tzdata = {version = "*", markers = "python_version >= \"3.6\""}
[[package]]
name = "pyupgrade"
version = "2.34.0"
version = "2.37.1"
description = "A tool to automatically upgrade syntax for newer versions."
category = "dev"
optional = false
@ -2094,7 +2094,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "6dcaf535f797fa5da2ddc948fe7ab7a25915493c23faf70fc2d3d1fa3a4678e5"
content-hash = "f9e4fda8bec6e5857f0c169af557f81f85071f391f7a0ae8e8d3733dc82035a6"
[metadata.files]
alabaster = []

View File

@ -76,7 +76,7 @@ reorder-python-imports = "^3.3.0"
pre-commit-hooks = "^4.0.1"
sphinx-click = "^4.3.0"
Pygments = "^2.10.0"
pyupgrade = "^2.29.1"
pyupgrade = "^2.37.1"
furo = ">=2021.11.12"
MonkeyType = "^22.2.0"
sqlalchemy-stubs = "^0.4"