This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 11a0da876 Bump pyupgrade from 3.11.0 to 3.12.0 in
/streampipes-client-python (#1953)
11a0da876 is described below
commit 11a0da87613ff64b208f04dd6ceeeefd025c1de5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 22 09:09:39 2023 +0200
Bump pyupgrade from 3.11.0 to 3.12.0 in /streampipes-client-python (#1953)
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.11.0 to
3.12.0.
- [Commits](https://github.com/asottile/pyupgrade/compare/v3.11.0...v3.12.0)
---
updated-dependencies:
- dependency-name: pyupgrade
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 7f11c0b0d..9d48efa9e 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -2205,13 +2205,13 @@ files = [
[[package]]
name = "pyupgrade"
-version = "3.11.0"
+version = "3.12.0"
description = "A tool to automatically upgrade syntax for newer versions."
optional = false
python-versions = ">=3.8.1"
files = [
- {file = "pyupgrade-3.11.0-py2.py3-none-any.whl", hash =
"sha256:7bd8b83bc1a61b3a4c8fea5e16313b7b29e5cdf1be6184f8c6c467557e9cfab3"},
- {file = "pyupgrade-3.11.0.tar.gz", hash =
"sha256:1d0bf0dbadf179ff8952d92d52759a5984526597a055d1626884397c46f94003"},
+ {file = "pyupgrade-3.12.0-py2.py3-none-any.whl", hash =
"sha256:c6f9c129560b9538e75b93fb0aee20508faae454714e8373d462e408985bd96a"},
+ {file = "pyupgrade-3.12.0.tar.gz", hash =
"sha256:defc292ffaf402942b8fccaa97491964063e343fc1993230e44890b971dc1234"},
]
[package.dependencies]
@@ -3283,4 +3283,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 =
"bff2b00c78d20ed3828d93fe8995a93ebc2cccef0821aee7aacfca479e70fa53"
+content-hash =
"9c5cfd6a733b762ea76f8768e43638f63c2ec98f5907421bcb0e2f8651394698"
diff --git a/streampipes-client-python/pyproject.toml
b/streampipes-client-python/pyproject.toml
index c22e64b97..ba222bcd6 100644
--- a/streampipes-client-python/pyproject.toml
+++ b/streampipes-client-python/pyproject.toml
@@ -76,7 +76,7 @@ ruff = "0.0.280"
pre-commit = "3.4.0"
pytest = "7.4.0"
pytest-cov = "4.1.0"
-pyupgrade = "3.11.0"
+pyupgrade = "3.12.0"
[tool.poetry.group.docs]
optional = true