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/04/10 08:05:48 UTC

[streampipes] branch dev updated: Bump pytest from 7.2.1 to 7.3.0 in /streampipes-client-python (#1498)

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 cbae1b891 Bump pytest from 7.2.1 to 7.3.0 in /streampipes-client-python (#1498)
cbae1b891 is described below

commit cbae1b8913a998d99a97306a5610c58dc068d787
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 10 10:05:43 2023 +0200

    Bump pytest from 7.2.1 to 7.3.0 in /streampipes-client-python (#1498)
---
 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 4d3d5d0dc..3a990cc2b 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -54,7 +54,7 @@ dev_packages = base_packages + [
     "mypy==1.2.0",
     "pandas-stubs==1.5.2.230105",
     "pre-commit==3.2.0",
-    "pytest==7.2.1",
+    "pytest==7.3.0",
     "pytest-cov==4.0.0",
     "pyupgrade==3.3.1",
     "types-Jinja2==2.11.9",