diff --git a/poetry.lock b/poetry.lock index ca06378a..03b3c7d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -479,7 +479,7 @@ dev = ["pre-commit", "tox", "pytest-asyncio"] [[package]] name = "python-dateutil" -version = "2.8.1" +version = "2.8.2" description = "Extensions to the standard Python datetime module" category = "main" optional = false @@ -652,7 +652,7 @@ testing = ["jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "e5da77f583fd63cae5caf15f3b09d774b2f5991adf0d8d620024c9b2bcbca8ff" +content-hash = "3b4cb07e6fac2d3e504395ed3a35c1bcced5b90db59a051cc79dae35b710b209" [metadata.files] alembic = [ @@ -988,8 +988,8 @@ pytest-mock = [ {file = "pytest_mock-3.6.1-py3-none-any.whl", hash = "sha256:30c2f2cc9759e76eee674b81ea28c9f0b94f8f0445a1b87762cadf774f0df7e3"}, ] python-dateutil = [ - {file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"}, - {file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"}, + {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, + {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, ] python-editor = [ {file = "python-editor-1.0.4.tar.gz", hash = "sha256:51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b"}, diff --git a/pyproject.toml b/pyproject.toml index 450bd64f..9200a124 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ py-healthcheck = "1.10.1" pytest = "6.2.3" pytest-mock = "3.6.1" pytest-cov = "2.11.1" -python-dateutil = "2.8.1" +python-dateutil = "2.8.2" pyyaml = "5.4.1" requests = "2.25.1" sqlalchemy = "1.3.22"