Skip to content

Commit

Permalink
bump bento-lib to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jul 27, 2021
1 parent 15537be commit f895cf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appdirs==1.4.4
attrs==21.2.0
backports.entry-points-selectable==1.1.0
bento-lib==2.2.1
bento-lib==3.0.0
certifi==2021.5.30
chardet==4.0.0
codecov==2.1.11
Expand Down Expand Up @@ -31,5 +31,5 @@ tornado==6.1
tox==3.24.0
urllib3==1.26.6
virtualenv==20.6.0
Werkzeug==1.0.1
Werkzeug==2.0.1
zipp==3.5.0
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==2.2.1", "tornado>=6.1,<6.2"],
install_requires=["bento_lib==3.0.0", "tornado>=6.1,<6.2"],

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

0 comments on commit f895cf4

Please sign in to comment.