File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 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/
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/
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/
Original file line number Diff line number Diff line change 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"]
Original file line number Diff line number Diff 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 ]
4141addopts = " --cov --cov-report term --cov-report html"
You can’t perform that action at this time.
0 commit comments