Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lib bump #273

Merged
merged 13 commits into from
Jan 24, 2023
54 changes: 18 additions & 36 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,21 @@
aniso8601==9.0.1
attrs==20.3.0
biolinkml==1.4.9
certifi==2020.12.5
chardet==3.0.4
click==7.1.2
elasticsearch==7.12.0
flake8==3.9.0
flasgger==0.9.5
Flask==1.1.1
Flask-Cors==3.0.9
Flask-RESTful==0.3.8
gunicorn==20.0.4
idna==2.8
itsdangerous==1.1.0
Jinja2==2.11.3
jsonschema==3.2.0
MarkupSafe==1.1.1
mistune==0.8.4
pluggy==0.13.1
flake8
flasgger
Flask
Flask-Cors
Flask-RESTful
gunicorn
itsdangerous
Jinja2
jsonschema
MarkupSafe
mistune==2.0.1
pluggy==1.0.0
pyrsistent==0.17.3
pytest==6.2.2
pytest
pytz==2021.1
PyYAML==5.4.1
redis==3.4.1
requests==2.22.0
requests-cache==0.5.2
six==1.15.0
Sphinx==2.4.4
sphinx-click==2.3.1
sphinx-rtd-theme==0.4.3
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
urllib3==1.25.11
Werkzeug==0.16.1
PyYAML==6.0
redis==4.4.2
requests==2.28.2
requests-cache==0.9.8
six==1.16.0
2 changes: 1 addition & 1 deletion src/dug/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.9.6dev"
__version__ = "2.9.7dev"