From 16aad58ba24b3db6eec2aef8eeb925d0aa82f820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:13:39 +0000 Subject: [PATCH] chore(deps-dev): bump portalocker from 2.10.1 to 3.0.0 Bumps [portalocker](https://github.com/wolph/portalocker) from 2.10.1 to 3.0.0. - [Release notes](https://github.com/wolph/portalocker/releases) - [Changelog](https://github.com/wolph/portalocker/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/wolph/portalocker/compare/v2.10.1...v3.0.0) --- updated-dependencies: - dependency-name: portalocker dependency-type: direct:development update-type: version-update:semver-major ... 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 0b0cbab7..788da70b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -68,7 +68,7 @@ platformdirs==4.2.2 ; python_version >= '3.7' pluggy==1.5.0 ; python_version >= '3.7' -portalocker==2.10.1 ; python_version >= '3.5' and platform_system == 'Windows' +portalocker==3.0.0 ; python_version >= '3.5' and platform_system == 'Windows' pycparser==2.22