Skip to content

Commit

Permalink
⬆️ update typer requirement from ~=0.4.1 to ~=0.12.3
Browse files Browse the repository at this point in the history
Updates the requirements on [typer](https://github.com/tiangolo/typer) to permit the latest version.
- [Release notes](https://github.com/tiangolo/typer/releases)
- [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.4.1...0.12.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent ce90e77 commit bad29d8
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.12.3", "ipython ~= 7.16.1"]

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

0 comments on commit bad29d8

Please sign in to comment.