From 201874420a0ddeff8de57b1b5f5faba4c43176c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:24:28 +0000 Subject: [PATCH] Bump wheel from 0.40.0 to 0.41.2 Bumps [wheel](https://github.com/pypa/wheel) from 0.40.0 to 0.41.2. - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.40.0...0.41.2) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fbd8df4f..66f4f54d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,4 +9,4 @@ mypy-extensions==1.0.0 pre-commit==3.3.3 psycopg2-binary==2.9.6 setuptools==68.2.2 -wheel==0.40.0 +wheel==0.41.2 diff --git a/setup.cfg b/setup.cfg index 836c8afe..263a9ed8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ dev = pre-commit==3.3.3 psycopg2-binary==2.9.6 setuptools==68.2.2 - wheel==0.40.0 + wheel==0.41.2 [flake8]