Skip to content

Commit

Permalink
Update sphinx and elasticsearch-py
Browse files Browse the repository at this point in the history
sphinx 1.6.6 to 3.5.4
elasticsearch 7.0.0 to >=7.0.0,<8.0.0
  • Loading branch information
nsano-rururu committed Apr 13, 2021
1 parent e7f9d4e commit 45237cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ boto3>=1.4.4
cffi>=1.11.5
configparser>=3.5.0
croniter>=0.3.16
elasticsearch==7.0.0
elasticsearch>=7.0.0,<8.0.0
envparse>=0.2.0
exotel>=0.1.3
Jinja2==2.11.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'boto3>=1.4.4',
'configparser>=3.5.0',
'croniter>=0.3.16',
'elasticsearch==7.0.0',
'elasticsearch>=7.0.0,<8.0.0',
'envparse>=0.2.0',
'exotel>=0.1.3',
'jira>=2.0.0',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ norecursedirs = .* virtualenv_run docs build venv env

[testenv:docs]
deps = {[testenv]deps}
sphinx==1.6.6
sphinx==3.5.4
changedir = docs
commands = sphinx-build -b html -d build/doctrees -W source build/html

0 comments on commit 45237cc

Please sign in to comment.