This is an automated email from the ASF dual-hosted git repository.
zehnder 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 bea143804 Bump pytest from 7.3.0 to 7.4.0 in
/streampipes-client-python (#1711)
bea143804 is described below
commit bea1438044229ce7c86400b0c7db5ffa6375888c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 26 10:58:28 2023 +0200
Bump pytest from 7.3.0 to 7.4.0 in /streampipes-client-python (#1711)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.3.0...7.4.0)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 12e524e4b..7aa3a7bf3 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -56,7 +56,7 @@ dev_packages = base_packages + [
"mypy==1.4.0",
"pandas-stubs==2.0.0.230412",
"pre-commit==3.3.0",
- "pytest==7.3.0",
+ "pytest==7.4.0",
"pytest-cov==4.1.0",
"pyupgrade==3.7.0",
"types-Jinja2==2.11.9",