Skip to content

Commit aa34f49

Browse files
authored
Merge branch 'master' into DOG-5996-Implement-metrics
2 parents fdfa763 + 34377fa commit aa34f49

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gemini/config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
have_fun: false
2+
code_review:
3+
disable: false
4+
comment_severity_threshold: HIGH
5+
max_review_comments: -1
6+
pull_request_opened:
7+
help: false
8+
summary: false
9+
code_review: false
10+
ignore_patterns: []

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"prometheus-client>=0.7.0,<=1.0.0",
2020
"arrow>=1.0.0",
2121
"pyyaml>=5.3.0,<7",
22-
"dacite>=1.6.0,<1.9.0",
22+
"dacite>=1.9.2,<1.10.0",
2323
"psutil>=6.0.0",
2424
"decorator>=5.1.1",
2525
"more-itertools>=10.0.0",

0 commit comments

Comments
 (0)