Skip to content

Commit ca11901

Browse files
committed
👷: loosen all dev dependencies
1 parent 3048da1 commit ca11901

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎dev_requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
pytest==7.4.2
2-
twine==5.0.0
3-
wheel==0.42
4-
pre-commit==3.5
5-
pytest-dotenv==0.5.2
6-
dbt-tests-adapter==1.7.2
7-
dbt-fabric==1.7.2
8-
flaky==3.7.0
9-
pytest-xdist==3.5.0
10-
setuptools==69.0.3
1+
pytest>=7.4.2
2+
twine>=4.0.0
3+
wheel>=0.42
4+
pre-commit>=3.5
5+
pytest-dotenv>=0.5.2
6+
dbt-tests-adapter>=1.7.2
7+
dbt-fabric>=1.7.2
8+
flaky>=3.7.0
9+
pytest-xdist>=3.5.0
10+
setuptools>=69.0.3
1111
-e .

0 commit comments

Comments
 (0)