From 8f20eb958d2b4ea820a4ffee9b3af5ba51e74257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 11:17:50 +0100 Subject: [PATCH] chore(deps): bump tzlocal from 5.3 to 5.3.1 (#7162) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e56e5bb1c9..a5c8ff706c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4716,13 +4716,13 @@ files = [ [[package]] name = "tzlocal" -version = "5.3" +version = "5.3.1" description = "tzinfo object for the local timezone" optional = false python-versions = ">=3.9" files = [ - {file = "tzlocal-5.3-py3-none-any.whl", hash = "sha256:3814135a1bb29763c6e4f08fd6e41dbb435c7a60bfbb03270211bcc537187d8c"}, - {file = "tzlocal-5.3.tar.gz", hash = "sha256:2fafbfc07e9d8b49ade18f898d6bcd37ae88ce3ad6486842a2e4f03af68323d2"}, + {file = "tzlocal-5.3.1-py3-none-any.whl", hash = "sha256:eb1a66c3ef5847adf7a834f1be0800581b683b5608e74f86ecbcef8ab91bb85d"}, + {file = "tzlocal-5.3.1.tar.gz", hash = "sha256:cceffc7edecefea1f595541dbd6e990cb1ea3d19bf01b2809f362a03dd7921fd"}, ] [package.dependencies] @@ -5092,4 +5092,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">3.9.1,<3.13" -content-hash = "d7d63ca5b995383b753bd0d4729ef6f8e0cdd7b7cac8a0b60137fab29b2e5db1" +content-hash = "001e873a58697544b1204964ba4e3342547b7d785598c07f7549b22b7b49dd9b" diff --git a/pyproject.toml b/pyproject.toml index 9dd10bb5cb..677af98532 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.3" +tzlocal = "5.3.1" [tool.poetry.group.dev.dependencies] bandit = "1.8.3"