Skip to content

Commit 60e2355

Browse files
Update all dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f566eb commit 60e2355

4 files changed

Lines changed: 22 additions & 99 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Check out code
105105
uses: actions/checkout@v4
106106
- name: Download artifacts
107-
uses: actions/download-artifact@v4
107+
uses: actions/download-artifact@v5
108108
with:
109109
name: dist-${{ vars.ARCALOT_PYTHON_VERSION }}
110110
path: dist

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- id: check-yaml
99
- id: check-added-large-files
1010
- id: check-toml
1111
- repo: https://github.com/python/black
12-
rev: 24.4.2
12+
rev: 25.1.0
1313
hooks:
1414
- id: black
1515
name: black (python3)
1616
language_version: python3
1717
args: ["--check"]
1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 7.0.0
19+
rev: 7.3.0
2020
hooks:
2121
- id: flake8
2222
- repo: https://github.com/pycqa/isort
23-
rev: 5.13.2
23+
rev: 6.0.1
2424
hooks:
2525
- id: isort
2626
name: isort (python3)
2727
language_version: python3
2828
args: ["--check", "--profile=black"]
2929
- repo: https://github.com/python-poetry/poetry
30-
rev: 1.8.3
30+
rev: 2.1.4
3131
hooks:
3232
- id: poetry-check
3333
- id: poetry-lock
@@ -36,6 +36,6 @@ repos:
3636
hooks:
3737
- id: shellcheck
3838
- repo: https://github.com/igorshubovych/markdownlint-cli
39-
rev: v0.40.0
39+
rev: v0.45.0
4040
hooks:
4141
- id: markdownlint

poetry.lock

Lines changed: 3 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ cbor2 = "~5.6.0"
2323
PyYAML = "~6.0.1"
2424

2525
[tool.poetry.group.dev.dependencies]
26-
coverage = "^7.0.0"
27-
html2text = "^2024.0.0"
28-
pre-commit = "^3.0.0"
29-
sphinx = "^7.0.0"
30-
sphinx-rtd-theme = "^2.0.0"
31-
isort = "^5.12.0"
32-
black = "^24.0.0"
33-
autoflake = "^2.2.1"
34-
docformatter = "^1.7.5"
35-
flake8 = "^7.0.0"
36-
autopep8 = "^2.0.4"
37-
pytest-repeat = "^0.9.3"
26+
coverage = "7.5.4"
27+
html2text = "2024.2.26"
28+
pre-commit = "3.7.1"
29+
sphinx = "7.3.7"
30+
sphinx-rtd-theme = "2.0.0"
31+
isort = "5.13.2"
32+
black = "24.4.2"
33+
autoflake = "2.3.1"
34+
docformatter = "1.7.5"
35+
flake8 = "7.1.0"
36+
autopep8 = "2.3.1"
37+
pytest-repeat = "0.9.3"
3838

3939
[tool.isort]
4040
profile = 'black'

0 commit comments

Comments
 (0)