Skip to content

Commit

Permalink
bump jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jan 12, 2022
1 parent 927697f commit 9ff9be7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ idna==3.2
# via email-validator
importlib-metadata==4.8.1
# via jsonschema
importlib-resources==5.4.0
# via jsonschema
itsdangerous==1.1.0
# via
# flask
Expand All @@ -55,7 +57,7 @@ jinja2==2.11.3
# via
# flask
# flask-babel
jsonschema==3.2.0
jsonschema==4.4.0
# via Flask-AppBuilder (setup.py)
markupsafe==2.0.1
# via
Expand Down Expand Up @@ -91,7 +93,6 @@ pyyaml==5.4.1
six==1.16.0
# via
# flask-jwt-extended
# jsonschema
# prison
# python-dateutil
# sqlalchemy-utils
Expand All @@ -104,7 +105,9 @@ sqlalchemy==1.3.24
sqlalchemy-utils==0.37.8
# via Flask-AppBuilder (setup.py)
typing-extensions==3.10.0.2
# via importlib-metadata
# via
# importlib-metadata
# jsonschema
werkzeug==1.0.1
# via
# flask
Expand All @@ -114,7 +117,6 @@ wtforms==2.3.3
# Flask-AppBuilder (setup.py)
# flask-wtf
zipp==3.5.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
# via
# importlib-metadata
# importlib-resources
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def desc():
"Flask-SQLAlchemy>=2.4, <3",
"Flask-WTF>=0.14.2, <0.15.0",
"Flask-JWT-Extended>=3.18, <4",
"jsonschema>=3.0.1, <5",
"jsonschema>=4.3.3, <5",
"marshmallow>=3, <4",
"marshmallow-enum>=1.5.1, <2",
"marshmallow-sqlalchemy>=0.22.0, <0.27.0",
Expand Down

0 comments on commit 9ff9be7

Please sign in to comment.