Skip to content

Commit

Permalink
Update pip-tools to fix pip-compile error with pip>=20.2. jazzband/pi…
Browse files Browse the repository at this point in the history
  • Loading branch information
SimKennedy committed Sep 1, 2020
1 parent c20d5fb commit abe036f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ faker==4.1.2 # via -r requirements.in
flattentool==0.11.0 # via -r requirements.in, libcove, libcoveocds
idna==2.9 # via requests
ijson==3.1.1 # via ocdskit
importlib-metadata==1.7.0 # via jsonschema
jdcal==1.4.1 # via openpyxl
jmespath==0.10.0 # via boto3, botocore
json-merge-patch==0.2 # via -r requirements.in, libcove, libcoveocds, libcoveweb, ocdsextensionregistry
Expand Down Expand Up @@ -78,7 +79,7 @@ waitress==1.4.3 # via -r requirements.in
webencodings==0.5.1 # via bleach
whitenoise==5.0.1 # via -r requirements.in
xmltodict==0.12.0 # via -r requirements.in, flattentool, libcoveweb
zipp==1.2.0 # via libcoveweb
zipp==1.2.0 # via importlib-metadata, libcoveweb

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
pip-tools
pip-tools>=5.3.1
coveralls
pytest
pytest-cov
Expand Down
5 changes: 3 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ hypothesis==3.52.3 # via -r requirements_dev.in
idna==2.9 # via -r requirements.txt, requests
ijson==3.1.1 # via -r requirements.txt, ocdskit
imagesize==1.2.0 # via sphinx
importlib-metadata==1.7.0 # via -r requirements.txt, flake8, jsonschema, pluggy, pytest
jdcal==1.4.1 # via -r requirements.txt, openpyxl
jinja2==2.11.2 # via sphinx
jmespath==0.10.0 # via -r requirements.txt, boto3, botocore
Expand All @@ -67,7 +68,7 @@ odfpy==1.4.1 # via -r requirements.txt, flattentool
openpyxl==2.6.4 # via -r requirements.txt, flattentool, libcoveweb
packaging==20.4 # via -r requirements.txt, bleach, pytest, sphinx
pandas==1.1.0 # via -r requirements.txt
pip-tools==5.2.0 # via -r requirements_dev.in
pip-tools==5.3.1 # via -r requirements_dev.in
pluggy==0.13.1 # via pytest
psycopg2-binary==2.8.5 # via -r requirements.txt
py==1.8.1 # via pytest
Expand Down Expand Up @@ -116,7 +117,7 @@ webencodings==0.5.1 # via -r requirements.txt, bleach
werkzeug==1.0.1 # via pytest-localserver
whitenoise==5.0.1 # via -r requirements.txt
xmltodict==0.12.0 # via -r requirements.txt, flattentool, libcoveweb
zipp==1.2.0 # via -r requirements.txt, libcoveweb
zipp==1.2.0 # via -r requirements.txt, importlib-metadata, libcoveweb

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit abe036f

Please sign in to comment.