From 7f00de9e7b634b91b839e3ecef8948a4cf5b9304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 17:16:03 +0000 Subject: [PATCH] pip prod(deps): bump platformdirs in /packages/autorest.python Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 2.6.0 to 2.6.2. - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/2.6.0...2.6.2) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/autorest.python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/autorest.python/requirements.txt b/packages/autorest.python/requirements.txt index 6593ed80265..54230205f38 100644 --- a/packages/autorest.python/requirements.txt +++ b/packages/autorest.python/requirements.txt @@ -8,6 +8,6 @@ MarkupSafe==2.1.1 mistune==0.8.4 mypy-extensions==0.4.3 pathspec==0.10.3 -platformdirs==2.6.0 +platformdirs==2.6.2 PyYAML==6.0 tomli==2.0.1