Skip to content

Commit

Permalink
build(deps-dev): bump the dependencies group with 2 updates (#4)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump the dependencies group with 2 updates

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] <[email protected]>

* build: image should be in lowercase

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: winstxnhdw <[email protected]>
  • Loading branch information
dependabot[bot] and winstxnhdw committed Sep 16, 2023
1 parent 0fb25ca commit 3546ab4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/winstxnhdw/CapGen:main
FROM ghcr.io/winstxnhdw/capgen:main

ENV SERVER_PORT 7860

Expand Down
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 3546ab4

Please sign in to comment.