diff --git a/streampipes-client-python/poetry.lock b/streampipes-client-python/poetry.lock index 7f11c0b0df..9d48efa9eb 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 c22e64b978..ba222bcd6b 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