From 678fddf1de789a4c8a16c478d273651f290253cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:33:26 +0000 Subject: [PATCH] chore(deps): update matplotlib requirement from ~=3.8.2 to ~=3.8.3 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.2...v3.8.3) --- updated-dependencies: - dependency-name: matplotlib 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 345206e..a7a9820 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests~=2.31.0 tweepy~=4.14.0 PyPDF2~=3.0.1 -matplotlib~=3.8.2 +matplotlib~=3.8.3 pandas~=2.2.1 beautifulsoup4~=4.12.3