From 39a19107f0fb261f2c8c9289fb631c162d390eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:08:40 +0000 Subject: [PATCH] Bump timezonefinder from 6.2.0 to 6.5.3 Bumps [timezonefinder](https://github.com/jannikmi/timezonefinder) from 6.2.0 to 6.5.3. - [Release notes](https://github.com/jannikmi/timezonefinder/releases) - [Changelog](https://github.com/jannikmi/timezonefinder/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jannikmi/timezonefinder/compare/6.2.0...6.5.3) --- updated-dependencies: - dependency-name: timezonefinder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 3b80974..757614a 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ requests==2.31.0 geopy==2.4.1 -timezonefinder==6.2.0 +timezonefinder==6.5.3 pytest==8.1.1 parameterized==0.9.0