From 238d9e3f43b612ce9f96193e013c7d9de3beed87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 21:12:51 -0500 Subject: [PATCH] build(deps-dev): bump pyupgrade from 2.37.1 to 2.37.2 (#205) Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.37.1 to 2.37.2. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.37.2) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bd1c0dc..ff20f63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -808,7 +808,7 @@ python-versions = "*" [[package]] name = "pyupgrade" -version = "2.37.1" +version = "2.37.2" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -1259,7 +1259,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "a90f214ef71f8f32edc85e2de99d40fd602dcfe1011560d0591d9a50a12ffad2" +content-hash = "3d9008820808e5be2bdade8cb73aeffd44db3db398eb7a515451afaa0e6b228c" [metadata.files] alabaster = [ @@ -1685,8 +1685,8 @@ pytz = [ {file = "pytz-2022.1.tar.gz", hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"}, ] pyupgrade = [ - {file = "pyupgrade-2.37.1-py2.py3-none-any.whl", hash = "sha256:dd2a32628d6d2a7dd6c086d98420e234b9e60c1e1d4c55431578491703e762a5"}, - {file = "pyupgrade-2.37.1.tar.gz", hash = "sha256:3d9cbd88507a0f3d7397c46870617f0d073d61401c451c08a06763d6235d9e7d"}, + {file = "pyupgrade-2.37.2-py2.py3-none-any.whl", hash = "sha256:5394cd5b1a8e1e4973c98ed2725449492dd2f2a285079c7b62ebaf06095bfce7"}, + {file = "pyupgrade-2.37.2.tar.gz", hash = "sha256:137d7e624d94e998092d8aa4e0e701e9a6101b2d8b4ee469c41b617a6f98b1d1"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, diff --git a/pyproject.toml b/pyproject.toml index 6308b03..75ea43d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ darglint = "^1.8.1" reorder-python-imports = "^3.1.0" pre-commit-hooks = "^4.2.0" Pygments = "^2.12.0" -pyupgrade = "^2.32.1" +pyupgrade = "^2.37.2" furo = ">=2021.11.12" pytest-cov = "^3.0.0" types-croniter = "^1.3.1"