From 9620796474703902c7a3c1492e43898bbfdeee3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 03:34:53 +0000 Subject: [PATCH] build(deps): update pytz requirement from ~=2024.1 to ~=2024.2 Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2024.1...release_2024.2) --- updated-dependencies: - dependency-name: pytz 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 114b3b1..29980ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ gspread~=6.1.2 jishaku~=2.5.2 markdownify~=0.13.1 psutil~=6.0.0 -pytz~=2024.1 +pytz~=2024.2 rapidfuzz>=3.0.0,<4.0.0 yarl~=1.9.7