Skip to content

Commit

Permalink
chore(dependencies): updated dependencies
Browse files Browse the repository at this point in the history
for pre-commit and poetry

fix(html_parser): Ensure HTML is read as UTF-8

this was already fixed in commit 30fe129 however the conventional commit that triggers the release was missing. It also seems that our conventional commit checker isn't working right now on pipeline so i did this "fix commit".

Signed-off-by: Markus Braun <markus.braun@em.ag>
  • Loading branch information
mb-emag committed Oct 12, 2023
1 parent acbb737 commit 1585250
Show file tree
Hide file tree
Showing 2 changed files with 838 additions and 1,038 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
# formatting related

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -35,7 +35,7 @@ repos:
args: ["--maxkb=4096"]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
types: [python]
Expand All @@ -47,7 +47,7 @@ repos:
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [
Expand All @@ -62,7 +62,7 @@ repos:
types: [python]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.6.0
hooks:
- id: mypy
args: [ "--show-error-codes" ]
Expand Down Expand Up @@ -91,14 +91,14 @@ repos:
# - id: pip-audit

- repo: https://github.com/commitizen-tools/commitizen
rev: v2.42.1
rev: 3.10.0
hooks:
- id: commitizen
- id: commitizen-branch
stages: [push]

- repo: https://github.com/python-poetry/poetry
rev: 1.4.0
rev: 1.6.0
hooks:
- id: poetry-check
- id: poetry-lock
Loading

0 comments on commit 1585250

Please sign in to comment.