diff --git a/poetry.lock b/poetry.lock index 6dc7bce0353..91e5ad5de49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3472,13 +3472,13 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2024.2" +version = "2025.1" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" files = [ - {file = "pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725"}, - {file = "pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a"}, + {file = "pytz-2025.1-py2.py3-none-any.whl", hash = "sha256:89dd22dca55b46eac6eda23b2d72721bf1bdfef212645d81513ef5d03038de57"}, + {file = "pytz-2025.1.tar.gz", hash = "sha256:c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e"}, ] [[package]] @@ -4659,4 +4659,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "65ec29811ecf99fcf99751ce2851c8258406c97616097ba4262a2c25d61e7fbe" +content-hash = "f896b2e577c22e6b885d868a5dc228f36d9a48562cf873f65c573aae4166bd50" diff --git a/pyproject.toml b/pyproject.toml index ad2280421ea..94be2aa121c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ msgraph-sdk = "1.16.0" pydantic = "1.10.20" python = ">=3.9,<3.13" python-dateutil = "^2.9.0.post0" -pytz = "2024.2" +pytz = "2025.1" requests = "2.32.3" schema = "0.7.7" setuptools = "75.8.0"