From b84c86b14bc96c076c0382048788564289d828ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:56:14 +0000 Subject: [PATCH] Bump filelock from 3.19.1 to 3.20.1 in /code/Ch2 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.19.1 to 3.20.1. - [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.19.1...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/Ch2/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Ch2/pyproject.toml b/code/Ch2/pyproject.toml index a800637..51e860d 100644 --- a/code/Ch2/pyproject.toml +++ b/code/Ch2/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "decorator==5.2.1", "dnspython==2.8.0", "executing==2.2.1", - "filelock==3.19.1", + "filelock==3.20.1", "frozendict==2.4.6", "idna==3.10", "influxdb3-python==0.16.0",