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 [httpx](https://github.com/encode/httpx).


Updates `pyright` from 1.1.341 to 1.1.342
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.341...v1.1.342)

Updates `httpx` from 0.25.2 to 0.26.0
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.25.2...0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent e7e394f commit 5b4c513
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 @@ -41,11 +41,11 @@ hypercorn = "^0.15.0"
uvloop = "^0.19.0"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.341"
pyright = "^1.1.342"
pylint = "^3.0.3"
pytest = "^7.4.3"
ruff = "^0.1.8"
httpx = "^0.25.2"
httpx = "^0.26.0"

[tool.poetry.extras]
cuda = ["nvidia-cudnn-cu11", "nvidia-cublas-cu11"]
Expand Down

0 comments on commit 5b4c513

Please sign in to comment.