Skip to content

Commit ee6cba1

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 8c8fd84 commit ee6cba1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Python Semantic Release
2323
id: release
24-
uses: python-semantic-release/python-semantic-release@v9.21.0
24+
uses: python-semantic-release/python-semantic-release@v9.21.1
2525
with:
2626
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v4.6.1
10+
rev: v4.7.0
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]

requirements-lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==25.1.0
4-
commitizen==4.6.1
4+
commitizen==4.7.0
55
flake8==7.2.0
66
isort==6.0.1
77
mypy==1.15.0
@@ -11,4 +11,4 @@ responses==0.25.7
1111
respx==0.22.0
1212
types-PyYAML==6.0.12.20250402
1313
types-requests==2.32.0.20250328
14-
types-setuptools==80.3.0.20250505
14+
types-setuptools==80.4.0.20250511

0 commit comments

Comments
 (0)