Skip to content

Commit d534201

Browse files
chore(deps): update all non-major dependencies
1 parent 1da7c53 commit d534201

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
1717
- name: Python Semantic Release
18-
uses: relekang/python-semantic-release@v7.33.1
18+
uses: relekang/python-semantic-release@v7.33.2
1919
with:
2020
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2121
pypi_token: ${{ secrets.PYPI_TOKEN }}

.pre-commit-config.yaml

+3-3
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: v2.40.0
10+
rev: v2.42.0
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pycqa/pylint
23-
rev: v2.16.1
23+
rev: v2.16.2
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:
@@ -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: 34.124.5
50+
rev: 34.152.0
5151
hooks:
5252
- id: renovate-config-validator

requirements-docs.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
2-
furo==2022.9.29
2+
furo==2022.12.7
33
jinja2==3.1.2
44
myst-parser==0.18.1
5-
sphinx==5.1.1
6-
sphinxcontrib-autoprogram==0.1.7
5+
sphinx==5.3.0
6+
sphinxcontrib-autoprogram==0.1.8

requirements-lint.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==23.1.0
4-
commitizen==2.40.0
4+
commitizen==2.42.0
55
flake8==5.0.4
6-
isort==5.10.1
7-
mypy==1.0.0
8-
pylint==2.15.3
9-
pytest==7.1.3
6+
isort==5.12.0
7+
mypy==1.0.1
8+
pylint==2.16.2
9+
pytest==7.2.1
1010
responses==0.22.0
1111
types-PyYAML==6.0.12
1212
types-requests==2.28.11.2

requirements-precommit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-commit==2.20.0
1+
pre-commit==2.21.0

requirements-test.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r requirements.txt
2-
build==0.9.0
2+
build==0.10.0
33
coverage==6.5.0
44
pytest-console-scripts==1.3.1
55
pytest-cov==4.0.0
6-
pytest-github-actions-annotate-failures==0.1.7
7-
pytest==7.1.3
6+
pytest-github-actions-annotate-failures==0.1.8
7+
pytest==7.2.1
88
PyYaml==5.4.1
99
responses==0.22.0

tests/functional/fixtures/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
GITLAB_IMAGE=gitlab/gitlab-ee
2-
GITLAB_TAG=15.4.0-ee.0
2+
GITLAB_TAG=15.9.0-ee.0

0 commit comments

Comments
 (0)