From c7b60f7fda70b82dadf5d506f8a0d0808bbab075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 22:35:10 +0800 Subject: [PATCH] Bump pyupgrade from 3.6.0 to 3.10.1 (#1870) Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.6.0 to 3.10.1. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.6.0...v3.10.1) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b4759e80..ddf2106c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,7 +11,7 @@ pylint==2.17.4 pyre-check==0.9.18; python_version>'3.8' pyright==1.1.313 pytype==2023.6.2; platform_python_implementation=='CPython' and python_version<'3.11' -pyupgrade==3.6.0 +pyupgrade==3.10.1 pyyaml==6.0.1 readthedocs-sphinx-search==0.3.1 ruff==0.0.272