From dd0c0beb96dff5055da1d86b4e95cb9cbff5e986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:03:13 +0000 Subject: [PATCH] Update filelock requirement from >=3.0.0 to >=3.29.1 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/v3.0.0...3.29.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.29.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- conda/conda-reqs-dev.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/conda-reqs-dev.txt b/conda/conda-reqs-dev.txt index 68fe9cea..bea2ca61 100644 --- a/conda/conda-reqs-dev.txt +++ b/conda/conda-reqs-dev.txt @@ -3,7 +3,7 @@ bandit>=1.7.0 beautifulsoup4 black>=20.8b1 coverage>=7.13.5 -filelock>=3.0.0 +filelock>=3.29.1 markdown>=3.3.4 mypy>=0.821 nbconvert>=6.1.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index f85a0610..70b9f6bc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ bandit>=1.9.4 beautifulsoup4>=4.0.0 coverage>=7.13.5 docutils<0.22.0 -filelock>=3.0.0 +filelock>=3.29.1 httpx>=0.23.0, <0.28.0 jsonschema>=4.17.3 markdown>=3.3.4