diff --git a/poetry.lock b/poetry.lock index ea75e3cb2d..1fd6c66c03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3379,13 +3379,13 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2024.1" +version = "2024.2" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" files = [ - {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, - {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, + {file = "pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725"}, + {file = "pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a"}, ] [[package]] @@ -4573,4 +4573,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "0597f0bf7d74443ab2c56a4a308866972e33226f37522454ac548b48d27750d6" +content-hash = "4217cdd40fd1b2c0328511c32730df7560b4738014d57d3b65b06d21051767df" diff --git a/pyproject.toml b/pyproject.toml index 48798c5b93..344d384255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ msgraph-sdk = "1.7.0" pydantic = "1.10.18" python = ">=3.9,<3.13" python-dateutil = "^2.9.0.post0" -pytz = "2024.1" +pytz = "2024.2" requests = "2.32.3" schema = "0.7.7" setuptools = "74.1.2"