From bf3ace88803ce4e171843aa8304aa2c4da776aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 22:38:49 +0000 Subject: [PATCH] Bump wheel from 0.37.1 to 0.38.1 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: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index a655010..1be04ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,6 +65,8 @@ future==0.18.2 # via # oic # pyjwkest +greenlet==2.0.1 + # via sqlalchemy gunicorn==20.1.0 # via -r requirements.in htmlmin==0.1.12 @@ -154,13 +156,7 @@ srvlookup==2.0.0 tenacity==8.0.1 # via ddtrace tomli==2.0.1 - # via - # pep517 - # pylint -typing-extensions==4.2.0 - # via - # astroid - # pylint + # via pep517 urllib3==1.26.9 # via # requests @@ -169,7 +165,7 @@ werkzeug==0.16.0 # via # -r requirements.in # flask -wheel==0.37.1 +wheel==0.38.1 # via pip-tools wrapt==1.14.1 # via astroid