From 0d43a0b25e65a8b3f377fff78a5f3c93fb993565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 01:08:19 +0000 Subject: [PATCH] Bump wheel from 0.36.2 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.36.2 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.36.2...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 17f953c..0d3c60c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2294,18 +2294,18 @@ test = ["websockets"] [[package]] name = "wheel" -version = "0.36.2" +version = "0.38.1" description = "A built-package format for Python" category = "main" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" +python-versions = ">=3.7" files = [ - {file = "wheel-0.36.2-py2.py3-none-any.whl", hash = "sha256:78b5b185f0e5763c26ca1e324373aadd49182ca90e825f7853f4b2509215dc0e"}, - {file = "wheel-0.36.2.tar.gz", hash = "sha256:e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e"}, + {file = "wheel-0.38.1-py3-none-any.whl", hash = "sha256:7a95f9a8dc0924ef318bd55b616112c70903192f524d120acc614f59547a9e1f"}, + {file = "wheel-0.38.1.tar.gz", hash = "sha256:ea041edf63f4ccba53ad6e035427997b3bb10ee88a4cd014ae82aeb9eea77bb9"}, ] [package.extras] -test = ["pytest (>=3.0.0)", "pytest-cov"] +test = ["pytest (>=3.0.0)"] [[package]] name = "xattr" @@ -2499,4 +2499,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e44657cb4b1caae4c8de4757210e0b55f4d4a94ebfeab21062c0ea0d42973308" +content-hash = "179252ea915736327ce4402dd3a638cf09d6a602c10fa3f7dd8a6f8cae941ee2" diff --git a/pyproject.toml b/pyproject.toml index 708e2c4..5513c78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.10" -wheel = "^0.36.2" +wheel = "^0.38.1" blossom-wrapper = { git = "https://github.com/GrafeasGroup/blossom-wrapper.git", branch = "master" } matplotlib = "^3.3.0" requests = "^2.24.0"