From ff0a8c31f54d9a5f8b0d3618c46282de76072f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:22:19 +0000 Subject: [PATCH] Bump timezonefinder from 6.2.0 to 6.5.4 Bumps [timezonefinder](https://github.com/jannikmi/timezonefinder) from 6.2.0 to 6.5.4. - [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.4) --- 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..0d6b8a7 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.4 pytest==8.1.1 parameterized==0.9.0