From 825aa6dd115fa08acef54727ad1e487961212502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 01:51:04 +0000 Subject: [PATCH 1/2] Bump numpy from 2.1.1 to 2.1.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: numpy 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 66da09aca..d93d91797 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "imblearn", "kaleido==0.2.1", "mypy==1.11.2", - "numpy==2.1.1", + "numpy==2.1.2", "numerize==0.12.0", "pandas==2.2.3", "pathlib", From 965e22f03036fcf9ca3d1794b902a00747fefb49 Mon Sep 17 00:00:00 2001 From: Calina Cenan Date: Mon, 7 Oct 2024 09:15:30 +0100 Subject: [PATCH 2/2] Add another time sleep wait for homepage callbacks. --- pdr_backend/pdr_dashboard/test/test_callbacks_home.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pdr_backend/pdr_dashboard/test/test_callbacks_home.py b/pdr_backend/pdr_dashboard/test/test_callbacks_home.py index 05fa554a3..361cc7283 100644 --- a/pdr_backend/pdr_dashboard/test/test_callbacks_home.py +++ b/pdr_backend/pdr_dashboard/test/test_callbacks_home.py @@ -126,6 +126,7 @@ def test_timeframe_metrics(_sample_app, dash_duo): time.sleep(2) dash_duo.find_element("#feeds_table tbody tr:nth-child(2) input").click() + time.sleep(2) table_profit = dash_duo.find_element( "#predictoors_table tbody tr:nth-child(2) td:nth-child(3)"