From a4f0cdeafe3bce03eef912964ef5d11494e36432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:30:41 +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 de2b43954c1..9983ac318a9 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