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

Commit

Permalink
Merge 6c2ce7c into dc476fa
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 11, 2020
2 parents dc476fa + 6c2ce7c commit 231bcba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 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.1.11,<2.3
flattentool
jsonref
libcoveocds
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,18 @@ 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
ijson==2.5.1 # via ocdskit
importlib-metadata==1.3.0 # via jsonschema
jdcal==1.4.1 # via openpyxl
json-merge-patch==0.2 # via libcove, libcoveocds, ocdsextensionregistry
jsonref==0.2
jsonschema==3.2.0 # via libcove, libcoveocds, ocdskit
libcove==0.12.0 # via libcoveocds
libcoveocds==0.7.4
lxml==4.4.1 # via flattentool
more-itertools==8.0.2 # via zipp
ocdsextensionregistry==0.0.16
ocdskit[perf]==0.2.1
ocdsmerge==0.6.4
Expand All @@ -40,11 +38,11 @@ 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
xmltodict==0.12.0 # via flattentool
zipp==0.6.0 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 2 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ 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
flattentool==0.9.0
idna==2.8
ijson==2.5.1
importlib-metadata==1.3.0
isort==4.3.21
jdcal==1.4.1
json-merge-patch==0.2
Expand All @@ -30,7 +29,6 @@ libcove==0.12.0
libcoveocds==0.7.4
lxml==4.4.1
mccabe==0.6.1 # via flake8
more-itertools==8.0.2
ocdsextensionregistry==0.0.16
ocdskit[perf]==0.2.1
ocdsmerge==0.6.4
Expand All @@ -49,11 +47,11 @@ 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
xmltodict==0.12.0
zipp==0.6.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 231bcba

Please sign in to comment.