Skip to content

Commit 8158bf8

Browse files
authored
Merge branch 'main' into kjy5-patch-1
2 parents 0245a5d + 75df19e commit 8158bf8

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: 🛎 Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
ref: ${{ github.head_ref }}
2222
token: ${{ secrets.WORKFLOW_COMMIT }}
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: 🛎 Checkout
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
with:
4444
ref: ${{ github.head_ref }}
4545
token: ${{ secrets.WORKFLOW_COMMIT }}

.github/workflows/codeql-analysis.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 'Checkout Repository'
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: 'Dependency Review'
1414
uses: actions/dependency-review-action@v4

.github/workflows/deploy-docs.yml

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

2626
steps:
2727
- name: 🛎 Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
ref: ${{ github.head_ref }}
3131

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: 🛎 Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
ref: ${{ github.head_ref }}
2727

@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: 🛎 Checkout
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
with:
5858
ref: ${{ github.head_ref }}
5959

.github/workflows/test.yml

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

1313
steps:
1414
- name: 🛎 Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
ref: ${{ github.head_ref }}
1818

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Scientific/Engineering :: Medical Science Apps.",
2727
]
2828
dependencies = [
29-
"aiohttp==3.12.13",
29+
"aiohttp==3.12.15",
3030
"colorama==0.4.6",
3131
"keyboard==0.13.5",
3232
"packaging==25.0",
@@ -35,7 +35,7 @@ dependencies = [
3535
"python-socketio[asyncio_client]==5.13.0",
3636
"requests==2.32.4",
3737
"sensapex==1.400.4",
38-
"rich==14.0.0",
38+
"rich==14.1.0",
3939
"vbl-aquarium==1.0.0"
4040
]
4141

0 commit comments

Comments
 (0)