Skip to content

Commit 5b33ade

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 058d5a5 commit 5b33ade

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ repos:
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v3.5.3
10+
rev: v3.6.0
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
1414
- repo: https://github.com/pycqa/flake8
15-
rev: 6.0.0
15+
rev: 6.1.0
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/pycqa/isort
1919
rev: 5.12.0
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pycqa/pylint
23-
rev: v2.17.4
23+
rev: v2.17.5
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:
@@ -30,7 +30,7 @@ repos:
3030
- requests-toolbelt==0.9.1
3131
files: 'gitlab/'
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.4.1
33+
rev: v1.5.1
3434
hooks:
3535
- id: mypy
3636
args: []

requirements-docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
2-
furo==2023.05.20
2+
furo==2023.8.19
33
jinja2==3.1.2
44
myst-parser==2.0.0
5-
sphinx==7.0.1
5+
sphinx==7.2.2
66
sphinxcontrib-autoprogram==0.1.8

requirements-lint.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==23.7.0
4-
commitizen==3.5.3
5-
flake8==6.0.0
4+
commitizen==3.6.0
5+
flake8==6.1.0
66
isort==5.12.0
7-
mypy==1.4.1
8-
pylint==2.17.4
7+
mypy==1.5.1
8+
pylint==2.17.5
99
pytest==7.4.0
10-
responses==0.23.1
10+
responses==0.23.3
1111
types-PyYAML==6.0.12.11
1212
types-requests==2.31.0.2
13-
types-setuptools==68.0.0.3
13+
types-setuptools==68.1.0.0

requirements-test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-r requirements.txt
22
build==0.10.0
3-
coverage==7.2.7
4-
pytest-console-scripts==1.4.0
3+
coverage==7.3.0
4+
pytest-console-scripts==1.4.1
55
pytest-cov==4.1.0
66
pytest-github-actions-annotate-failures==0.2.0
77
pytest==7.4.0
88
PyYaml==6.0.1
99
responses==0.23.3
10-
setuptools==68.0.0
11-
wheel==0.41.0
10+
setuptools==68.1.2
11+
wheel==0.41.1

0 commit comments

Comments
 (0)