diff --git a/poetry.lock b/poetry.lock index 362b7108e3..6bf6ed037b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4980,14 +4980,14 @@ files = [ [[package]] name = "tzlocal" -version = "5.3" +version = "5.3.1" description = "tzinfo object for the local timezone" optional = false python-versions = ">=3.9" groups = ["main"] 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] @@ -5372,4 +5372,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "ce1a51ed057a2f654949df6d56b1b20662743e7b3fe44fe92633da650a9e31de" +content-hash = "35d847a74bf46d5cb0f009f1169d1e33f8a6a3881a7da0638f88c1de56de1bb5" diff --git a/pyproject.toml b/pyproject.toml index d2e165a027..0e79ffa17e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ schema = "0.7.7" shodan = "1.31.0" slack-sdk = "3.35.0" tabulate = "0.9.0" -tzlocal = "5.3" +tzlocal = "5.3.1" [tool.poetry.group.dev.dependencies] bandit = "1.8.3"