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/01/25 18:23:53 UTC

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

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 51ba6d871 Bump pre-commit from 2.21.0 to 3.0.0 in /streampipes-client-python (#1151)
51ba6d871 is described below

commit 51ba6d871c00ef7717d79eceac567e5ea04c6afc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 25 19:23:47 2023 +0100

    Bump pre-commit from 2.21.0 to 3.0.0 in /streampipes-client-python (#1151)
    
    Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 3.0.0.
    - [Release notes](https://github.com/pre-commit/pre-commit/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.21.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 011909e07..f2c54a404 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -46,7 +46,7 @@ dev_packages = base_packages + [
     "isort==5.11.4",
     "mypy==0.991",
     "pandas-stubs==1.5.2.230105",
-    "pre-commit==2.21.0",
+    "pre-commit==3.0.0",
     "pytest==7.2.1",
     "pytest-cov==4.0.0",
     "pyupgrade==3.3.1",