Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 54471d2

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

File tree

Expand file treeCollapse file tree

4 files changed

+7
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+7
-7
lines changed
Open diff view settings
Collapse file

‎.github/workflows/release.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+2-2Lines 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 }}
Collapse file

‎.pre-commit-config.yaml‎

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+2-2Lines 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:
Collapse file

‎requirements-docker.txt‎

Copy file name to clipboard
+1-1Lines 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
Collapse file

‎requirements-lint.txt‎

Copy file name to clipboardExpand all lines: requirements-lint.txt
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.