Skip to content

Commit

Permalink
Bump the actions group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [scipy-stubs](https://github.com/jorenham/scipy-stubs) | `1.14.1.2` | `1.14.1.3` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.116.0` | `6.118.7` |
| [basedpyright](https://github.com/detachhead/basedpyright) | `1.20.0` | `1.21.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.2` | `0.7.3` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.43` | `9.5.44` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.26.2` | `0.27.0` |


Updates `scipy-stubs` from 1.14.1.2 to 1.14.1.3
- [Release notes](https://github.com/jorenham/scipy-stubs/releases)
- [Commits](jorenham/scipy-stubs@v1.14.1.2...v1.14.1.3)

Updates `hypothesis` from 6.116.0 to 6.118.7
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.116.0...hypothesis-python-6.118.7)

Updates `basedpyright` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](DetachHead/basedpyright@v1.20.0...v1.21.0)

Updates `ruff` from 0.7.2 to 0.7.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.7.2...0.7.3)

Updates `mkdocs-material` from 9.5.43 to 9.5.44
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.43...9.5.44)

Updates `mkdocstrings` from 0.26.2 to 0.27.0
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0)

---
updated-dependencies:
- dependency-name: scipy-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: basedpyright
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: mkdocstrings
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent c708a4c commit 396b920
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
76 changes: 38 additions & 38 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mkdocs-include-markdown-plugin = "^7.0.0"
mkdocs-jupyter = "^0.25.1"
mkdocs-material = "^9.5.43"
mkdocs-minify-plugin = "^0.8.0"
mkdocstrings = {version = ">=0.26.2,<0.27.0", extras = ["python"]}
mkdocstrings = {version = ">=0.26.2,<0.28.0", extras = ["python"]}

[tool.poetry.group.debug.dependencies]
ipython = "^8.29.0"
Expand Down

0 comments on commit 396b920

Please sign in to comment.