Skip to content

Commit

Permalink
build(deps-dev): bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [pyright](https://github.com/RobertCraigie/pyright-python) and [pylint](https://github.com/pylint-dev/pylint).


Updates `pyright` from 1.1.368 to 1.1.369
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.368...v1.1.369)

Updates `pylint` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.3...v3.2.4)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 26, 2024
1 parent 22c0f42 commit 350d442
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -51,8 +51,8 @@ uvloop = "^0.19.0"
numpy = "<2.0.0"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.368"
pylint = "^3.2.3"
pyright = "^1.1.369"
pylint = "^3.2.4"
pytest = "^8.2.2"
ruff = "^0.4.10"
httpx = "^0.27.0"
Expand Down

0 comments on commit 350d442

Please sign in to comment.