From 2bd36aa6bf667191676339ca6d48dbe3b157ac3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:52:26 +0200 Subject: [PATCH] chore(deps-dev): bump pyupgrade in /streampipes-client-python (#2922) Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.15.0 to 3.16.0. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.16.0) --- 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> --- streampipes-client-python/poetry.lock | 8 ++++---- streampipes-client-python/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/streampipes-client-python/poetry.lock b/streampipes-client-python/poetry.lock index 0da6ddc501..ba05f11b77 100644 --- a/streampipes-client-python/poetry.lock +++ b/streampipes-client-python/poetry.lock @@ -2644,13 +2644,13 @@ files = [ [[package]] name = "pyupgrade" -version = "3.15.0" +version = "3.16.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.15.0-py2.py3-none-any.whl", hash = "sha256:8dc8ebfaed43566e2c65994162795017c7db11f531558a74bc8aa077907bc305"}, - {file = "pyupgrade-3.15.0.tar.gz", hash = "sha256:a7fde381060d7c224f55aef7a30fae5ac93bbc428367d27e70a603bc2acd4f00"}, + {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] @@ -3815,4 +3815,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">3.8.1,<3.12" -content-hash = "b0c15540d461bc8f424ca770eea1661a18f68071bf9545d11b48cae0f8dd61a2" +content-hash = "7f2ee902cd8a32cf1ca2c8402407635cdab716518719a4996af61b6b5b403d30" diff --git a/streampipes-client-python/pyproject.toml b/streampipes-client-python/pyproject.toml index 1bd882af55..127b9cca8a 100644 --- a/streampipes-client-python/pyproject.toml +++ b/streampipes-client-python/pyproject.toml @@ -76,7 +76,7 @@ ruff = "0.4.0" pre-commit = "3.5.0" pytest = "8.2.0" pytest-cov = "5.0.0" -pyupgrade = "3.15.0" +pyupgrade = "3.16.0" [tool.poetry.group.docs] optional = true