Skip to content

Commit c7dbc0d

Browse files
committed
Merge remote-tracking branch 'origin/main' into 161-averaging-multimer
2 parents d3993be + 51f6db6 commit c7dbc0d

File tree

6 files changed

+11
-38
lines changed

6 files changed

+11
-38
lines changed

.github/renovate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"group:recommended"
88
],
99
"rangeStrategy": "pin",
10+
"schedule": ["before 8am on weekdays"],
11+
"labels": ["dependencies"],
1012
"lockFileMaintenance": {
1113
"enabled": true
1214
},

.github/workflows/mdanalysis-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v6.0.0
24+
uses: actions/setup-python@v6.1.0
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

.github/workflows/project-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v6.0.0
24+
uses: actions/setup-python@v6.1.0
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v6
4444
- name: Set up Python 3.14
45-
uses: actions/setup-python@v6.0.0
45+
uses: actions/setup-python@v6.1.0
4646
with:
4747
python-version: 3.14
4848
- name: Install python dependencies
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v6
6060
- name: Set up Python 3.14
61-
uses: actions/setup-python@v6.0.0
61+
uses: actions/setup-python@v6.1.0
6262
with:
6363
python-version: 3.14
6464
- name: Install python dependencies

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v6.0.0
24+
uses: actions/setup-python@v6.1.0
2525
with:
2626
python-version: 3.14
2727

@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: send PR
6363
id: pr_id
64-
uses: peter-evans/create-pull-request@v7.0.8
64+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
6565
with:
6666
commit-message: Update version to ${{ github.event.inputs.version }}
6767
branch: version-update
@@ -131,7 +131,7 @@ jobs:
131131
ref: main
132132

133133
- name: Set up Python
134-
uses: actions/setup-python@v6.0.0
134+
uses: actions/setup-python@v6.1.0
135135
with:
136136
python-version: 3.14
137137

.github/workflows/renovate.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ classifiers = [
3838
keywords = ["entropy", "macromolecular systems", "MD simulation"]
3939
requires-python = ">=3.11"
4040
dependencies = [
41-
"numpy==2.3.4",
41+
"numpy==2.3.5",
4242
"mdanalysis==2.10.0",
4343
"pandas==2.3.3",
4444
"psutil==7.1.3",
4545
"PyYAML==6.0.3",
4646
"python-json-logger==4.0.0",
4747
"rich==14.2.0",
4848
"art==6.5",
49-
"waterEntropy==1.2.2",
49+
"waterEntropy==1.2.3",
5050
"requests==2.32.5",
5151
]
5252

0 commit comments

Comments
 (0)