diff --git a/poetry.lock b/poetry.lock index 08c33a89..1c2042b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -435,13 +435,13 @@ toml = ["tomli"] [[package]] name = "cron-descriptor" -version = "1.4.3" +version = "1.4.5" description = "A Python library that converts cron expressions into human readable strings." optional = false python-versions = "*" files = [ - {file = "cron_descriptor-1.4.3-py3-none-any.whl", hash = "sha256:a67ba21804983b1427ed7f3e1ec27ee77bf24c652b0430239c268c5ddfbf9dc0"}, - {file = "cron_descriptor-1.4.3.tar.gz", hash = "sha256:7b1a00d7d25d6ae6896c0da4457e790b98cba778398a3d48e341e5e0d33f0488"}, + {file = "cron_descriptor-1.4.5-py3-none-any.whl", hash = "sha256:736b3ae9d1a99bc3dbfc5b55b5e6e7c12031e7ba5de716625772f8b02dcd6013"}, + {file = "cron_descriptor-1.4.5.tar.gz", hash = "sha256:f51ce4ffc1d1f2816939add8524f206c376a42c87a5fca3091ce26725b3b1bca"}, ] [package.extras] @@ -1492,4 +1492,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "e6c340d6adb2b09274368f0c5a10f24414fdfa3c649bf8055c45ac728f14aa26" +content-hash = "8c05d16c41c8dbbe8a63a50ab8acd0cbb315e880f3eab32461b967c904be376a" diff --git a/pyproject.toml b/pyproject.toml index d97cc392..6e9b75e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ version = "1.21.2" [tool.poetry.dependencies] apprise = "^1.4.0" colorlog = "^6.7.0" -cron-descriptor = "^1.4.0" +cron-descriptor = "^1.4.5" discord = "^2.3.2" googlemaps = "^4.10.0" humanize = "^4.7.0" diff --git a/requirements.txt b/requirements.txt index 535abfbe..20613548 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "3.13" click==8.1.7 ; python_version >= "3.9" and python_version < "3.13" colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.13" and (sys_platform == "win32" or platform_system == "Windows") colorlog==6.8.2 ; python_version >= "3.9" and python_version < "3.13" -cron-descriptor==1.4.3 ; python_version >= "3.9" and python_version < "3.13" +cron-descriptor==1.4.5 ; python_version >= "3.9" and python_version < "3.13" discord-py==2.4.0 ; python_version >= "3.9" and python_version < "3.13" discord==2.3.2 ; python_version >= "3.9" and python_version < "3.13" exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11"