From 12a63b01de7c0107110ebe077c5493d72e170446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:28:15 +0000 Subject: [PATCH] Bump portalocker from 2.8.2 to 2.10.0 Bumps [portalocker](https://github.com/wolph/portalocker) from 2.8.2 to 2.10.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.8.2...v2.10.0) --- updated-dependencies: - dependency-name: portalocker 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 16ca35f0ac7..fb927a9a004 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -116,7 +116,7 @@ msgraph-core==1.1.0 multidict==6.0.5 ; python_version >= '3.7' -portalocker==2.8.2 ; python_version >= '3.5' and platform_system != 'Windows' +portalocker==2.10.0 ; python_version >= '3.5' and platform_system != 'Windows' pycparser==2.22