Skip to content

Commit f63d8c4

Browse files
committed
Merge branch 'main' into renovate/pin-dependencies
2 parents f4f01ff + 51f6db6 commit f63d8c4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.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
},

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)