Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [pymupdf](https://github.com/pymupdf/pymupdf) and [ruff](https://github.com/astral-sh/ruff).


Updates `pymupdf` from 1.23.6 to 1.23.7
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.23.6...1.23.7)

Updates `ruff` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.6...v0.1.7)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 5, 2023
1 parent c5e55ef commit 4bf4a51
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
118 changes: 59 additions & 59 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ transformers = "^4.35.2"
sentencepiece = "^0.1.99"
sentence-transformers = "^2.2.2"
protobuf = "^4.25.1"
pymupdf = "^1.23.6"
pymupdf = "^1.23.7"
redis = "^5.0.1"
hiredis = "^2.2.3"
tesserocr = "^2.6.2"
Expand All @@ -54,4 +54,4 @@ torch = "^2.1.1"
pyright = "^1.1.338"
pylint = { git = "https://github.com/pylint-dev/pylint.git" }
pytest = "^7.4.3"
ruff = "^0.1.6"
ruff = "^0.1.7"

0 comments on commit 4bf4a51

Please sign in to comment.