Skip to content

Commit

Permalink
chore(deps-dev): bump the pip-minor-and-patch group across 1 director…
Browse files Browse the repository at this point in the history
…y with 4 updates

Bumps the pip-minor-and-patch group with 4 updates in the / directory: [ruff](https://github.com/astral-sh/ruff), [scalene](https://github.com/plasma-umass/scalene), [setuptools](https://github.com/pypa/setuptools) and [wheel](https://github.com/pypa/wheel).


Updates `ruff` from 0.7.2 to 0.7.3
- [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.7.2...0.7.3)

Updates `scalene` from 1.5.46 to 1.5.47
- [Release notes](https://github.com/plasma-umass/scalene/releases)
- [Commits](plasma-umass/scalene@v1.5.46...v1.5.47)

Updates `setuptools` from 75.3.0 to 75.4.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.3.0...v75.4.0)

Updates `wheel` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.44.0...0.45.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-minor-and-patch
- dependency-name: scalene
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-minor-and-patch
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-minor-and-patch
- dependency-name: wheel
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 1e2991c commit 4aa68b3
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
104 changes: 52 additions & 52 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ optional = true

[tool.poetry.group.dev.dependencies]
# Linting and formatting
ruff = "^0.7.2"
ruff = "^0.7.3"
# Type checking
mypy = "^1.13.0"
# Profiling
scalene = "^1.5.46"
scalene = "^1.5.47"
# Testing
pytest = "^8.3.3"
# Python standard
setuptools = "^75.3.0"
wheel = "^0.44.0"
setuptools = "^75.4.0"
wheel = "^0.45.0"

[tool.semantic_release]
version_toml = ["pyproject.toml:tool.poetry.version"]
Expand Down

0 comments on commit 4aa68b3

Please sign in to comment.