Skip to content

Commit

Permalink
Bump the development-dependencies group with 2 updates (#1)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [pdoc](https://github.com/mitmproxy/pdoc).


Updates `ruff` from 0.1.9 to 0.1.14
- [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.14)

Updates `pdoc` from 14.3.0 to 14.4.0
- [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md)
- [Commits](mitmproxy/pdoc@v14.3.0...v14.4.0)

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

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 29, 2024
1 parent 173b5ad commit 80422b9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
45 changes: 23 additions & 22 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ pytest = "^7.4.4"
mypy = "^1.7.1"
pre-commit = "^3.5.0"
pytest-cov = "^4.1.0"
ruff = "^0.1.9"
ruff = "^0.1.14"

[tool.poetry.group.docs.dependencies]
pdoc = "^14.3.0"
pdoc = "^14.4.0"

[tool.pytest.ini_options]
pythonpath = [
Expand Down

0 comments on commit 80422b9

Please sign in to comment.