Skip to content

Commit a0dd499

Browse files
fix(deps) Update all non-major dependencies
1 parent fdf8a99 commit a0dd499

File tree

5 files changed

+1176
-1320
lines changed

5 files changed

+1176
-1320
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: setup python 3.10
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.10'
14+
python-version: '3.14'
1515

1616
- name: Setup Poetry
1717
uses: snok/install-poetry@v1

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333

3434
- name: Build and publish package
3535
if: steps.semantic.outputs.new_release_published == 'true'
36-
uses: JRubics/poetry-publish@v2.0
36+
uses: JRubics/poetry-publish@v2.1
3737
with:
3838
pypi_token: ${{ secrets.PYPI_API_TOKEN }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- --remove-duplicate-keys
2727
- --remove-unused-variables
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.19.1
29+
rev: v3.21.0
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py36-plus]
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
44-
rev: v2.14.0
44+
rev: v2.15.0
4545
hooks:
4646
- id: pretty-format-ini
4747
args: [--autofix]

0 commit comments

Comments
 (0)