From 03b213ef7a8acce04cc1757bd6e2baec8dcfc18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:40:25 +0000 Subject: [PATCH] Update pandas-stubs requirement from <=2.0.2.230605 to <=2.0.3.230814 Updates the requirements on [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) to permit the latest version. - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](https://github.com/pandas-dev/pandas-stubs/compare/v1.4.3.220702...v2.0.3.230814) --- updated-dependencies: - dependency-name: pandas-stubs 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 c1101e8..82f00ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy<=1.25.2 pandas<=2.0.3 -pandas-stubs<=2.0.2.230605 +pandas-stubs<=2.0.3.230814 typeguard<=2.13.3