Skip to content

Commit a18009f

Browse files
committed
Update dependencies and actions
chore(deps): bump aiohttp from 3.13.3 to 3.13.4 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3275d2 commit a18009f

3 files changed

Lines changed: 636 additions & 455 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Latest python version: send coverage report to codecov
6565
- name: 'Upload coverage report to Codecov'
6666
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
67-
uses: codecov/codecov-action@v5
67+
uses: codecov/codecov-action@v6
6868

6969
# Run code analysis checks
7070
analyze:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ repos:
88
- id: mixed-line-ending
99
- id: trailing-whitespace
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.15.1
11+
rev: v0.15.8
1212
hooks:
1313
- id: ruff
1414
args: [--fix]
1515
- id: ruff-format
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.19.1
17+
rev: v1.20.0
1818
hooks:
1919
- id: mypy
2020
files: aiohttp_client_cache
@@ -24,6 +24,6 @@ repos:
2424
hooks:
2525
- id: prettier
2626
- repo: https://github.com/crate-ci/typos
27-
rev: v1.43.4
27+
rev: v1.45.0
2828
hooks:
2929
- id: typos

0 commit comments

Comments
 (0)