Skip to content

Commit 6ea5460

Browse files
authored
Merge branch 'main' into feature/updated-docs-proxy-configuration
2 parents f4066df + 408e7ab commit 6ea5460

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
groups:
9+
open-telemetry:
10+
patterns:
11+
- "*opentelemetry*"
812
- package-ecosystem: github-actions
913
directory: "/"
1014
schedule:

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ importlib-metadata==6.8.0 ; python_version >= '3.8'
1616

1717
isort==5.13.2
1818

19-
lazy-object-proxy==1.9.0 ; python_version >= '3.7'
19+
lazy-object-proxy==1.10.0 ; python_version >= '3.7'
2020

2121
lexid==2021.1006 ; python_version >= '2.7'
2222

0 commit comments

Comments
 (0)