Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Merge 4e13b63 into dc476fa
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 12, 2020
2 parents dc476fa + 4e13b63 commit 4bd4236
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=2.1.11,<2.2
Django>=2.2,<2.3
flattentool
jsonref
libcoveocds
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ certifi==2019.9.11 # via requests, sentry-sdk
chardet==3.0.4 # via requests
commonmark==0.9.1 # via libcove, libcoveocds
contextlib2==0.5.5 # via schema
django==2.1.15
django==2.2.10
et-xmlfile==1.0.1 # via openpyxl
flattentool==0.9.0
idna==2.8 # via requests
Expand Down Expand Up @@ -40,6 +40,7 @@ schema==0.7.1 # via flattentool
sentry-sdk==0.13.2
six==1.13.0 # via bleach, flattentool, jsonschema, pyrsistent, python-dateutil
sqlalchemy==1.3.11 # via ocdskit
sqlparse==0.3.0 # via django
strict-rfc3339==0.7 # via ocdskit
urllib3==1.25.7 # via requests, sentry-sdk
webencodings==0.5.1 # via bleach
Expand Down
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ click==7.0 # via pip-tools
commonmark==0.9.1
contextlib2==0.5.5
coverage==5.0.2
django==2.1.15
django==2.2.10
entrypoints==0.3 # via flake8
et-xmlfile==1.0.1
flake8==3.7.9
Expand Down Expand Up @@ -49,6 +49,7 @@ schema==0.7.1
sentry-sdk==0.13.2
six==1.13.0
sqlalchemy==1.3.11
sqlparse==0.3.0
strict-rfc3339==0.7
urllib3==1.25.7
webencodings==0.5.1
Expand Down

0 comments on commit 4bd4236

Please sign in to comment.