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.316 to 1.1.327
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.316...v1.1.327)

Updates `pylint` from 2.17.4 to 2.17.5
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.4...v2.17.5)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and winstxnhdw committed Sep 16, 2023
1 parent 0fb25ca commit 17c68d7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
34 changes: 22 additions & 12 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 @@ -38,8 +38,8 @@ hypercorn = "^0.14.4"
python-multipart = "^0.0.6"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.316"
pylint = "^2.17.4"
pyright = "^1.1.327"
pylint = "^2.17.5"
pytest = "^7.4.2"
isort = "^5.12.0"
httpx = "^0.25.0"
Expand Down

0 comments on commit 17c68d7

Please sign in to comment.