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/03/20 06:36:52 UTC

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

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 ed5b074e0 Bump pre-commit from 3.1.0 to 3.2.0 in /streampipes-client-python (#1431)
ed5b074e0 is described below

commit ed5b074e0dfddfbead8502ce8e822d6cdd80e29a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 20 07:36:46 2023 +0100

    Bump pre-commit from 3.1.0 to 3.2.0 in /streampipes-client-python (#1431)
---
 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 3424f4520..733d5112c 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -47,7 +47,7 @@ dev_packages = base_packages + [
     "isort==5.12.0",
     "mypy==1.1.1",
     "pandas-stubs==1.5.2.230105",
-    "pre-commit==3.1.0",
+    "pre-commit==3.2.0",
     "pytest==7.2.1",
     "pytest-cov==4.0.0",
     "pyupgrade==3.3.1",