Skip to content

Commit 9a6577e

Browse files
authored
Merge branch 'main' into dependabot/pip/requests-2.32.5
2 parents 4cd883a + 4423322 commit 9a6577e

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/code_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout git repo
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Set up Python ${{ env.PYTHON_VERSION }}
2323
uses: actions/setup-python@v5

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL

.github/workflows/docker_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ jobs:
2929
Patch: ${{ steps.gitversion.outputs.Patch }}
3030
steps:
3131
- name: Checkout git repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
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'
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Checkout git repo
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464

6565
- name: Set up Docker Buildx
6666
uses: docker/setup-buildx-action@v3

requirements.txt

Lines changed: 7 additions & 7 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.15
44
aiosignal==1.3.2
55
attrs==25.3.0
66
backoff==2.2.1
@@ -18,17 +18,17 @@ 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
30-
opentelemetry-exporter-otlp-proto-grpc==1.32.1
31-
opentelemetry-instrumentation==0.53b1
29+
opentelemetry-instrumentation==0.57b0
30+
opentelemetry-exporter-otlp-proto-grpc==1.36.0
31+
opentelemetry-exporter-otlp-proto-common==1.36.0
3232
opentelemetry-instrumentation-aiohttp-client==0.53b1
3333
opentelemetry-instrumentation-requests==0.53b1
3434
opentelemetry-instrumentation-urllib==0.53b1
@@ -38,7 +38,7 @@ opentelemetry-semantic-conventions==0.53b1
3838
opentelemetry-util-http==0.53b1
3939
packaging==25.0
4040
propcache==0.3.1
41-
protobuf==5.29.4
41+
protobuf==6.32.0
4242
pyparsing==3.2.3
4343
pyRdfa3==3.6.4
4444
pytz==2025.2
@@ -49,7 +49,7 @@ 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)