You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/02/24 05:37:10 UTC

[streampipes] branch dev updated: Bump pre-commit from 3.0.0 to 3.1.0 in /streampipes-client-python (#1345)

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 921e27600 Bump pre-commit from 3.0.0 to 3.1.0 in /streampipes-client-python (#1345)
921e27600 is described below

commit 921e27600fcd6edf8a10de5290977e3d289af436
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 24 06:37:01 2023 +0100

    Bump pre-commit from 3.0.0 to 3.1.0 in /streampipes-client-python (#1345)
---
 streampipes-client-python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-client-python/setup.py b/streampipes-client-python/setup.py
index 8774784f0..e135fd33f 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -46,7 +46,7 @@ dev_packages = base_packages + [
     "isort==5.12.0",
     "mypy==1.0.0",
     "pandas-stubs==1.5.2.230105",
-    "pre-commit==3.0.0",
+    "pre-commit==3.1.0",
     "pytest==7.2.1",
     "pytest-cov==4.0.0",
     "pyupgrade==3.3.1",