Skip to content

Commit b134494

Browse files
authored
Merge pull request #84 from rjw57/renovate/all
chore(deps): update all dependencies
2 parents 36a69a9 + 6a2119e commit b134494

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config user.name "${GITHUB_ACTOR}"
2525
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
2626
- name: Download release artifacts
27-
uses: actions/download-artifact@v4
27+
uses: actions/download-artifact@v5
2828
with:
2929
name: python-dist
3030
path: dist/
@@ -57,7 +57,7 @@ jobs:
5757
url: https://test.pypi.org/p/pydantic-gitlab-webhooks
5858
steps:
5959
- name: Download release artifacts
60-
uses: actions/download-artifact@v4
60+
uses: actions/download-artifact@v5
6161
with:
6262
name: python-dist
6363
path: dist/
@@ -76,7 +76,7 @@ jobs:
7676
url: https://pypi.org/p/pydantic-gitlab-webhooks
7777
steps:
7878
- name: Download release artifacts
79-
uses: actions/download-artifact@v4
79+
uses: actions/download-artifact@v5
8080
with:
8181
name: python-dist
8282
path: dist/

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: debug-statements
2424

2525
- repo: https://github.com/python-poetry/poetry
26-
rev: 2.1.3
26+
rev: 2.1.4
2727
hooks:
2828
- id: poetry-check
2929

@@ -38,12 +38,12 @@ repos:
3838
- id: isort
3939

4040
- repo: https://github.com/pycqa/flake8
41-
rev: 7.2.0
41+
rev: 7.3.0
4242
hooks:
4343
- id: flake8
4444

4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.16.1
46+
rev: v1.17.1
4747
hooks:
4848
- id: mypy
4949
additional_dependencies: ["types-python-dateutil"]

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ black = "^25.0.0"
3535

3636
[tool.poetry.group.doc.dependencies.mkdocstrings]
3737
extras = [ "python" ]
38-
version = "^0.29.0"
38+
version = "^0.30.0"
3939

4040
[tool.pytest.ini_options]
4141
addopts = "--cov --cov-report term --cov-report html"

0 commit comments

Comments
 (0)