diff --git a/poetry.lock b/poetry.lock index 9ef58791a4..025ebd538c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1032,13 +1032,13 @@ requests = ["requests (>=2.4.0,<3.0.0)"] [[package]] name = "elasticsearch-dsl" -version = "7.0.0" +version = "7.4.1" description = "Python client for Elasticsearch" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ - {file = "elasticsearch-dsl-7.0.0.tar.gz", hash = "sha256:2aedc2a4dbba9870249a57d1798ec29e44404619bded66ac920f5d6a1cbb6f22"}, - {file = "elasticsearch_dsl-7.0.0-py2.py3-none-any.whl", hash = "sha256:763fb28add254f2c3a1d071cd114466d8a27f640e02a874afba7b8a04147c094"}, + {file = "elasticsearch-dsl-7.4.1.tar.gz", hash = "sha256:07ee9c87dc28cc3cae2daa19401e1e18a172174ad9e5ca67938f752e3902a1d5"}, + {file = "elasticsearch_dsl-7.4.1-py2.py3-none-any.whl", hash = "sha256:97f79239a252be7c4cce554c29e64695d7ef6a4828372316a5e5ff815e7a7498"}, ] [package.dependencies] @@ -1047,7 +1047,7 @@ python-dateutil = "*" six = "*" [package.extras] -develop = ["coverage (<5.0.0)", "mock", "pytest (>=3.0.0)", "pytest-cov", "pytz", "sphinx", "sphinx-rtd-theme"] +develop = ["coverage (<5.0.0)", "mock", "pytest (>=3.0.0)", "pytest-cov", "pytest-mock (<3.0.0)", "pytz", "sphinx", "sphinx-rtd-theme"] [[package]] name = "email-validator" @@ -5058,4 +5058,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.10" -content-hash = "1d80f8f16a2b7815f854da359c9749c63747447d0bc90e5cccf9ba3fbe746a9b" +content-hash = "319b6acb51d76e416778b013d62f0e7fa45278993b47529064868cf6c745b590" diff --git a/pyproject.toml b/pyproject.toml index 90afb32ae8..28491fc57f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ google-compute-engine = "2.8.13" factory_boy = "3.2.1" sentry-sdk = {version = "1.28.1", extras = ["flask"]} healthcheck = "1.3.3" -elasticsearch-dsl = "7.0.0" +elasticsearch-dsl = "7.4.1" flask-redis = "0.4" SQLAlchemy = "1.3.23" Flask-Elasticsearch = "0.2.5"