From 16e08b5c38bee94cc3a650a64b47c839ea9fab25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:55:36 +0000 Subject: [PATCH] build(deps): bump numpy from 2.0.1 to 2.0.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.0.1 to 2.0.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.0.1...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aef6831e..398fc7d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile requirements.in # -numpy==2.0.1 +numpy==2.0.2 # via # -r requirements.in # pandas @@ -18,3 +18,5 @@ six==1.16.0 # via python-dateutil titlecase==2.4.1 # via -r requirements.in +tzdata==2024.1 + # via pandas