Skip to content

Commit

Permalink
build(deps): bump the minor group with 5 updates (#1014)
Browse files Browse the repository at this point in the history
Bumps the minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [rich](https://github.com/Textualize/rich) | `13.7.1` | `13.8.0` |
| [nbqa](https://github.com/nbQA-dev/nbQA) | `1.8.7` | `1.9.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.2` | `0.6.3` |
| [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` |
| [jupyter](https://jupyter.org) | `1.0.0` | `1.1.1` |


Updates `rich` from 13.7.1 to 13.8.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.1...v13.8.0)

Updates `nbqa` from 1.8.7 to 1.9.0
- [Release notes](https://github.com/nbQA-dev/nbQA/releases)
- [Changelog](https://github.com/nbQA-dev/nbQA/blob/main/docs/history.rst)
- [Commits](nbQA-dev/nbQA@1.8.7...1.9.0)

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

Updates `httpx` from 0.27.0 to 0.27.2
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.27.2)

Updates `jupyter` from 1.0.0 to 1.1.1

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: nbqa
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: httpx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: jupyter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: 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 Sep 2, 2024
1 parent c186eaf commit 65d3326
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 80 deletions.
110 changes: 34 additions & 76 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aleph-alpha-client = ">=7.1.0"
python-dotenv = "*"
semantic-text-splitter = "^0.15.0"
qdrant-client = "^1.11.0"
rich = "^13.7.1"
rich = "^13.8.0"
datasets = "^2.21.0"
requests = "^2.32.3"
pycountry = "24.6.1"
Expand All @@ -35,8 +35,8 @@ argilla = "^2.0.1"
[tool.poetry.group.dev.dependencies]
# lint & format
mypy = "^1.11.1"
nbqa = "^1.8.7"
ruff = "^0.6.2"
nbqa = "^1.9.0"
ruff = "^0.6.3"
pre-commit = "^3.8.0"

# tests
Expand Down Expand Up @@ -64,7 +64,7 @@ matplotlib = "^3.9.2"
fastapi = "^0.112.1"
uvicorn = "^0.30.6"
hypercorn = "^0.17.3"
jupyter = "^1.0.0"
jupyter = "^1.1.1"

# [tool.poetry.extras]
# argilla = ["argilla"]
Expand Down

0 comments on commit 65d3326

Please sign in to comment.