From a502899e55443d170f5ea5af08f6e2688ba9192c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:25:20 +0000 Subject: [PATCH] build(deps): Bump filelock from 3.16.1 to 3.20.1 in /tools/devctr Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.16.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.16.1...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/devctr/poetry.lock | 15 +++++---------- tools/devctr/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/tools/devctr/poetry.lock b/tools/devctr/poetry.lock index 9570c2e82e6..3c8fd932f2b 100644 --- a/tools/devctr/poetry.lock +++ b/tools/devctr/poetry.lock @@ -509,21 +509,16 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "filelock" -version = "3.16.1" +version = "3.20.1" description = "A platform independent file lock." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "filelock-3.16.1-py3-none-any.whl", hash = "sha256:2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0"}, - {file = "filelock-3.16.1.tar.gz", hash = "sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435"}, + {file = "filelock-3.20.1-py3-none-any.whl", hash = "sha256:15d9e9a67306188a44baa72f569d2bfd803076269365fdea0934385da4dc361a"}, + {file = "filelock-3.20.1.tar.gz", hash = "sha256:b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c"}, ] -[package.extras] -docs = ["furo (>=2024.8.6)", "sphinx (>=8.0.2)", "sphinx-autodoc-typehints (>=2.4.1)"] -testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "diff-cover (>=9.2)", "pytest (>=8.3.3)", "pytest-asyncio (>=0.24)", "pytest-cov (>=5)", "pytest-mock (>=3.14)", "pytest-timeout (>=2.3.1)", "virtualenv (>=20.26.4)"] -typing = ["typing-extensions (>=4.12.2) ; python_version < \"3.11\""] - [[package]] name = "frozenlist" version = "1.5.0" @@ -2498,4 +2493,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "485ca08119d82ba681f3e567c0f95065c1944bd79be9a2b53cd44acf330be942" +content-hash = "a4340d3c6af7670ca26187ecc4006ad4f005563d9f950703b50457704b1176fe" diff --git a/tools/devctr/pyproject.toml b/tools/devctr/pyproject.toml index f00e4f887eb..897ae7b84a0 100644 --- a/tools/devctr/pyproject.toml +++ b/tools/devctr/pyproject.toml @@ -10,7 +10,7 @@ aws-embedded-metrics = "^3.1.0" black = "^24.3.0" # Gitlint locks this to 8.1.3. Lock from our side too to prevent different versions click = "8.1.3" -filelock = "^3.13.4" +filelock = "^3.20.1" gitlint = "^0.19.1" ipython = "^8.15.0" isort = "^5.12.0"