Skip to content

Commit 1e7f257

Browse files
nejchJohnVillalovos
authored andcommitted
chore(ci): fix pre-commit deps and python version
1 parent e8c50f2 commit 1e7f257

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4.1.0
3333
- uses: actions/setup-python@v4.7.1
3434
with:
35-
python-version: "3.12"
35+
python-version: "3.11"
3636
- name: install tox
3737
run: pip install tox==3.26.0
3838
- name: pre-commit

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ repos:
2525
- id: pylint
2626
additional_dependencies:
2727
- argcomplete==2.0.0
28-
- pytest==7.1.3
28+
- pytest==7.4.2
2929
- requests==2.28.1
30-
- requests-toolbelt==0.9.1
30+
- requests-toolbelt==1.0.0
3131
files: 'gitlab/'
3232
- repo: https://github.com/pre-commit/mirrors-mypy
3333
rev: v1.5.1
@@ -36,8 +36,8 @@ repos:
3636
args: []
3737
additional_dependencies:
3838
- jinja2==3.1.2
39-
- pytest==7.2.2
40-
- responses==0.23.1
39+
- pytest==7.4.2
40+
- responses==0.23.3
4141
- types-PyYAML==6.0.12
4242
- types-requests==2.28.11.2
4343
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)