Skip to content

Commit

Permalink
build(deps-dev): update altair requirement from <5.0,>=4.0 to >=4.0,<6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [altair](https://github.com/altair-viz/altair) to permit the latest version.
- [Release notes](https://github.com/altair-viz/altair/releases)
- [Commits](vega/altair@v4.0.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and h4c5 committed May 22, 2023
1 parent 3bfc634 commit 70b25cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ write_to = "src/embcompare/_version.py"
gui = [
"streamlit>=1.12,<2",
"pandas>=1.3,<3.0",
"altair>=4.0,<5.0",
"altair>=4.0,<6.0",
"loguru>=0.6,<1.0",
]
dev = [
Expand Down

0 comments on commit 70b25cf

Please sign in to comment.