Skip to content

Commit

Permalink
Bump the python-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 3 updates: [ruff](https://github.com/astral-sh/ruff), [pytest](https://github.com/pytest-dev/pytest) and [furo](https://github.com/pradyunsg/furo).


Updates `ruff` from 0.1.9 to 0.1.15
- [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.9...v0.1.15)

Updates `pytest` from 7.4.4 to 8.0.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.0.0)

Updates `furo` from 2023.9.10 to 2024.1.29
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2023.09.10...2024.01.29)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 409e056 commit 38ec549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ bpp = "bpp.cli:app"
[project.optional-dependencies]
dev = [
"pre-commit==3.6.0",
"ruff==0.1.9",
"ruff==0.1.15",
]
tests = [
"pytest==7.4.4",
"pytest==8.0.0",
"pytest-randomly==3.15.0",
]
docs = [
"sphinx==7.2.6",
"furo==2023.9.10",
"furo==2024.1.29",
"sphinx-autoapi==3.0.0",
"releases==2.1.1",
]
Expand Down

0 comments on commit 38ec549

Please sign in to comment.