From ca70018e3321d5d3875106a8e9cfffef10518f47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:23:46 +0000 Subject: [PATCH] build(deps): update filelock requirement in /image_to_album Updates the requirements on [filelock](https://github.com/tox-dev/py-filelock) to permit the latest version. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.17.0...3.20.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- image_to_album/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_to_album/requirements.txt b/image_to_album/requirements.txt index 697dde1..e60bce9 100644 --- a/image_to_album/requirements.txt +++ b/image_to_album/requirements.txt @@ -1,5 +1,5 @@ fastapi[standard]~=0.115.8 -filelock~=3.17.0 +filelock~=3.20.0 google-cloud-vision~=3.10.0 httpx~=0.28.1