Bump pyupgrade from 3.15.0 to 3.15.1

Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.15.0 to 3.15.1.
- [Commits](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-19 08:28:34 +00:00
committed by GitHub
parent a76654da9a
commit 491b553548
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ pylint = "^3.0.2"
isort = "^5.10.1"
mypy = "^1.7"
flake8 = "^4.0.1"
pyupgrade = "^3.15.0"
pyupgrade = "^3.15.1"
[build-system]
requires = ["poetry-core>=1.0.0"]