Skip to content

Commit

Permalink
Build(deps-dev): Bump the python-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.5.0` | `3.7.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.6` | `0.3.5` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `8.1.1` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.1.3` | `2.2.1` |
| [furo](https://github.com/pradyunsg/furo) | `2023.9.10` | `2024.1.29` |


Updates `pre-commit` from 3.5.0 to 3.7.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.5.0...v3.7.0)

Updates `ruff` from 0.1.6 to 0.3.5
- [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.3.5)

Updates `pytest` from 7.4.3 to 8.1.1
- [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.3...8.1.1)

Updates `pandas` from 2.1.3 to 2.2.1
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.1.3...v2.2.1)

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: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 3c74252 commit 40df613
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ documentation = "https://docs.darbia.dev/darbiadev-utilities/"

[project.optional-dependencies]
dev = [
"pre-commit==3.5.0",
"ruff==0.1.6",
"pre-commit==3.7.0",
"ruff==0.3.5",
]
tests = [
"pytest==7.4.3",
"pytest==8.1.1",
"pytest-randomly==3.15.0",

# Install all possible packages during tests
"pandas==2.1.3",
"pandas==2.2.1",
]
docs = [
"sphinx==7.2.6",
"furo==2023.9.10",
"furo==2024.1.29",
"sphinx-autoapi==3.0.0",
"releases==2.1.1",

# Install all possible packages during docs builds
"pandas==2.1.3",
"pandas==2.2.1",
]

[build-system]
Expand Down

0 comments on commit 40df613

Please sign in to comment.