From a60d9a1d1504d85b8e7d77e541609a54b8e20065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:35:57 +0000 Subject: [PATCH] build(deps): bump pyupgrade from 3.15.2 to 3.16.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.15.2 to 3.16.0. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.16.0) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b28f6290878e..7ee5ec7c700e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2640,13 +2640,13 @@ six = ">=1.5" [[package]] name = "pyupgrade" -version = "3.15.2" +version = "3.16.0" description = "A tool to automatically upgrade syntax for newer versions." optional = true python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.15.2-py2.py3-none-any.whl", hash = "sha256:ce309e0ff8ecb73f56a45f12570be84bbbde9540d13697cacb261a7f595fb1f5"}, - {file = "pyupgrade-3.15.2.tar.gz", hash = "sha256:c488d6896c546d25845712ef6402657123008d56c1063174e27aabe15bd6b4e5"}, + {file = "pyupgrade-3.16.0-py2.py3-none-any.whl", hash = "sha256:7a54ee28f3024d027048d49d101e5c702e88c85edc3a1d08b636c50ebef2a97d"}, + {file = "pyupgrade-3.16.0.tar.gz", hash = "sha256:237893a05d5b117259b31b423f23cbae4bce0b7eae57ba9a52c06098c2ddd76f"}, ] [package.dependencies] @@ -3419,4 +3419,4 @@ upnp = ["miniupnpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8.10, <3.13" -content-hash = "e9c3e6986a1fda70530e81f02eadf87e6c85de8718d92e40bb8b6d7fcd4e5090" +content-hash = "fff889fa88326553660e3563064e214078ae7267e387978c57662a0daf2fcd6d" diff --git a/pyproject.toml b/pyproject.toml index c20e423c197d..5dc7b3a806c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ types-pyyaml = { version = "6.0.12.20240311", optional = true } types-setuptools = { version = "70.0.0.20240524", optional = true } lxml = { version = "5.2.2", optional = true } miniupnpc = { version = "2.2.2", source = "chia", optional = true } -pyupgrade = { version = "3.15.2", optional = true } +pyupgrade = { version = "3.16.0", optional = true } # big-o = {version = "0.11.0", optional = true} # numpy = [ # {version="1.24.4", python = "<3.9", optional = true},