From 46475b116ded9452e8cd865379904a86171b4ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:21:08 +0000 Subject: [PATCH] Bump the pip group with 2 updates Bumps the pip group with 2 updates: [black](https://github.com/psf/black) and [wheel](https://github.com/pypa/wheel). Updates `black` from 19.10b0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/24.3.0) Updates `wheel` from 0.33.6 to 0.38.1 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.33.6...0.38.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development dependency-group: pip - dependency-name: wheel dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0479c95..01ab752 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -black==19.10b0 +black==24.3.0 coverage==4.5.4 flake8==3.7.9 isort==4.3.21 @@ -6,4 +6,4 @@ mypy==0.750 tox==3.14.1 twine==3.1.1 volatile==2.1.0 -wheel==0.33.6 +wheel==0.38.1