From 9c641464478e99d96f2129fd6a8706881d7c5574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:56:04 +0000 Subject: [PATCH 1/2] Bump filelock from 3.4.1 to 3.16.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.4.1 to 3.16.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.4.1...3.16.1) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9df75f669..df3a63e6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ argcomplete==3.1.2; python_version < '3.8' argcomplete==3.5.0; python_version >= '3.8' filelock==3.4.1; python_version == '3.6' filelock==3.12.2; python_version == '3.7' -filelock==3.15.4; python_version >= '3.8' +filelock==3.16.1; python_version >= '3.8' importlib_metadata==4.0.1; python_version < '3.8' jsonschema==3.2.0 lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64' diff --git a/setup.cfg b/setup.cfg index 642a277bc..2f10ded97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ install_requires = argcomplete <= 3.1.2; python_version < '3.8' filelock filelock<=3.12.2; python_version == '3.7' - filelock<=3.4.1; python_version == '3.6' + filelock<=3.16.1; python_version == '3.6' jsonschema lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64' lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64' From 471c5408d9362c0e6115e8c3fe236da936bb108f Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Tue, 1 Oct 2024 22:58:08 +0200 Subject: [PATCH 2/2] Revert changes in `setup.cfg` --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2f10ded97..642a277bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ install_requires = argcomplete <= 3.1.2; python_version < '3.8' filelock filelock<=3.12.2; python_version == '3.7' - filelock<=3.16.1; python_version == '3.6' + filelock<=3.4.1; python_version == '3.6' jsonschema lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64' lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64'