diff --git a/poetry.lock b/poetry.lock index 4a797bf..2124dac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1272,14 +1272,14 @@ websockets = ["websocket-client (>=1.3.0)"] [[package]] name = "filelock" -version = "3.29.4" +version = "3.29.5" description = "A platform independent file lock." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "filelock-3.29.4-py3-none-any.whl", hash = "sha256:dac1648087d5115554850d113e7dd8c83ab2d38e3435dde2d4f163847e57b767"}, - {file = "filelock-3.29.4.tar.gz", hash = "sha256:10cdb3656fc44541cdf30652a93fb10ec6b05325620eb316bd26893e4201538a"}, + {file = "filelock-3.29.5-py3-none-any.whl", hash = "sha256:8af830889ba3a0ffcefbd6c7d2af8a54012058103771f2e10848222f476a1693"}, + {file = "filelock-3.29.5.tar.gz", hash = "sha256:6e6034c57a00a020e767f2614a5539863f056de7e7991d6d1473aef7ff73f156"}, ] [[package]] @@ -3639,4 +3639,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "d2a58d5a0166beb6f939b8cd356b993218f56120bbcbc8c7b573e58f7bfab424" +content-hash = "76c2fda763364610f4cef430e2fde183a33c11841210502c7513b45033093dac" diff --git a/pyproject.toml b/pyproject.toml index dd13f11..0ff2a6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ # Utilities "httpx>=0.25.0", "python-dateutil>=2.8.0", - "filelock>=3.29.3", + "filelock>=3.29.5", "pyyaml>=6.0.0", "croniter>=2.0.0", ]