Skip to content

Commit 54471d2

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 1e025b9 commit 54471d2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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@v10.5.0
24+
uses: python-semantic-release/python-semantic-release@v10.5.2
2525
with:
2626
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

@@ -32,7 +32,7 @@ jobs:
3232
if: steps.release.outputs.released == 'true'
3333

3434
- name: Publish package distributions to GitHub Releases
35-
uses: python-semantic-release/publish-action@v10.4.1
35+
uses: python-semantic-release/publish-action@v10.5.2
3636
if: steps.release.outputs.released == 'true'
3737
with:
3838
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.9.1
10+
rev: v4.10.0
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pycqa/pylint
23-
rev: v4.0.2
23+
rev: v4.0.3
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:

requirements-docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements.txt
22
-r requirements-test.txt
3-
pytest-docker==3.2.3
3+
pytest-docker==3.2.5

requirements-lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==25.11.0
4-
commitizen==4.9.1
4+
commitizen==4.10.0
55
flake8==7.3.0
66
isort==7.0.0
77
mypy==1.18.2
8-
pylint==4.0.2
8+
pylint==4.0.3
99
pytest==8.4.2
1010
responses==0.25.8
1111
respx==0.22.0

0 commit comments

Comments
 (0)