From e22aef93e6a9d9c66f45de2ed1bcb5cdb3cc4c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:36:27 +0530 Subject: [PATCH] chore(deps): bump tzlocal from 5.2 to 5.3 (#6959) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 49bb401a24..3cf9a21c98 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4855,13 +4855,13 @@ files = [ [[package]] name = "tzlocal" -version = "5.2" +version = "5.3" description = "tzinfo object for the local timezone" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "tzlocal-5.2-py3-none-any.whl", hash = "sha256:49816ef2fe65ea8ac19d19aa7a1ae0551c834303d5014c6d5a62e4cbda8047b8"}, - {file = "tzlocal-5.2.tar.gz", hash = "sha256:8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e"}, + {file = "tzlocal-5.3-py3-none-any.whl", hash = "sha256:3814135a1bb29763c6e4f08fd6e41dbb435c7a60bfbb03270211bcc537187d8c"}, + {file = "tzlocal-5.3.tar.gz", hash = "sha256:2fafbfc07e9d8b49ade18f898d6bcd37ae88ce3ad6486842a2e4f03af68323d2"}, ] [package.dependencies] @@ -5231,4 +5231,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "33f3964a3b9dfb39511c7a0344e8f3f5af07395408df6859f875d1ec59cb43f7" +content-hash = "5c204ef83a1222e03d0501a840bab204909ed438f56601fed01e0867941aaa15" diff --git a/pyproject.toml b/pyproject.toml index bc5205ab09..91330a2fbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ schema = "0.7.7" shodan = "1.31.0" slack-sdk = "3.34.0" tabulate = "0.9.0" -tzlocal = "5.2" +tzlocal = "5.3" [tool.poetry.group.dev.dependencies] bandit = "1.8.3"