Skip to content

Commit

Permalink
Update uv lock and pyproject for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Dec 10, 2024
1 parent 83e59dc commit c5526cb
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"importlib-metadata<7,>=6.0",
]
name = "dbt-jobs-as-code"
version = "0.11.1"
version = "1.0.0"
description = "A CLI to allow defining dbt Cloud jobs as code"
readme = "README.md"
keywords = [
Expand All @@ -38,6 +38,7 @@ dbt-jobs-as-code = "dbt_jobs_as_code.main:cli"
dev = [
"coverage<8.0.0,>=7.6.3",
"jsonschema<5.0.0,>=4.17.3",
"pytest-mock>=3.14.0",
"pytest<8.0.0,>=7.2.0",
"pytest-beartype<1.0.0,>=0.0.2",
"pytest-cov<6.0.0,>=5.0.0",
Expand Down
Loading

0 comments on commit c5526cb

Please sign in to comment.