From 99a2e718798fe4959e3d7e0f28b43c5185ffb3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:01:46 +0000 Subject: [PATCH] Bump python-dateutil from 2.9.0 to 2.9.0.post0 (#1704) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bfb2e109d9..cecdb31df4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3280,13 +3280,13 @@ pytest = ">=5.0.0" [[package]] name = "python-dateutil" -version = "2.9.0" +version = "2.9.0.post0" description = "Extensions to the standard Python datetime module" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "python-dateutil-2.9.0.tar.gz", hash = "sha256:78e73e19c63f5b20ffa567001531680d939dc042bf7850431877645523c66709"}, - {file = "python_dateutil-2.9.0-py2.py3-none-any.whl", hash = "sha256:cbf2f1da5e6083ac2fbfd4da39a25f34312230110440f424a14c7558bb85d82e"}, + {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"}, + {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"}, ] [package.dependencies] @@ -4480,4 +4480,4 @@ lxml = ">=3.8" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "bad3a4188f9a7f99f063c4db4eaf724607c804adbcea7cf2ed1d615c98d2ac85" +content-hash = "d0f37b84e18f80f71de470d92296b3db71b838fe92e35d0d14aa587f7c7cadc5" diff --git a/pyproject.toml b/pyproject.toml index 089f649aaf..95336b6388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -228,7 +228,7 @@ pyOpenSSL = "^24.0.0" pyparsing = "3.1.1" pyspellchecker = "0.8.1" python = ">=3.10,<4" -python-dateutil = "2.9.0" +python-dateutil = "2.9.0.post0" python3-saml = "^1.16" # python-saml is required for SAML authentication pytz = "^2023.3" pyyaml = "^6.0"