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: [numpy](https://github.com/numpy/numpy) and [pyright](https://github.com/RobertCraigie/pyright-python).


Updates `numpy` from 1.26.4 to 2.0.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.0.0)

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

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pyright
  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 19, 2024
1 parent 7e51866 commit 378a3ae
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 44 deletions.
93 changes: 51 additions & 42 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 @@ -48,10 +48,10 @@ gunicorn = "^22.0.0"
uvicorn = "^0.30.0"
httptools = "^0.6.1"
uvloop = "^0.19.0"
numpy = "<2.0.0"
numpy = "<3.0.0"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.367"
pyright = "^1.1.368"
pylint = "^3.2.3"
pytest = "^8.2.2"
ruff = "^0.4.9"
Expand Down

0 comments on commit 378a3ae

Please sign in to comment.