Skip to content

Commit

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


Updates `pandas` from 2.1.4 to 2.2.0
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.1.4...v2.2.0)

Updates `scipy` from 1.11.4 to 1.12.0
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.11.4...v1.12.0)

Updates `ruff` from 0.1.11 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.11...v0.1.15)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent ecd3afe commit bf494c5
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 @@ -92,8 +92,8 @@ docs-screenshots = [
"jupyterlab-language-pack-zh-CN==4.0.post6",
"matplotlib==3.8.2",
"nbconvert>=7.0.0",
"pandas==2.1.4",
"scipy==1.11.4",
"pandas==2.2.0",
"scipy==1.12.0",
"vega_datasets==0.9.0",
]
test = [
Expand All @@ -117,7 +117,7 @@ dev = [
"coverage",
"hatch",
"bump2version",
"ruff==0.1.11",
"ruff==0.1.15",
]

[tool.check-wheel-contents]
Expand Down

0 comments on commit bf494c5

Please sign in to comment.