Skip to content

Commit

Permalink
Update eve requirement from <=2.1.0,>=1.1.2 to >=1.1.2,<=2.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [eve](https://github.com/pyeve/eve) to permit the latest version.
- [Changelog](https://github.com/pyeve/eve/blob/master/CHANGES.rst)
- [Commits](pyeve/eve@v1.1.2...v2.2.0)

---
updated-dependencies:
- dependency-name: eve
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent d097271 commit f1b7cf1
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 @@ -14,7 +14,7 @@

install_requires = [
"urllib3>=1.26,<3",
"eve>=1.1.2,<=2.1.0",
"eve>=1.1.2,<=2.2.0",
"eve-elastic>=7.4.0,<7.5.0",
"elasticsearch<7.18", # we are using oss version on test server
"flask>=1.1,<1.2",
Expand Down

0 comments on commit f1b7cf1

Please sign in to comment.