Skip to content

Commit

Permalink
chore(deps): bump typer from 0.9.0 to 0.10.0 (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent eff1dad commit a544ea7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT"
[tool.poetry.dependencies]
cached-property = "^1" # Remove after Python 3.7 support is dropped
python = ">=3.7,<3.12"
typer = "^0.9.0"
typer = "^0.10.0"
typing-extensions = "^4.7"
meltano-edk = {git = "https://github.com/meltano/edk.git", rev = "v0.1.0"}

Expand Down

0 comments on commit a544ea7

Please sign in to comment.