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 acf63636e Bump pyupgrade from 3.8.0 to 3.10.1 in
/streampipes-client-python (#1851)
acf63636e is described below
commit acf63636e945b6c6415a00d9d8024ef1c12bdf1a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 26 11:06:03 2023 +0200
Bump pyupgrade from 3.8.0 to 3.10.1 in /streampipes-client-python (#1851)
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.8.0 to
3.10.1.
- [Commits](https://github.com/asottile/pyupgrade/compare/v3.8.0...v3.10.1)
---
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 | 18 +++++++++---------
streampipes-client-python/pyproject.toml | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/streampipes-client-python/poetry.lock
b/streampipes-client-python/poetry.lock
index 646aadd5e..4f405e31e 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -2177,17 +2177,17 @@ files = [
[[package]]
name = "pyupgrade"
-version = "3.8.0"
+version = "3.10.1"
description = "A tool to automatically upgrade syntax for newer versions."
optional = false
-python-versions = ">=3.8"
+python-versions = ">=3.8.1"
files = [
- {file = "pyupgrade-3.8.0-py2.py3-none-any.whl", hash =
"sha256:08d0e6129f5e9da7e7a581bdbea689e0d49c3c93eeaf156a07ae2fd794f52660"},
- {file = "pyupgrade-3.8.0.tar.gz", hash =
"sha256:1facb0b8407cca468dfcc1d13717e3a85aa37b9e6e7338664ad5bfe5ef50c867"},
+ {file = "pyupgrade-3.10.1-py2.py3-none-any.whl", hash =
"sha256:f565b4d26daa46ed522e98746834e77e444269103f8bc04413d77dad95169a24"},
+ {file = "pyupgrade-3.10.1.tar.gz", hash =
"sha256:1d8d138c2ccdd3c42b1419230ae036d5607dc69465a26feacc069642fc8d1b90"},
]
[package.dependencies]
-tokenize-rt = ">=3.2.0"
+tokenize-rt = ">=5.2.0"
[[package]]
name = "pywin32"
@@ -2928,13 +2928,13 @@ test = ["flake8", "isort", "pytest"]
[[package]]
name = "tokenize-rt"
-version = "5.1.0"
+version = "5.2.0"
description = "A wrapper around the stdlib `tokenize` which roundtrips."
optional = false
python-versions = ">=3.8"
files = [
- {file = "tokenize_rt-5.1.0-py2.py3-none-any.whl", hash =
"sha256:9b7bb843e77dd6ed0be5564bfaaba200083911e0497841cd3e9235a6a9794d74"},
- {file = "tokenize_rt-5.1.0.tar.gz", hash =
"sha256:08f0c2daa94c4052e53c2fcaa8e32585e6ae9bdfc800974092d031401694e002"},
+ {file = "tokenize_rt-5.2.0-py2.py3-none-any.whl", hash =
"sha256:b79d41a65cfec71285433511b50271b05da3584a1da144a0752e9c621a285289"},
+ {file = "tokenize_rt-5.2.0.tar.gz", hash =
"sha256:9fe80f8a5c1edad2d3ede0f37481cc0cc1538a2f442c9c2f9e4feacd2792d054"},
]
[[package]]
@@ -3245,4 +3245,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 =
"b4c5da03c56a1bc3517e4a07ff6b382fcc8b4b46a8174fd6bb1a5f4408f233d9"
+content-hash =
"97e9d6655de747dc52a07cd95ec7dc2497f2c7e479875a127b1caf521e10bd97"
diff --git a/streampipes-client-python/pyproject.toml
b/streampipes-client-python/pyproject.toml
index 9378246e7..6a610627e 100644
--- a/streampipes-client-python/pyproject.toml
+++ b/streampipes-client-python/pyproject.toml
@@ -76,7 +76,7 @@ ruff = "0.0.280"
pre-commit = "3.3.0"
pytest = "7.4.0"
pytest-cov = "4.1.0"
-pyupgrade = "3.8.0"
+pyupgrade = "3.10.1"
[tool.poetry.group.docs]
optional = true