From a4acfd598683123f2ef086dacb80fefb7b2a0665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:38:15 +0000 Subject: [PATCH] build(deps-dev): bump filelock from 3.13.4 to 3.15.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.13.4 to 3.15.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.13.4...3.15.1) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4932088d..7b4dd479 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -39,7 +39,7 @@ docutils==0.19 # via sphinx-rtd-theme exceptiongroup==1.2.0 # via pytest -filelock==3.13.4 +filelock==3.15.1 # via virtualenv fonttools==4.51.0 # via matplotlib