Skip to content

Commit

Permalink
Update pydantic in hatch environment collector too
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz committed May 25, 2023
1 parent b78f29c commit 086f2e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def get_initial_config(self):
'black==22.12.0',
'ruff==0.0.257',
# Keep in sync with: /datadog_checks_base/pyproject.toml
'pydantic==1.10.4',
'pydantic==1.10.8',
],
}
config = {'lint': lint_env}
Expand Down

0 comments on commit 086f2e8

Please sign in to comment.