From 87ed0014f7ecb8e675e4934c2b56f72130de4988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:40:45 +0000 Subject: [PATCH] Bump wheel from 0.41.2 to 0.42.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.41.2 to 0.42.0. - [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.41.2...0.42.0) --- 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 63cfd043..dd363dae 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,4 +9,4 @@ mypy-extensions==1.0.0 pre-commit==3.4.0 psycopg2-binary==2.9.6 setuptools==68.2.2 -wheel==0.41.2 +wheel==0.42.0 diff --git a/setup.cfg b/setup.cfg index b3cf1b89..38cd6625 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ dev = pre-commit==3.4.0 psycopg2-binary==2.9.6 setuptools==68.2.2 - wheel==0.41.2 + wheel==0.42.0 [flake8]