From 54bc7b2771eeecbc4f3653525d261897a2c0587d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:48:13 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.9.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.0 to 4.9.0. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v3.2.0...v4.9.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 28 ++++++++++++---------------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/requirements.in b/requirements.in index 9c7ebeae54..3ab84f666b 100644 --- a/requirements.in +++ b/requirements.in @@ -4,7 +4,7 @@ feedparser>=6.0.2 guessit~=3.4 html5lib>=0.11 jinja2~=3.0 -jsonschema>=2.0, <4.0 # jsonschema 4.0 requires python 3.7+ We can switch to that when we drop 3.6 support +jsonschema>=2.0, <5.0 # jsonschema 4.0 requires python 3.7+ We can switch to that when we drop 3.6 support loguru>=0.4.1 more-itertools psutil>=5.8.0 diff --git a/requirements.txt b/requirements.txt index dd7409095e..3429dd48d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,10 +29,7 @@ cherrypy==18.6.1 click==8.0.3 # via flask colorama==0.4.4 - # via - # click - # loguru - # rich + # via rich commonmark==0.9.1 # via rich feedparser==6.0.8 @@ -65,22 +62,22 @@ idna==3.3 # via requests itsdangerous==2.0.1 # via flask -jaraco.classes==3.2.1 - # via jaraco.collections -jaraco.collections==3.4.0 +jaraco-classes==3.2.1 + # via jaraco-collections +jaraco-collections==3.4.0 # via cherrypy -jaraco.functools==3.3.0 +jaraco-functools==3.3.0 # via # cheroot - # jaraco.text + # jaraco-text # tempora -jaraco.text==3.5.1 - # via jaraco.collections +jaraco-text==3.5.1 + # via jaraco-collections jinja2==3.0.3 # via # -r requirements.in # flask -jsonschema==3.2.0 +jsonschema==4.9.0 # via # -r requirements.in # flask-restx @@ -93,8 +90,8 @@ more-itertools==8.12.0 # -r requirements.in # cheroot # cherrypy - # jaraco.classes - # jaraco.functools + # jaraco-classes + # jaraco-functools plumbum==1.7.0 # via rpyc portend==3.0.0 @@ -144,7 +141,6 @@ six==1.16.0 # flask-restful # flask-restx # html5lib - # jsonschema # python-dateutil soupsieve==2.2.1 # via beautifulsoup4 @@ -162,7 +158,7 @@ werkzeug==2.0.2 # via # flask # flask-restx -zc.lockfile==2.0 +zc-lockfile==2.0 # via cherrypy zxcvbn-python==4.4.24 # via -r requirements.in