Skip to content

Commit 15c6019

Browse files
chore(deps): update all non-major dependencies
1 parent 4ef94c8 commit 15c6019

7 files changed

+13
-13
lines changed

.github/workflows/release.yml

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

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
TOXENV: ${{ matrix.toxenv }}
7979
run: tox -- --override-ini='log_cli=True'
8080
- name: Upload codecov coverage
81-
uses: codecov/codecov-action@v4.1.1
81+
uses: codecov/codecov-action@v4.3.0
8282
with:
8383
files: ./coverage.xml
8484
flags: ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
100100
TOXENV: cover
101101
run: tox
102102
- name: Upload codecov coverage
103-
uses: codecov/codecov-action@v4.1.1
103+
uses: codecov/codecov-action@v4.3.0
104104
with:
105105
files: ./coverage.xml
106106
flags: unit

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 24.3.0
6+
rev: 24.4.0
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v3.20.0
10+
rev: v3.22.0
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -47,6 +47,6 @@ repos:
4747
- id: rst-directive-colons
4848
- id: rst-inline-touching-normal
4949
- repo: https://github.com/maxbrunet/pre-commit-renovate
50-
rev: 37.272.0
50+
rev: 37.303.2
5151
hooks:
5252
- id: renovate-config-validator

requirements-docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
furo==2024.1.29
33
jinja2==3.1.3
44
myst-parser==2.0.0
5-
sphinx==7.2.6
5+
sphinx==7.3.6
66
sphinxcontrib-autoprogram==0.1.9

requirements-lint.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
22
argcomplete==2.0.0
3-
black==24.3.0
4-
commitizen==3.20.0
3+
black==24.4.0
4+
commitizen==3.22.0
55
flake8==7.0.0
66
isort==5.13.2
77
mypy==1.9.0
88
pylint==3.1.0
99
pytest==8.1.1
1010
responses==0.25.0
1111
types-PyYAML==6.0.12.20240311
12-
types-requests==2.31.0.20240311
13-
types-setuptools==69.2.0.20240317
12+
types-requests==2.31.0.20240406
13+
types-setuptools==69.5.0.20240415

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
2-
build==1.1.1
2+
build==1.2.1
33
coverage==7.4.4
44
pytest-console-scripts==1.4.1
55
pytest-cov==5.0.0

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.31.0
22
requests-toolbelt==1.0.0
3-
typing-extensions==4.10.0 ; python_version < "3.8"
3+
typing-extensions==4.11.0 ; python_version < "3.8"

0 commit comments

Comments
 (0)