Skip to content

Commit 6ebf504

Browse files
Bump the dependencies group across 1 directory with 9 updates (#55)
* Bump the dependencies group across 1 directory with 9 updates Bumps the dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.8` | `3.11.8` | | [bandit](https://github.com/PyCQA/bandit) | `1.7.10` | `1.8.0` | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` | | [poethepoet](https://github.com/nat-n/poethepoet) | `0.29.0` | `0.31.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.8` | `0.8.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.39` | `9.5.47` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.26.1` | `0.27.0` | Updates `aiohttp` from 3.10.8 to 3.11.8 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.10.8...v3.11.8) Updates `bandit` from 1.7.10 to 1.8.0 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.7.10...1.8.0) Updates `mypy` from 1.11.2 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.13.0) Updates `poethepoet` from 0.29.0 to 0.31.1 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](nat-n/poethepoet@v0.29.0...v0.31.1) Updates `ruff` from 0.6.8 to 0.8.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.8...0.8.1) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0) Updates `mkdocs-material` from 9.5.39 to 9.5.47 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.39...9.5.47) Updates `mkdocstrings` from 0.26.1 to 0.27.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.26.1...0.27.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: poethepoet dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocstrings dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * update pre-commit --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kira <[email protected]>
1 parent 1b003d0 commit 6ebf504

File tree

3 files changed

+357
-267
lines changed

3 files changed

+357
-267
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_language_version:
77
repos:
88
# general checks (see here: https://pre-commit.com/hooks.html)
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: check-toml
1313
- id: check-yaml
@@ -17,22 +17,22 @@ repos:
1717

1818
# mypy - lint-like type checking
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.11.2
20+
rev: v1.14.0
2121
hooks:
2222
- id: mypy
2323
name: mypy
2424

2525
# bandit - find common security issues
2626
- repo: https://github.com/pycqa/bandit
27-
rev: 1.7.10
27+
rev: 1.8.0
2828
hooks:
2929
- id: bandit
3030
name: bandit
3131
args: [-c, pyproject.toml, -r, .]
3232

3333
# ruff - linting and format
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: "v0.6.8"
35+
rev: "v0.8.4"
3636
hooks:
3737
- id: ruff
3838
args: [--fix]

0 commit comments

Comments
 (0)