Skip to content

Commit 2d38768

Browse files
authored
Merge branch 'main' into dependabot/pip/opentelemetry-exporter-otlp-proto-grpc-1.36.0
2 parents b21bec1 + 4b18b62 commit 2d38768

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/docker_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
fetch-depth: 0 # This is needed for GitVersion not to crash
3535

3636
- name: Install GitVersion
37-
uses: gittools/actions/gitversion/setup@v3
37+
uses: gittools/actions/gitversion/setup@v4
3838
with:
3939
versionSpec: "5.x"
4040
preferLatestVersion: true
4141

4242
- name: Determine Version
4343
id: gitversion # id to later be referenced
44-
uses: gittools/actions/gitversion/execute@v3
44+
uses: gittools/actions/gitversion/execute@v4
4545

4646
- name: Create version tag
4747
if: github.event_name != 'pull_request'

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiofiles==24.1.0
22
aiohappyeyeballs==2.6.1
3-
aiohttp==3.11.18
3+
aiohttp==3.12.14
44
aiosignal==1.3.2
55
attrs==25.3.0
66
backoff==2.2.1
@@ -18,16 +18,16 @@ grpcio==1.71.0
1818
html5lib==1.1
1919
html_text==0.7.0
2020
idna==3.10
21-
importlib_metadata==8.6.1
21+
importlib_metadata==8.7.0
2222
isodate==0.7.2
2323
jstyleson==0.0.2
2424
lxml==5.4.0
2525
lxml_html_clean==0.4.2
2626
mf2py==2.0.1
2727
multidict==6.4.3
2828
opentelemetry-api==1.32.1
29-
opentelemetry-exporter-otlp-proto-common==1.32.1
3029
opentelemetry-exporter-otlp-proto-grpc==1.36.0
30+
opentelemetry-exporter-otlp-proto-common==1.36.0
3131
opentelemetry-instrumentation==0.53b1
3232
opentelemetry-instrumentation-aiohttp-client==0.53b1
3333
opentelemetry-instrumentation-requests==0.53b1
@@ -44,12 +44,12 @@ pyRdfa3==3.6.4
4444
pytz==2025.2
4545
PyYAML==6.0.2
4646
rdflib==7.1.4
47-
requests==2.32.3
47+
requests==2.32.4
4848
six==1.17.0
4949
smmap==5.0.2
5050
soupsieve==2.7
5151
typing_extensions==4.13.2
52-
urllib3==2.4.0
52+
urllib3==2.5.0
5353
w3lib==2.3.1
5454
webencodings==0.5.1
5555
wrapt==1.17.2

0 commit comments

Comments
 (0)