Skip to content

Commit d8ac4cc

Browse files
authored
fix: deps update (#235)
1 parent fb81eb9 commit d8ac4cc

5 files changed

Lines changed: 327 additions & 331 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "image=${{ env.REGISTRY }}/$PREFIX/${{ matrix.image }}:$TAG" >> $GITHUB_OUTPUT
5353
5454
- name: Run Trivy vulnerability scanner
55-
uses: aquasecurity/trivy-action@0.34.0
55+
uses: aquasecurity/trivy-action@0.34.1
5656
with:
5757
image-ref: ${{ steps.ref.outputs.image }}
5858
format: 'sarif'

backend/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies = [
77
"aiohappyeyeballs==2.6.1",
88
"aiohttp==3.13.3",
99
"aiosignal==1.4.0",
10-
"aiosmtplib==3.0.2",
10+
"aiosmtplib==5.1.0",
1111
"annotated-doc==0.0.4",
1212
"annotated-types==0.7.0",
1313
"anyio==4.12.1",
@@ -36,7 +36,7 @@ dependencies = [
3636
"frozenlist==1.7.0",
3737
"google-auth==2.47.0",
3838
"googleapis-common-protos==1.70.0",
39-
"greenlet==3.3.1",
39+
"greenlet==3.3.2",
4040
"grpcio==1.76.0",
4141
"gunicorn==23.0.0",
4242
"h11==0.16.0",
@@ -53,7 +53,7 @@ dependencies = [
5353
"markdown-it-py==4.0.0",
5454
"MarkupSafe==3.0.2",
5555
"mdurl==0.1.2",
56-
"msgpack==1.1.0",
56+
"msgpack==1.1.2",
5757
"multidict==6.7.1",
5858
"oauthlib==3.3.1",
5959
"opentelemetry-api==1.39.1",
@@ -82,7 +82,7 @@ dependencies = [
8282
"prometheus_client==0.21.0",
8383
"propcache==0.4.1",
8484
"protobuf==6.33.5",
85-
"psutil==6.1.0",
85+
"psutil==7.2.2",
8686
"pyasn1==0.6.2",
8787
"pyasn1_modules==0.4.2",
8888
"pydantic==2.9.2",
@@ -95,7 +95,7 @@ dependencies = [
9595
"python-json-logger==2.0.7",
9696
"python-multipart==0.0.22",
9797
"PyYAML==6.0.2",
98-
"pyzmq==26.2.0",
98+
"pyzmq==27.1.0",
9999
"redis==7.1.0",
100100
"regex==2025.8.29",
101101
"requests==2.32.5",

0 commit comments

Comments
 (0)