Skip to content

Commit

Permalink
Bump the pytools group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pytools group with 3 updates in the /server directory: [maturin](https://github.com/pyo3/maturin), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff).


Updates `maturin` from 1.7.1 to 1.7.4
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](PyO3/maturin@v1.7.1...v1.7.4)

Updates `pyright` from 1.1.381 to 1.1.382.post1
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.381...v1.1.382.post1)

Updates `ruff` from 0.6.7 to 0.6.8
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.7...0.6.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mmmarcos committed Sep 30, 2024
1 parent 5cbded3 commit e5a8669
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 40 deletions.
78 changes: 40 additions & 38 deletions server/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 server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cibuildwheel = "2.21.1"
deptry = ">=0.16.1,<0.21.0"
editorconfig-checker = "3.0.3"
httpx-sse = ">=0.3.1,<0.5.0"
maturin = "1.7.1"
maturin = "1.7.4"
patchelf = { version = "^0.17.2.0", markers = "platform_system=='Linux'" }
poetry-lock-package = ">=0.4.4,<0.6.0"
psutil = ">=5.9,<7.0"
Expand All @@ -71,7 +71,7 @@ pytest-cov = ">=4,<6"
pytest-rerunfailures = ">=10.2,<15.0"
pytest-timeout = "^2.2.0"
pytest-xdist = "^3.1"
ruff = "0.6.7"
ruff = "0.6.8"
setuptools = ">=63.1,<76.0"
trustme = ">=0.9,<1.2"
types-requests = "^2.28"
Expand Down

0 comments on commit e5a8669

Please sign in to comment.