From 86432dd7027be9e2326bcc0f7ec40c4736b8a70e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:16:53 +0000 Subject: [PATCH] Bump yahooquery from 2.3.2 to 2.3.3 in /etc/requirements_dependabot Bumps [yahooquery](https://github.com/dpguthrie/yahooquery) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/dpguthrie/yahooquery/releases) - [Changelog](https://github.com/dpguthrie/yahooquery/blob/master/CHANGELOG.rst) - [Commits](https://github.com/dpguthrie/yahooquery/compare/v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: yahooquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- etc/requirements_dependabot/requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements_dependabot/requirements_tests.txt b/etc/requirements_dependabot/requirements_tests.txt index 61f46f1..d426778 100644 --- a/etc/requirements_dependabot/requirements_tests.txt +++ b/etc/requirements_dependabot/requirements_tests.txt @@ -132,5 +132,5 @@ urllib3==2.0.7 # via requests valimp==0.1 # via market-prices (pyproject.toml) -yahooquery==2.3.2 +yahooquery==2.3.3 # via market-prices (pyproject.toml)