Skip to content

Commit

Permalink
Update elasticsearch-dsl requirement from <7.5,>=7.3 to >=7.3,<8.14
Browse files Browse the repository at this point in the history
Updates the requirements on [elasticsearch-dsl](https://github.com/elasticsearch/elasticsearch-dsl-py) to permit the latest version.
- [Release notes](https://github.com/elasticsearch/elasticsearch-dsl-py/releases)
- [Changelog](https://github.com/elastic/elasticsearch-dsl-py/blob/main/Changelog.rst)
- [Commits](elastic/elasticsearch-dsl-py@7.3.0...v8.13.1)

---
updated-dependencies:
- dependency-name: elasticsearch-dsl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 7a2b507 commit 5dca0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
install_requires=[
'tomtoolkit>=2.12,<3.0',
'antares-client>=1.4,<2.0',
'elasticsearch-dsl>=7.3,<7.5'
'elasticsearch-dsl>=7.3,<8.14'
],
extras_require={
'test': ['factory_boy>=3.1,<3.4']
Expand Down

0 comments on commit 5dca0de

Please sign in to comment.