From f4318c4fe31354a106bf6d38f4ebbfef7e2cf95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 09:16:48 +0000 Subject: [PATCH] Bump pytest from 7.2.0 to 7.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.2. - [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.2.0...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1254b94..1c27039 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "bokeh==2.4.3", "Backtesting==0.3.3", "scikit-learn==1.2.0", - "pytest==7.2.0", + "pytest==7.2.2", "torch==1.13.1", "lightgbm==3.3.3", "yfinance==0.2.3",