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 3 updates (#182)
Browse files Browse the repository at this point in the history
Bumps the pip-semver-minor group with 3 updates: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [nuitka](https://github.com/Nuitka/Nuitka).


Updates `mypy` from 1.10.1 to 1.11.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.11)

Updates `ruff` from 0.5.3 to 0.5.4
- [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.5.3...0.5.4)

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

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-semver-minor
- 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-minor
  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 Jul 22, 2024
1 parent c3838a8 commit 7674e2b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
102 changes: 51 additions & 51 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ non-termux = ["aiodns", "uvloop"]
termux = []

[tool.poetry.group.dev.dependencies]
mypy = "1.10.1"
ruff = "0.5.3"
mypy = "1.11.0"
ruff = "0.5.4"
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.3.11"
nuitka = "2.4.1"

0 comments on commit 7674e2b

Please sign in to comment.