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), [ruff](https://github.com/astral-sh/ruff) and [setuptools](https://github.com/pypa/setuptools).


Updates `maturin` from 1.7.8 to 1.8.1
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](PyO3/maturin@v1.7.8...v1.8.1)

Updates `ruff` from 0.8.4 to 0.8.6
- [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.8.4...0.8.6)

Updates `setuptools` from 75.6.0 to 75.7.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.6.0...v75.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent da7ce0b commit 24fcc6c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
80 changes: 40 additions & 40 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.22.0"
deptry = ">=0.16.1,<0.22.0"
editorconfig-checker = "3.0.3"
httpx-sse = ">=0.3.1,<0.5.0"
maturin = "1.7.8"
maturin = "1.8.1"
patchelf = { version = "^0.17.2.1", 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,<7"
pytest-rerunfailures = ">=10.2,<16.0"
pytest-timeout = "^2.2.0"
pytest-xdist = "^3.1"
ruff = "0.8.4"
ruff = "0.8.6"
setuptools = ">=63.1,<76.0"
trustme = ">=0.9,<1.3"
types-requests = "^2.28"
Expand Down

0 comments on commit 24fcc6c

Please sign in to comment.