Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Bump the pip-semver-minor group with 2 updates (#205)
Browse files Browse the repository at this point in the history
Bumps the pip-semver-minor group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [nuitka](https://github.com/Nuitka/Nuitka).


Updates `ruff` from 0.6.0 to 0.6.1
- [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.0...0.6.1)

Updates `nuitka` from 2.4.5 to 2.4.7
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst)
- [Commits](https://github.com/Nuitka/Nuitka/commits)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-semver-minor
- dependency-name: nuitka
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 447d9c2 commit 092f285
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 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 @@ -33,7 +33,7 @@ termux = []

[tool.poetry.group.dev.dependencies]
mypy = "1.11.1"
ruff = "0.6.0"
ruff = "0.6.1"
tomli = "2.0.1"
types-aiofiles = "24.1.0.20240626"
typing-extensions = "4.12.2"
Expand All @@ -42,4 +42,4 @@ typing-extensions = "4.12.2"
optional = true

[tool.poetry.group.nuitka.dependencies]
nuitka = "2.4.5"
nuitka = "2.4.7"

0 comments on commit 092f285

Please sign in to comment.