Skip to content

Commit

Permalink
⬆️ update ipython requirement from ~=7.16.1 to ~=8.25.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.16.1...8.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 6095d9d commit d04053a
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 @@ -72,7 +72,7 @@ doc = [
"mkdocs-macros-plugin ~= 1.0.4",
]
lint = ["ruff ~= 0.3.3", "mypy ~= 1.4.1"]
dev = ["semver ~= 2.13.0", "typer ~= 0.4.1", "ipython ~= 7.16.1"]
dev = ["semver ~= 2.13.0", "typer ~= 0.4.1", "ipython ~= 8.25.0"]

[project.urls]
Documentation = "https://art049.github.io/odmantic"
Expand Down

0 comments on commit d04053a

Please sign in to comment.