diff --git a/poetry.lock b/poetry.lock index 2db9115..a5f16ed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -560,14 +560,14 @@ test = ["pytest"] [[package]] name = "cron-converter" -version = "1.3.0" +version = "1.3.1" description = "Cron string parser and scheduler for Python" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "cron_converter-1.3.0-py3-none-any.whl", hash = "sha256:85470838bafb0e96571f34630dbe98858c0fea24512f07327a7e4fce5b6cfd78"}, - {file = "cron_converter-1.3.0.tar.gz", hash = "sha256:f71bf510d2f1a1302e56feedf458c888bf3e8f8701652f73af82026241d61b69"}, + {file = "cron_converter-1.3.1-py3-none-any.whl", hash = "sha256:60c645532802e12ad09097091a5ec83a79b9b1064374e89edb0facf2ba36a697"}, + {file = "cron_converter-1.3.1.tar.gz", hash = "sha256:53eb26be3eb2e0f206a6e227ca0c19b3807b44a24b39f4eda3718703e6474f4a"}, ] [package.dependencies] @@ -2736,6 +2736,13 @@ optional = false python-versions = ">=3.8" groups = ["old"] files = [ + {file = "PyYAML-6.0.3-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:c2514fceb77bc5e7a2f7adfaa1feb2fb311607c9cb518dbc378688ec73d8292f"}, + {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9c57bb8c96f6d1808c030b1687b9b5fb476abaa47f0db9c0101f5e9f394e97f4"}, + {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:efd7b85f94a6f21e4932043973a7ba2613b059c4a000551892ac9f1d11f5baf3"}, + {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:22ba7cfcad58ef3ecddc7ed1db3409af68d023b7f940da23c6c2a1890976eda6"}, + {file = "PyYAML-6.0.3-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:6344df0d5755a2c9a276d4473ae6b90647e216ab4757f8426893b5dd2ac3f369"}, + {file = "PyYAML-6.0.3-cp38-cp38-win32.whl", hash = "sha256:3ff07ec89bae51176c0549bc4c63aa6202991da2d9a6129d7aef7f1407d3f295"}, + {file = "PyYAML-6.0.3-cp38-cp38-win_amd64.whl", hash = "sha256:5cf4e27da7e3fbed4d6c3d8e797387aaad68102272f8f9752883bc32d61cb87b"}, {file = "pyyaml-6.0.3-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:214ed4befebe12df36bcc8bc2b64b396ca31be9304b8f59e25c11cf94a4c033b"}, {file = "pyyaml-6.0.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:02ea2dfa234451bbb8772601d7b8e426c2bfa197136796224e50e35a78777956"}, {file = "pyyaml-6.0.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b30236e45cf30d2b8e7b3e85881719e98507abed1011bf463a8fa23e9c3e98a8"}, @@ -3777,4 +3784,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "b4a054bd7170168bf2d82674a72d62177f910c4ecd434fadcb9533c491f8b958" +content-hash = "d397ab194a4f236871ec7636d689a0845f49dae0f057fea1cc934684c5846e98" diff --git a/pyproject.toml b/pyproject.toml index 795c400..6abc3e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ redis = {version = "^5.3.0,<6.0", extras = ["hiredis"]} flask-restx = "^1.3.2" werkzeug = "^3.1.4" gunicorn = "^23.0.0" -cron-converter = "^1.3.0" +cron-converter = "^1.3.1" bootstrap-flask = "^2.5.0" pylookyloo = "^1.34.0" flask-wtf = "^1.2.2"