Skip to content

Commit

Permalink
requirements: Update requirements, pin to jsonschema<4
Browse files Browse the repository at this point in the history
Pulls in this lib-cove PR
OpenDataServices/lib-cove#114
to fix #80
  • Loading branch information
Bjwebb committed Mar 15, 2023
1 parent 9df703b commit 79801bc
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 176 deletions.
3 changes: 1 addition & 2 deletions requirements_cove.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
-e file:./
Django>3.2,<3.3
#^^ rq.filter: <1.12
flattentool>=0.17.0
libcove>=0.29.0
libcove>=0.30.0
libcoveweb
django-bootstrap3
django-debug-toolbar
Expand Down
71 changes: 36 additions & 35 deletions requirements_cove.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,25 @@
#
-e file:./
# via -r requirements_cove.in
asgiref==3.5.2
asgiref==3.6.0
# via django
attrs==22.1.0
attrs==22.2.0
# via jsonschema
backports-datetime-fromisoformat==1.0.0
backports-datetime-fromisoformat==2.0.0
# via flattentool
bleach==5.0.1
bleach==6.0.0
# via -r requirements_cove.in
btrees==4.10.0
btrees==5.0
# via zodb
cached-property==1.5.2
# via
# -r requirements_cove.in
# libcove
certifi==2022.6.15
# via -r requirements_cove.in
certifi==2022.12.7
# via
# requests
# sentry-sdk
cffi==1.15.1
# via persistent
charset-normalizer==2.1.0
charset-normalizer==3.1.0
# via requests
commonmark==0.9.1
# via -r requirements_cove.in
Expand All @@ -36,81 +34,84 @@ dealer==2.1.0
# via -r requirements_cove.in
defusedxml==0.7.1
# via odfpy
django==3.2.15
django==3.2.18
# via
# -r requirements_cove.in
# django-bootstrap3
# django-debug-toolbar
# libcoveweb
django-bootstrap3==22.1
django-bootstrap3==22.2
# via
# -r requirements_cove.in
# libcoveweb
django-debug-toolbar==3.5.0
django-debug-toolbar==3.8.1
# via -r requirements_cove.in
django-environ==0.9.0
django-environ==0.10.0
# via
# -r requirements_cove.in
# libcoveweb
et-xmlfile==1.1.0
# via openpyxl
flattentool==0.17.2
flattentool==0.20.1
# via
# -r requirements_cove.in
# libcove
# libcoveweb
idna==3.3
idna==3.4
# via requests
ijson==3.1.4
ijson==3.2.0.post0
# via
# flattentool
# lib360dataquality
json-merge-patch==0.2
# via -r requirements_cove.in
jsonref==0.2
jsonref==1.1.0
# via
# flattentool
# libcove
jsonschema==3.2.0
# via
# -r requirements_cove.in
# lib360dataquality
# libcove
libcove==0.29.0
libcove==0.30.0
# via
# -r requirements_cove.in
# lib360dataquality
# libcoveweb
libcoveweb==0.27.0
# via -r requirements_cove.in
lxml==4.9.1
lxml==4.9.2
# via flattentool
markupsafe==2.1.2
# via werkzeug
odfpy==1.4.1
# via flattentool
openpyxl==3.0.10
openpyxl==3.1.2
# via
# -r requirements_cove.in
# flattentool
persistent==4.9.0
persistent==5.0
# via
# btrees
# zodb
pycparser==2.21
# via cffi
pyrsistent==0.18.1
pyrsistent==0.19.3
# via jsonschema
python-dateutil==2.8.2
# via
# -r requirements_cove.in
# lib360dataquality
pytz==2022.2
pytz==2022.7.1
# via
# django
# flattentool
rangedict==0.1.7
# via
# -r requirements_cove.in
# lib360dataquality
requests==2.28.1
requests==2.28.2
# via
# -r requirements_cove.in
# libcove
Expand All @@ -123,7 +124,7 @@ rfc3987==1.3.8
# libcove
schema==0.7.5
# via flattentool
sentry-sdk==1.9.4
sentry-sdk==1.16.0
# via -r requirements_cove.in
six==1.16.0
# via
Expand All @@ -132,41 +133,41 @@ six==1.16.0
# python-dateutil
# rfc3339-validator
# zodb
sqlparse==0.4.2
sqlparse==0.4.3
# via
# django
# django-debug-toolbar
strict-rfc3339==0.7
# via -r requirements_cove.in
transaction==3.0.1
# via zodb
urllib3==1.26.11
urllib3==1.26.15
# via
# requests
# sentry-sdk
webencodings==0.5.1
# via bleach
werkzeug==1.0.1
werkzeug==2.2.3
# via libcoveweb
whitenoise==6.2.0
whitenoise==6.4.0
# via -r requirements_cove.in
xmltodict==0.13.0
# via
# -r requirements_cove.in
# flattentool
zc-lockfile==2.0
zc-lockfile==3.0.post1
# via zodb
zc-zlibstorage==1.2.0
# via flattentool
zconfig==3.6.0
zconfig==3.6.1
# via zodb
zodb==5.7.0
zodb==5.8.0
# via
# flattentool
# zc-zlibstorage
zodbpickle==2.3
zodbpickle==2.6
# via zodb
zope-interface==5.4.0
zope-interface==5.5.2
# via
# btrees
# persistent
Expand Down
Loading

0 comments on commit 79801bc

Please sign in to comment.