Skip to content

Commit

Permalink
deps: update bento-lib + requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jul 9, 2021
1 parent 2848734 commit 5c013b8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
appdirs==1.4.4
attrs==20.3.0
attrs==21.2.0
bento-lib==2.2.1
certifi==2020.12.5
certifi==2021.5.30
chardet==4.0.0
codecov==2.1.11
coverage==5.5
distlib==0.3.1
distlib==0.3.2
filelock==3.0.12
flake8==3.9.0
flake8==3.9.2
idna==2.10
importlib-metadata==3.7.3
importlib-metadata==4.5.0
jsonschema==3.2.0
mccabe==0.6.1
more-itertools==8.7.0
more-itertools==8.8.0
packaging==20.9
pluggy==0.13.1
psycopg2-binary==2.8.6
psycopg2-binary==2.9.1
py==1.10.0
pycodestyle==2.7.0
pyflakes==2.3.0
pyflakes==2.3.1
pyparsing==2.4.7
pyrsistent==0.17.3
redis==3.5.3
requests==2.25.1
six==1.15.0
six==1.16.0
toml==0.10.2
tornado==6.1
tox==3.23.0
tox==3.23.1
urllib3==1.26.5
virtualenv==20.4.3
virtualenv==20.4.7
Werkzeug==1.0.1
zipp==3.4.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
version=config["package"]["version"],

python_requires=">=3.6",
install_requires=["bento_lib==0.11.0", "tornado>=6.1,<6.2"],
install_requires=["bento_lib==2.2.1", "tornado>=6.1,<6.2"],

author=config["package"]["authors"],
author_email=config["package"]["author_emails"],
Expand Down

0 comments on commit 5c013b8

Please sign in to comment.