Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
closes #125
  • Loading branch information
adetorcy authored and kamwoods committed May 7, 2020
1 parent ce2e1a5 commit 02c2cae
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 36 deletions.
2 changes: 1 addition & 1 deletion libratom/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def report(out, jobs, src, progress):
required=False,
metavar=VERSION_METAVAR,
callback=validate_version_string,
help=f"If used alongside -i/--install, install a given model version. Otherwise this has no effect.",
help="If used alongside -i/--install, install a given model version. Otherwise this has no effect.",
)
def model(_list, install, upgrade, version):
"""
Expand Down
2 changes: 1 addition & 1 deletion libratom/models/entity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pylint: disable=too-few-public-methods,missing-docstring,invalid-name
# pylint: disable=too-few-public-methods,missing-docstring,invalid-name,no-member

from sqlalchemy import Column, ForeignKey, Integer, String

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==5.3.5
pytest
pytest-benchmark
pytest-cov
pytest-mock
Expand Down
47 changes: 24 additions & 23 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
# pip-compile --output-file=requirements-dev.txt requirements-dev.in requirements.in
#
appdirs==1.4.3 # via black, virtualenv
astroid==2.3.3 # via pylint
astroid==2.4.0 # via pylint
attrs==19.3.0 # via black, flake8-bugbear, jsonschema, pytest
black==19.10b0 # via -r requirements-dev.in
blessed==1.17.4 # via enlighten
blessed==1.17.5 # via enlighten
blis==0.4.1 # via spacy, thinc
catalogue==1.0.0 # via spacy, thinc
certifi==2019.11.28 # via requests
certifi==2020.4.5.1 # via requests
chardet==3.0.4 # via requests
click-log==0.3.2 # via -r requirements.in
click==7.1.1 # via -r requirements.in, black, click-log, pip-tools, pytest-click
coverage==5.0.4 # via pytest-cov
click==7.1.2 # via -r requirements.in, black, click-log, pip-tools, pytest-click
coverage==5.1 # via pytest-cov
cymem==2.0.3 # via preshed, spacy, thinc
distlib==0.3.0 # via virtualenv
enlighten==1.5.1 # via -r requirements.in
Expand All @@ -24,7 +24,7 @@ filelock==3.0.12 # via tox, virtualenv
flake8-bugbear==20.1.4 # via -r requirements-dev.in
flake8==3.7.9 # via -r requirements-dev.in, flake8-bugbear
future==0.18.2 # via treelib
humanfriendly==8.1 # via -r requirements.in
humanfriendly==8.2 # via -r requirements.in
idna==2.9 # via requests
importlib-metadata==1.6.0 # via catalogue, jsonschema, pluggy, pytest, tox, virtualenv
isort==4.3.21 # via -r requirements-dev.in, pylint
Expand All @@ -35,11 +35,11 @@ mccabe==0.6.1 # via flake8, pylint
mock==4.0.2 # via -r requirements-dev.in
more-itertools==8.2.0 # via pytest
murmurhash==1.0.2 # via preshed, spacy, thinc
numpy==1.18.2 # via blis, spacy, thinc
numpy==1.18.3 # via blis, spacy, thinc
packaging==20.3 # via -r requirements.in, pytest, pytest-sugar, tox
pathspec==0.7.0 # via black
pbr==5.4.4 # via -r requirements.in
pip-tools==4.5.1 # via -r requirements-dev.in
pathspec==0.8.0 # via black
pbr==5.4.5 # via -r requirements.in
pip-tools==5.1.1 # via -r requirements-dev.in
plac==1.1.3 # via spacy, thinc
pluggy==0.13.1 # via pytest, tox
preshed==3.0.2 # via spacy, thinc
Expand All @@ -48,39 +48,40 @@ py-cpuinfo==5.0.0 # via pytest-benchmark
py==1.8.1 # via pytest, tox
pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
pylint==2.4.4 # via -r requirements-dev.in
pyparsing==2.4.6 # via packaging
pylint==2.5.0 # via -r requirements-dev.in
pyparsing==2.4.7 # via packaging
pyrsistent==0.16.0 # via jsonschema
pysnooper==0.3.0 # via -r requirements-dev.in
pysnooper==0.4.0 # via -r requirements-dev.in
pytest-benchmark==3.2.3 # via -r requirements-dev.in
pytest-click==0.3 # via -r requirements-dev.in
pytest-cov==2.8.1 # via -r requirements-dev.in
pytest-mock==3.0.0 # via -r requirements-dev.in
pytest-sugar==0.9.2 # via -r requirements-dev.in
pytest==5.3.5 # via -r requirements-dev.in, pytest-benchmark, pytest-click, pytest-cov, pytest-mock, pytest-sugar
regex==2020.2.20 # via black
pytest-mock==3.1.0 # via -r requirements-dev.in
pytest-sugar==0.9.3 # via -r requirements-dev.in
pytest==5.4.1 # via -r requirements-dev.in, pytest-benchmark, pytest-click, pytest-cov, pytest-mock, pytest-sugar
regex==2020.4.4 # via black
requests==2.23.0 # via -r requirements-dev.in, spacy
six==1.14.0 # via astroid, blessed, jsonschema, packaging, pip-tools, pyrsistent, tox, virtualenv
spacy==2.2.4 # via -r requirements.in
sqlalchemy==1.3.15 # via -r requirements.in
sqlalchemy==1.3.16 # via -r requirements.in
srsly==1.0.2 # via spacy, thinc
tabulate==0.8.7 # via -r requirements.in
termcolor==1.1.0 # via pytest-sugar
thinc==7.4.0 # via spacy
toml==0.10.0 # via black, tox
toml==0.10.0 # via black, pylint, tox
tox==3.14.6 # via -r requirements-dev.in
tqdm==4.44.1 # via spacy, thinc
tqdm==4.45.0 # via spacy, thinc
treelib==1.6.1 # via -r requirements.in
typed-ast==1.4.1 # via astroid, black
urllib3==1.25.8 # via requests
virtualenv==20.0.15 # via tox
urllib3==1.25.9 # via requests
virtualenv==20.0.18 # via tox
wasabi==0.6.0 # via spacy, thinc
wcwidth==0.1.9 # via blessed, pytest
wheel==0.34.2 # via -r requirements-dev.in
wrapt==1.11.2 # via astroid
wrapt==1.12.1 # via astroid
zipp==3.1.0 # via importlib-metadata

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


Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,40 @@
# pip-compile --output-file=requirements.txt requirements.in
#
attrs==19.3.0 # via jsonschema
blessed==1.17.4 # via enlighten
blessed==1.17.5 # via enlighten
blis==0.4.1 # via spacy, thinc
catalogue==1.0.0 # via spacy, thinc
certifi==2019.11.28 # via requests
certifi==2020.4.5.1 # via requests
chardet==3.0.4 # via requests
click-log==0.3.2 # via -r requirements.in
click==7.1.1 # via -r requirements.in, click-log
click==7.1.2 # via -r requirements.in, click-log
cymem==2.0.3 # via preshed, spacy, thinc
enlighten==1.5.1 # via -r requirements.in
future==0.18.2 # via treelib
humanfriendly==8.1 # via -r requirements.in
humanfriendly==8.2 # via -r requirements.in
idna==2.9 # via requests
importlib-metadata==1.6.0 # via catalogue, jsonschema
jsonschema==3.2.0 # via -r requirements.in
libpff-python-ratom==20190725 # via -r requirements.in
murmurhash==1.0.2 # via preshed, spacy, thinc
numpy==1.18.2 # via blis, spacy, thinc
numpy==1.18.3 # via blis, spacy, thinc
packaging==20.3 # via -r requirements.in
pbr==5.4.4 # via -r requirements.in
pbr==5.4.5 # via -r requirements.in
plac==1.1.3 # via spacy, thinc
preshed==3.0.2 # via spacy, thinc
psutil==5.7.0 # via -r requirements.in
pyparsing==2.4.6 # via packaging
pyparsing==2.4.7 # via packaging
pyrsistent==0.16.0 # via jsonschema
requests==2.23.0 # via spacy
six==1.14.0 # via blessed, jsonschema, packaging, pyrsistent
spacy==2.2.4 # via -r requirements.in
sqlalchemy==1.3.15 # via -r requirements.in
sqlalchemy==1.3.16 # via -r requirements.in
srsly==1.0.2 # via spacy, thinc
tabulate==0.8.7 # via -r requirements.in
thinc==7.4.0 # via spacy
tqdm==4.44.1 # via spacy, thinc
tqdm==4.45.0 # via spacy, thinc
treelib==1.6.1 # via -r requirements.in
urllib3==1.25.8 # via requests
urllib3==1.25.9 # via requests
wasabi==0.6.0 # via spacy, thinc
wcwidth==0.1.9 # via blessed
zipp==3.1.0 # via importlib-metadata
Expand Down

0 comments on commit 02c2cae

Please sign in to comment.