Skip to content

Commit 9b53837

Browse files
committed
chore: update dev/test dependencies
JIRA: TRIVIAL risk: low
1 parent 705b0b0 commit 9b53837

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
exclude: (gooddata-api-client|.*\.snapshot\..*|.openapi-generator/custom_templates)
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.5.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
1414
- id: check-added-large-files
1515
args: [ '--maxkb=890' ]
1616
- id: check-case-conflict
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.3.5
18+
rev: v0.8.6
1919
hooks:
2020
# Run the linter.
2121
- id: ruff

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r ./tox-requirements.txt
22
-r ./release-requirements.txt
3-
pre-commit~=3.8.0
3+
pre-commit~=4.0.1
44

55
-r ./fmt-requirements.txt
66

fmt-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.6.5
1+
ruff==0.8.6

gooddata-dbt/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest~=8.3.3
2-
pytest-cov~=5.0.0
2+
pytest-cov~=6.0.0

gooddata-fdw/test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest~=8.3.3
2-
pytest-cov~=5.0.0
3-
vcrpy~=6.0.1
2+
pytest-cov~=6.0.0
3+
vcrpy~=7.0.0
44
# TODO - Bump the version together with bumping the version of openapi generator
55
urllib3==1.26.9
66
pyyaml
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
jsonschema~=4.23.0
22
pytest~=8.3.3
3-
pytest-cov~=5.0.0
3+
pytest-cov~=6.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest~=8.3.3
2-
pytest-cov~=5.0.0
2+
pytest-cov~=6.0.0

gooddata-pandas/test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest~=8.3.3
2-
pytest-cov~=5.0.0
3-
vcrpy~=6.0.1
2+
pytest-cov~=6.0.0
3+
vcrpy~=7.0.0
44
# TODO - Bump the version together with bumping the version of openapi generator
55
urllib3==1.26.9
66
python-dotenv~=1.0.0

gooddata-sdk/test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pytest~=8.3.3
2-
pytest-cov~=5.0.0
2+
pytest-cov~=6.0.0
33
pytest-snapshot==0.9.0
44
pytest-order~=1.3.0
5-
vcrpy~=6.0.1
5+
vcrpy~=7.0.0
66
# TODO - Bump the version together with bumping the version of openapi generator
77
urllib3==1.26.9
88
python-dotenv~=1.0.0

0 commit comments

Comments
 (0)