From 14bd4b3a064d51b0489730740b26303a0da78c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 04:03:24 +0000 Subject: [PATCH] Update pandas requirement from ~=1.5.0 to ~=1.5.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) - [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.0...v1.5.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 b735e589c85..1a058926c35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -80,7 +80,7 @@ opencensus-context~=0.1.3 opencensus-ext-azure~=1.1.7 ordered-set~=4.1.0 packaging~=21.3 -pandas~=1.5.0 +pandas~=1.5.1 pandocfilters~=1.5.0 parso~=0.8.3 pickleshare~=0.7.5