Skip to content

Commit 093799e

Browse files
Bump the dependencies group across 1 directory with 7 updates (#52)
* Bump the dependencies group across 1 directory with 7 updates Bumps the dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.5` | `3.10.8` | | [bandit](https://github.com/PyCQA/bandit) | `1.7.9` | `1.7.10` | | [poethepoet](https://github.com/nat-n/poethepoet) | `0.28.0` | `0.29.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.8` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.34` | `9.5.39` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.25.2` | `0.26.1` | Updates `aiohttp` from 3.10.5 to 3.10.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.5...v3.10.8) Updates `bandit` from 1.7.9 to 1.7.10 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.7.9...1.7.10) Updates `poethepoet` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](nat-n/poethepoet@v0.28.0...v0.29.0) Updates `ruff` from 0.6.3 to 0.6.8 - [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.3...0.6.8) Updates `pytest` from 8.3.2 to 8.3.3 - [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.2...8.3.3) Updates `mkdocs-material` from 9.5.34 to 9.5.39 - [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.34...9.5.39) Updates `mkdocstrings` from 0.25.2 to 0.26.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.2...0.26.1) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch 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-patch dependency-group: dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch 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]> * .pre-commit-config.yaml --------- 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 2de90de commit 093799e

File tree

3 files changed

+229
-240
lines changed

3 files changed

+229
-240
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ repos:
2424

2525
# bandit - find common security issues
2626
- repo: https://github.com/pycqa/bandit
27-
rev: 1.7.9
27+
rev: 1.7.10
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.3"
35+
rev: "v0.6.8"
3636
hooks:
3737
- id: ruff
3838
args: [--fix]

0 commit comments

Comments
 (0)