Skip to content

Commit

Permalink
build(deps): bump typer from 0.12.3 to 0.12.5 in /server
Browse files Browse the repository at this point in the history
Bumps [typer](https://github.com/fastapi/typer) from 0.12.3 to 0.12.5.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.12.3...0.12.5)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and frankie567 committed Sep 30, 2024
1 parent 19a76e4 commit aa6938f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions server/poetry.lock

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

4 changes: 2 additions & 2 deletions server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pydantic-extra-types = "^2.9.0"
sqlalchemy-utils = "^0.41.1"
authlib = "^1.3.2"
standardwebhooks = "^1.0.0"
typer = "^0.12.3"
typer = "^0.12.5"
logfire = "^0.51.0"
opentelemetry-instrumentation-fastapi = "^0.45b0"
opentelemetry-instrumentation-httpx = "^0.45b0"
Expand All @@ -63,7 +63,7 @@ halo = "^0.0.31"
mypy = "^1.6.0"
pytest = "<9"
pytest-sugar = "^1.0.0"
typer = "^0.12.0"
typer = "^0.12.5"
psycopg2-binary = "^2.9.5"
coverage = "^7.6.0"
pytest-mock = "^3.10.0"
Expand Down

0 comments on commit aa6938f

Please sign in to comment.