Skip to content

Commit 2934cca

Browse files
committed
Merge branch 'main' into vertex-toolcalls
2 parents f911f5f + 8644630 commit 2934cca

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.github/workflows/fossa.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: FOSSA scanning
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
fossa:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
17+
- uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
18+
with:
19+
api-key: ${{secrets.FOSSA_API_KEY}}
20+
team: OpenTelemetry

instrumentation/opentelemetry-instrumentation-system-metrics/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
dependencies = [
2929
"opentelemetry-instrumentation == 0.52b0.dev",
3030
"opentelemetry-api ~= 1.11",
31-
"psutil >= 5.9.0, < 7",
31+
"psutil >= 5.9.0, < 8",
3232
]
3333

3434
[project.optional-dependencies]

instrumentation/opentelemetry-instrumentation-system-metrics/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Deprecated==1.2.14
33
iniconfig==2.0.0
44
packaging==24.0
55
pluggy==1.5.0
6-
psutil==6.0.0
6+
psutil==7.0.0
77
py-cpuinfo==9.0.0
88
pytest==7.4.4
99
tomli==2.0.1

0 commit comments

Comments
 (0)