build(deps-dev): bump pyupgrade from 2.38.0 to 2.38.2

Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.38.0 to 2.38.2.
- [Release notes](https://github.com/asottile/pyupgrade/releases)
- [Commits](https://github.com/asottile/pyupgrade/compare/v2.38.0...v2.38.2)

---
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]
2022-09-26 02:12:00 +00:00
parent d0b108804b
commit c3e68629b7
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -805,7 +805,7 @@ python-versions = "*"
[[package]]
name = "pyupgrade"
version = "2.38.0"
version = "2.38.2"
description = "A tool to automatically upgrade syntax for newer versions."
category = "dev"
optional = false
@@ -1271,7 +1271,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "adb68b3b9ca2a821369f18b167484036c9f6052436735e88da450170738428f6"
content-hash = "5bd5702ee72160155502ff9c67f65c42af6492e32d4ce24ff45c484b3e5dbc09"
[metadata.files]
alabaster = [
@@ -1704,8 +1704,8 @@ pytz = [
{file = "pytz-2022.2.1.tar.gz", hash = "sha256:cea221417204f2d1a2aa03ddae3e867921971d0d76f14d87abb4414415bbdcf5"},
]
pyupgrade = [
{file = "pyupgrade-2.38.0-py2.py3-none-any.whl", hash = "sha256:e68e033603de3b4b675c7bd733723fb2bb7930a1898b6da61fb503643322e2f9"},
{file = "pyupgrade-2.38.0.tar.gz", hash = "sha256:7d03766fb5d68e9b0ec86b7d48c3cc29462b0031ff48ceece34bd224708553c0"},
{file = "pyupgrade-2.38.2-py2.py3-none-any.whl", hash = "sha256:41bb9a9fd48fe57163b0dacffff433d6d5a63a0f7c2402918917b5f1a533342b"},
{file = "pyupgrade-2.38.2.tar.gz", hash = "sha256:a5d778c9de0b53975c6a9eac2d0df5adfad244a9f7d7993d8a114223ebbda367"},
]
pyyaml = [
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},

View File

@@ -52,7 +52,7 @@ darglint = "^1.8.1"
reorder-python-imports = "^3.8.3"
pre-commit-hooks = "^4.2.0"
Pygments = "^2.13.0"
pyupgrade = "^2.38.0"
pyupgrade = "^2.38.2"
furo = ">=2021.11.12"
pytest-cov = "^3.0.0"
types-croniter = "^1.3.2"