Skip to content

Commit 31786a6

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 9353f54 commit 31786a6

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
TOXENV: docs
3535
run: tox
3636
- name: Archive generated docs
37-
uses: actions/upload-artifact@v4.3.5
37+
uses: actions/upload-artifact@v4.3.6
3838
with:
3939
name: html-docs
4040
path: build/sphinx/html/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
pip install -r requirements-test.txt
122122
- name: Build package
123123
run: python -m build -o dist/
124-
- uses: actions/upload-artifact@v4.3.5
124+
- uses: actions/upload-artifact@v4.3.6
125125
with:
126126
name: dist
127127
path: dist

.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: v3.28.0
10+
rev: v3.29.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: 38.18.17
50+
rev: 38.25.0
5151
hooks:
5252
- id: renovate-config-validator

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
2-
furo==2024.7.18
2+
furo==2024.8.6
33
jinja2==3.1.4
44
myst-parser==3.0.1
55
sphinx==7.4.7

requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==24.8.0
4-
commitizen==3.28.0
4+
commitizen==3.29.0
55
flake8==7.1.1
66
isort==5.13.2
77
mypy==1.11.1
88
pylint==3.2.6
99
pytest==8.3.2
1010
responses==0.25.3
11-
types-PyYAML==6.0.12.20240724
11+
types-PyYAML==6.0.12.20240808
1212
types-requests==2.32.0.20240712
13-
types-setuptools==71.1.0.20240726
13+
types-setuptools==71.1.0.20240806

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pytest-console-scripts==1.4.1
55
pytest-cov==5.0.0
66
pytest-github-actions-annotate-failures==0.2.0
77
pytest==8.3.2
8-
PyYaml==6.0.1
8+
PyYaml==6.0.2
99
responses==0.25.3
1010
wheel==0.44.0

0 commit comments

Comments
 (0)