@@ -3,20 +3,20 @@ authors = [
33 {name = " dbt Labs" , email = " info@dbtlabs.com" },
44]
55license = {text = " Apache License 2.0" }
6- requires-python = " >=3.9 "
6+ requires-python = " >=3.10 "
77dependencies = [
88 " click<9.0.0,>=8.1.3" ,
9- " requests<3.0.0,>=2.32 .0" ,
9+ " requests<3.0.0,>=2.33 .0" ,
1010 " loguru<1.0.0,>=0.6.0" ,
11- " deepdiff>=8.6.1 ,<9.0.0" ,
11+ " deepdiff>=8.6.2 ,<9.0.0" ,
1212 " pydantic<3.0.0,>=2.12.0" ,
1313 " croniter<2.0.0,>=1.3.8" ,
1414 " ruamel-yaml<1.0.0,>=0.17.21" ,
1515 " rich>=12.6.0" ,
1616 " PyYAML<7.0.0,>=6.0.1" ,
1717 " python-dateutil<3.0,>=2.9" ,
1818 " beartype<1.0.0,>=0.18.5" ,
19- " jinja2>=3.1.5 ,<4.0.0" ,
19+ " jinja2>=3.1.6 ,<4.0.0" ,
2020 " importlib-metadata<7,>=6.0" ,
2121]
2222name = " dbt-jobs-as-code"
@@ -40,7 +40,7 @@ dev = [
4040 " jsonschema<5.0.0,>=4.17.3" ,
4141 " rpds-py>=0.27.0" , # Required for Python 3.14 support
4242 " pytest-mock>=3.14.0" ,
43- " pytest<8 .0.0,>=7.2.0 " ,
43+ " pytest<10 .0.0,>=9.0.3 " ,
4444 " pytest-beartype<1.0.0,>=0.0.2" ,
4545 " pytest-cov<6.0.0,>=5.0.0" ,
4646 " pre-commit" ,
0 commit comments