From ddf5a0c5f5ee0429db5104c7d1b312a1f5524a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:27:45 +0000 Subject: [PATCH] Bump the pip-essence-feature-usage-stats group Bumps the pip-essence-feature-usage-stats group in /tools/essence-feature-usage-stats with 4 updates: [black](https://github.com/psf/black), [pathspec](https://github.com/cpburnz/python-pathspec), [platformdirs](https://github.com/platformdirs/platformdirs) and [ruff](https://github.com/astral-sh/ruff). Updates `black` from 23.11.0 to 23.12.1 - [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/23.11.0...23.12.1) Updates `pathspec` from 0.11.2 to 0.12.1 - [Release notes](https://github.com/cpburnz/python-pathspec/releases) - [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst) - [Commits](https://github.com/cpburnz/python-pathspec/compare/v0.11.2...v0.12.1) Updates `platformdirs` from 4.0.0 to 4.1.0 - [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.0.0...4.1.0) Updates `ruff` from 0.1.6 to 0.1.9 - [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.1.6...v0.1.9) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-essence-feature-usage-stats - dependency-name: pathspec 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-minor dependency-group: pip-essence-feature-usage-stats - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-essence-feature-usage-stats ... Signed-off-by: dependabot[bot] --- tools/essence-feature-usage-stats/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/essence-feature-usage-stats/requirements.txt b/tools/essence-feature-usage-stats/requirements.txt index d86bfe5522..4e38124fd6 100644 --- a/tools/essence-feature-usage-stats/requirements.txt +++ b/tools/essence-feature-usage-stats/requirements.txt @@ -1,4 +1,4 @@ -black==23.11.0 +black==23.12.1 certifi==2023.11.17 charset-normalizer==3.3.2 click==8.1.7 @@ -9,11 +9,11 @@ Jinja2==3.1.2 MarkupSafe==2.1.3 mypy-extensions==1.0.0 packaging==23.2 -pathspec==0.11.2 -platformdirs==4.0.0 +pathspec==0.12.1 +platformdirs==4.1.0 python-dotenv==1.0.0 requests==2.31.0 -ruff==0.1.6 +ruff==0.1.9 smmap==5.0.1 tqdm==4.66.1 urllib3==2.1.0