From e96b99b62b8657edfcf75ed954acd4fd58f340e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:09:08 +0000 Subject: [PATCH] build(deps): bump the pip-essence-feature-usage-stats group Bumps the pip-essence-feature-usage-stats group in /tools/essence-feature-usage-stats with 3 updates: [black](https://github.com/psf/black), [platformdirs](https://github.com/platformdirs/platformdirs) and [ruff](https://github.com/astral-sh/ruff). Updates `black` from 24.3.0 to 24.4.2 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...24.4.2) Updates `platformdirs` from 4.2.0 to 4.2.1 - [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/4.2.0...4.2.1) Updates `ruff` from 0.3.4 to 0.4.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.4...v0.4.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-essence-feature-usage-stats - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-essence-feature-usage-stats - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-essence-feature-usage-stats ... Signed-off-by: dependabot[bot] --- tools/essence-feature-usage-stats/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/essence-feature-usage-stats/requirements.txt b/tools/essence-feature-usage-stats/requirements.txt index ae67ef9a88..2363bb2fa3 100644 --- a/tools/essence-feature-usage-stats/requirements.txt +++ b/tools/essence-feature-usage-stats/requirements.txt @@ -1,4 +1,4 @@ -black==24.3.0 +black==24.4.2 certifi==2024.2.2 charset-normalizer==3.3.2 click==8.1.7 @@ -10,10 +10,10 @@ MarkupSafe==2.1.5 mypy-extensions==1.0.0 packaging==24.0 pathspec==0.12.1 -platformdirs==4.2.0 +platformdirs==4.2.1 python-dotenv==1.0.1 requests==2.31.0 -ruff==0.3.4 +ruff==0.4.2 smmap==5.0.1 tqdm==4.66.2 urllib3==2.2.1