Skip to content

Commit

Permalink
chore(deps-dev): bump the all group in /pykanidm with 2 updates (kani…
Browse files Browse the repository at this point in the history
…dm#2430)

Bumps the all group in /pykanidm with 2 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python) and [ruff](https://github.com/astral-sh/ruff).


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

Updates `ruff` from 0.1.11 to 0.1.13
- [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.13)

---
updated-dependencies:
- dependency-name: mkdocstrings-python
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Jan 14, 2024
1 parent 3b0b350 commit 84204ee
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions pykanidm/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 pykanidm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ black = "^23.12.1"
mkdocs = "^1.5.3"
mkdocs-material = "^9.5.3"
mkdocstrings = "^0.24.0"
mkdocstrings-python = "^1.7.5"
mkdocstrings-python = "^1.8.0"
pook = "^1.4.0"

[tool.poetry.group.dev.dependencies]
ruff = ">=0.0.230,<0.1.12"
ruff = ">=0.0.230,<0.1.14"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 84204ee

Please sign in to comment.