Skip to content

Commit fc4e4b7

Browse files
committed
update dependency groups to match requirements-dev versions
1 parent e8018d1 commit fc4e4b7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: ruff-format
1616

1717
- repo: https://github.com/PyCQA/bandit
18-
rev: 1.8.6
18+
rev: 1.9.4
1919
hooks:
2020
- id: bandit
2121
args: ['--confidence-level', 'medium', '--severity-level', 'medium', '--exclude', '**/vendor/*']

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,25 +67,25 @@ lint = [
6767
"ruff==0.13.0",
6868
]
6969
pre-commit = [
70-
"pre-commit==4.3.0",
70+
"pre-commit~=4.5.1",
7171
]
7272
security = [
73-
"bandit[sarif]==1.8.6",
73+
"bandit[sarif]==1.9.4",
7474
]
7575
test-coverage = [
76-
"coverage==7.13.3",
77-
"pytest-cov==7.0.0",
76+
"coverage~=7.13.3",
77+
"pytest-cov~=7.0.0",
7878
{include-group = "test"},
7979
]
8080
test = [
81-
"pytest==8.4.2",
82-
"pytest-datadir==1.8.0",
83-
"pytest-mock==3.15.1",
84-
"pytest-xdist==3.8.0",
85-
"requests-mock==1.12.1",
86-
"testfixtures==8.3.0;python_version<'3.11'",
87-
"testfixtures==9.1.0;python_version>='3.11'",
88-
"dbt-duckdb==1.8.0",
81+
"pytest~=8.4.2",
82+
"pytest-datadir~=1.8.0",
83+
"pytest-mock~=3.15.1",
84+
"pytest-xdist~=3.8.0",
85+
"requests-mock~=1.12.1",
86+
"testfixtures~=8.3.0;python_version<'3.11'",
87+
"testfixtures~=9.1.0;python_version>='3.11'",
88+
"dbt-duckdb~=1.8.0",
8989
]
9090

9191
[tool]

0 commit comments

Comments
 (0)