From 70e8d04c834987dba53f50777c733b52ace0fc4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 22:08:36 +0000 Subject: [PATCH] Bump wheel from 0.37.1 to 0.38.1 in /bindings/pydeck-carto/requirements Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 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.37.1...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- bindings/pydeck-carto/requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/pydeck-carto/requirements/requirements-dev.txt b/bindings/pydeck-carto/requirements/requirements-dev.txt index 8b101fe80cd..cfce46d593e 100644 --- a/bindings/pydeck-carto/requirements/requirements-dev.txt +++ b/bindings/pydeck-carto/requirements/requirements-dev.txt @@ -1,4 +1,4 @@ -wheel==0.37.1 +wheel==0.38.1 flake8==4.0.1 black==22.3.0 ipython>=7.8.0