From aa0596ab6941ee86a8fcc82c9470e883f4e1d211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:04:47 +0000 Subject: [PATCH] Bump the python-packages group in /docs with 2 updates Bumps the python-packages group in /docs with 2 updates: [platformdirs](https://github.com/platformdirs/platformdirs) and [watchdog](https://github.com/gorakhargosh/watchdog). Updates `platformdirs` from 4.2.2 to 4.3.2 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/4.2.2...4.3.2) Updates `watchdog` from 5.0.0 to 5.0.2 - [Release notes](https://github.com/gorakhargosh/watchdog/releases) - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst) - [Commits](https://github.com/gorakhargosh/watchdog/compare/v5.0.0...v5.0.2) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: watchdog dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5c05f91e..2298c615 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -15,7 +15,7 @@ mkdocs-material-extensions==1.3.1 packaging==24.1 paginate==0.5.7 pathspec==0.12.1 -platformdirs==4.2.2 +platformdirs==4.3.2 Pygments==2.18.0 pymdown-extensions==10.9 python-dateutil==2.9.0.post0 @@ -25,4 +25,4 @@ regex==2024.7.24 requests==2.32.3 six==1.16.0 urllib3==2.2.2 -watchdog==5.0.0 +watchdog==5.0.2