Skip to content

Commit

Permalink
build(deps-dev): bump fastapi from 0.104.1 to 0.110.1 (#144)
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.110.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.104.1...0.110.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent 6754901 commit 2e897e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 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 @@ -44,7 +44,7 @@ pytest-cov = "^4.0.0"
optional = true

[tool.poetry.group.http.dependencies]
fastapi = ">=0.100.1,<0.105.0"
fastapi = ">=0.100.1,<0.111.0"
uvicorn = ">=0.23.1,<0.30.0"

[tool.poetry.group.doc]
Expand Down

1 comment on commit 2e897e1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
codedog
   __init__.py5420%113–117
   localization.py17665%16–18, 22, 26, 30
   version.py220%3–4
codedog/actors/reporters
   code_review.py171418%6–30
   pr_summary.py38358%4–95
   pull_request.py211719%6–48
codedog/chains
   __init__.py440%1–5
   prompts.py330%1–5
codedog/chains/code_review
   base.py63630%1–134
   prompts.py330%2–6
   translate_code_review_chain.py47470%1–102
codedog/chains/pr_summary
   base.py81810%1–173
   prompts.py770%1–14
   translate_pr_summary_chain.py59590%1–150
codedog/models
   __init__.py11918%3–12
   change_file.py50468%9–66
   change_summary.py660%1–9
   code_review.py550%1–8
   commit.py23230%1–29
   issue.py23230%1–29
   pr_summary.py20200%1–29
   pull_request.py39390%1–46
   repository.py23230%1–29
codedog/processors
   __init__.py220%1–3
   pull_request_processor.py51510%1–108
codedog/retrievers
   __init__.py330%1–4
   base.py22220%1–44
   github_retriever.py1001000%1–252
   gitlab_retriever.py1191190%1–239
codedog/utils
   diff_utils.py660%1–19
   langchain_utils.py16160%1–47
TOTAL97785812% 

Tests Skipped Failures Errors Time
4 0 💤 0 ❌ 4 🔥 3.123s ⏱️

Please sign in to comment.