From 5e5f7e446e5793d73295129cf5c6d5c8f7e71143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 09:26:03 -0400 Subject: [PATCH] chore(deps): bump pytz from 2025.1 to 2025.2 (#7457) 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 5e0931ce40..dbf009dc3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4041,14 +4041,14 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2025.1" +version = "2025.2" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" groups = ["main", "docs"] files = [ - {file = "pytz-2025.1-py2.py3-none-any.whl", hash = "sha256:89dd22dca55b46eac6eda23b2d72721bf1bdfef212645d81513ef5d03038de57"}, - {file = "pytz-2025.1.tar.gz", hash = "sha256:c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e"}, + {file = "pytz-2025.2-py2.py3-none-any.whl", hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00"}, + {file = "pytz-2025.2.tar.gz", hash = "sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3"}, ] [[package]] @@ -5370,4 +5370,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "c68baa4c23cd7013b4853d1686326a5a20222551742723e42ff46c09cbb07ba3" +content-hash = "36d811260559e99ff6186ce54566e828510de5adcc99bccb965bd1724c222d82" diff --git a/pyproject.toml b/pyproject.toml index eefbfcd829..756bace707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ py-ocsf-models = "0.3.0" pydantic = "1.10.18" python = ">=3.9,<3.13" python-dateutil = "^2.9.0.post0" -pytz = "2025.1" +pytz = "2025.2" schema = "0.7.7" shodan = "1.31.0" slack-sdk = "3.35.0"