Skip to content

Commit

Permalink
build(deps): bump python-gitlab from 3.15.0 to 4.4.0 (#140)
Browse files Browse the repository at this point in the history
Bumps [python-gitlab](https://github.com/python-gitlab/python-gitlab) from 3.15.0 to 4.4.0.
- [Release notes](https://github.com/python-gitlab/python-gitlab/releases)
- [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md)
- [Commits](python-gitlab/python-gitlab@v3.15.0...v4.4.0)

---
updated-dependencies:
- dependency-name: python-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 16, 2024
1 parent c63599f commit e8329ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 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 @@ -18,7 +18,7 @@ python = "~3.10"
langchain = ">=0.0.247,<0.0.355"
openai = ">=0.27.8,<0.29.0"
pydantic = ">=1.10.7,<3.0.0"
python-gitlab = "^3.14.0"
python-gitlab = ">=3.14,<5.0"
pygithub = ">=1.58.2,<3.0.0"
unidiff = "^0.7.5"

Expand Down

1 comment on commit e8329ae

@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.131s ⏱️

Please sign in to comment.