Skip to content

Commit

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


Updates `ruff` from 0.5.1 to 0.5.2
- [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.5.1...0.5.2)

Updates `sphinx` from 7.3.7 to 7.4.4
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.3.7...v7.4.4)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: sphinx
  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 Jul 16, 2024
1 parent 3857649 commit 9c02742
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
66 changes: 33 additions & 33 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 @@ -36,7 +36,7 @@ argilla = "^1.29.0"
# lint & format
mypy = "^1.10.1"
nbqa = "^1.8.5"
ruff = "^0.5.1"
ruff = "^0.5.2"
pre-commit = "^3.7.1"

# tests
Expand All @@ -57,7 +57,7 @@ pandas-stubs = "^2.2.2.240603"

# docs
sphinx-rtd-theme = "^2.0.0"
sphinx = "^7.3.7"
sphinx = "^7.4.4"
matplotlib = "^3.9.1"

[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit 9c02742

Please sign in to comment.