Skip to content

Commit 9083787

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

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/docs.yml

+1-1
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@v3.1.2
37+
uses: actions/upload-artifact@v3.1.3
3838
with:
3939
name: html-docs
4040
path: build/sphinx/html/

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
pip install -r requirements-test.txt
118118
- name: Build package
119119
run: python -m build -o dist/
120-
- uses: actions/upload-artifact@v3.1.2
120+
- uses: actions/upload-artifact@v3.1.3
121121
with:
122122
name: dist
123123
path: dist

.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: 23.7.0
6+
rev: 23.9.0
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v3.7.0
10+
rev: v3.8.2
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -48,6 +48,6 @@ repos:
4848
- id: rst-directive-colons
4949
- id: rst-inline-touching-normal
5050
- repo: https://github.com/maxbrunet/pre-commit-renovate
51-
rev: 36.78.8
51+
rev: 36.91.0
5252
hooks:
5353
- id: renovate-config-validator

requirements-docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
2-
furo==2023.8.19
2+
furo==2023.9.10
33
jinja2==3.1.2
44
myst-parser==2.0.0
55
sphinx==7.2.5

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==23.7.0
4-
commitizen==3.7.0
3+
black==23.9.0
4+
commitizen==3.8.2
55
flake8==6.1.0
66
isort==5.12.0
77
mypy==1.5.1
88
pylint==2.17.5
9-
pytest==7.4.1
9+
pytest==7.4.2
1010
responses==0.23.3
1111
types-PyYAML==6.0.12.11
1212
types-requests==2.31.0.2
13-
types-setuptools==68.1.0.1
13+
types-setuptools==68.2.0.0

requirements-test.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-r requirements.txt
2-
build==1.0.0
3-
coverage==7.3.0
2+
build==1.0.3
3+
coverage==7.3.1
44
pytest-console-scripts==1.4.1
55
pytest-cov==4.1.0
66
pytest-github-actions-annotate-failures==0.2.0
7-
pytest==7.4.1
7+
pytest==7.4.2
88
PyYaml==6.0.1
99
responses==0.23.3
10-
setuptools==68.1.2
10+
setuptools==68.2.0
1111
wheel==0.41.2

0 commit comments

Comments
 (0)