Skip to content

Commit 1e4326b

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

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.11.0
24+
uses: python-semantic-release/python-semantic-release@v9.12.0
2525
with:
2626
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- requests-toolbelt==1.0.0
3333
files: 'gitlab/'
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.11.2
35+
rev: v1.12.1
3636
hooks:
3737
- id: mypy
3838
args: []
@@ -51,6 +51,6 @@ repos:
5151
- id: rst-directive-colons
5252
- id: rst-inline-touching-normal
5353
- repo: https://github.com/maxbrunet/pre-commit-renovate
54-
rev: 38.120.1
54+
rev: 38.128.6
5555
hooks:
5656
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ black==24.10.0
44
commitizen==3.29.1
55
flake8==7.1.1
66
isort==5.13.2
7-
mypy==1.11.2
7+
mypy==1.12.1
88
pylint==3.3.1
99
pytest==8.3.3
1010
responses==0.25.3
1111
respx==0.21.1
1212
types-PyYAML==6.0.12.20240917
13-
types-requests==2.32.0.20240914
14-
types-setuptools==75.1.0.20241014
13+
types-requests==2.32.0.20241016
14+
types-setuptools==75.2.0.20241019

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
build==1.2.2.post1
3-
coverage==7.6.3
3+
coverage==7.6.4
44
pytest-console-scripts==1.4.1
55
pytest-cov==5.0.0
66
pytest-github-actions-annotate-failures==0.2.0

0 commit comments

Comments
 (0)