File tree 6 files changed +20
-20
lines changed
tests/functional/fixtures
6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 15
15
fetch-depth : 0
16
16
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
17
17
- name : Python Semantic Release
18
- uses : relekang/python-semantic-release@v7.33.1
18
+ uses : relekang/python-semantic-release@v7.33.2
19
19
with :
20
20
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
21
21
pypi_token : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 7
7
hooks :
8
8
- id : black
9
9
- repo : https://github.com/commitizen-tools/commitizen
10
- rev : v2.40.0
10
+ rev : v2.42.1
11
11
hooks :
12
12
- id : commitizen
13
13
stages : [commit-msg]
20
20
hooks :
21
21
- id : isort
22
22
- repo : https://github.com/pycqa/pylint
23
- rev : v2.16.1
23
+ rev : v2.17.0
24
24
hooks :
25
25
- id : pylint
26
26
additional_dependencies :
47
47
- id : rst-directive-colons
48
48
- id : rst-inline-touching-normal
49
49
- repo : https://github.com/maxbrunet/pre-commit-renovate
50
- rev : 34.124.5
50
+ rev : 34.160.0
51
51
hooks :
52
52
- id : renovate-config-validator
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- furo==2022.9.29
2
+ furo==2022.12.7
3
3
jinja2==3.1.2
4
- myst-parser==0.18.1
5
- sphinx==5.1.1
6
- sphinxcontrib-autoprogram==0.1.7
4
+ myst-parser==0.19.2
5
+ sphinx==5.3.0
6
+ sphinxcontrib-autoprogram==0.1.8
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- argcomplete==2.0.0
2
+ argcomplete==2.1.1
3
3
black==23.1.0
4
- commitizen==2.40.0
4
+ commitizen==2.42.1
5
5
flake8==6.0.0
6
- isort==5.10.1
7
- mypy==1.0.0
8
- pylint==2.15.3
9
- pytest==7.1.3
10
- responses==0.22.0
6
+ isort==5.12.0
7
+ mypy==1.1.1
8
+ pylint==2.17.0
9
+ pytest==7.2.2
10
+ responses==0.23.1
11
11
types-PyYAML==6.0.12
12
12
types-requests==2.28.11.2
13
13
types-setuptools==65.5.0.1
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- build==0.9 .0
2
+ build==0.10 .0
3
3
coverage==7.2.1
4
4
pytest-console-scripts==1.3.1
5
5
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.2
8
8
PyYaml==5.4.1
9
- responses==0.22.0
9
+ responses==0.23.1
Original file line number Diff line number Diff line change 1
1
GITLAB_IMAGE = gitlab/gitlab-ee
2
- GITLAB_TAG = 15.4.0 -ee.0
2
+ GITLAB_TAG = 15.9.3 -ee.0
You can’t perform that action at this time.
0 commit comments