From d2c04d9887e04ab2fdd9e36f15e065e38cddf1c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 06:33:36 +0000 Subject: [PATCH] Update pandas requirement from ~=2.1.0 to ~=2.1.1 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b933909..b718dc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ ase~=3.22.1 seekpath~=2.1.0 widget-bzvisualizer~=0.1.0b10 plotly~=5.17.0 -pandas~=2.1.0 +pandas~=2.1.1 nglview~=3.0.8 moviepy~=1.0.3 ipyevents~=2.0.2