We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4f01ff + 51f6db6 commit f63d8c4Copy full SHA for f63d8c4
2 files changed
.github/renovate.json
@@ -7,6 +7,8 @@
7
"group:recommended"
8
],
9
"rangeStrategy": "pin",
10
+ "schedule": ["before 8am on weekdays"],
11
+ "labels": ["dependencies"],
12
"lockFileMaintenance": {
13
"enabled": true
14
},
pyproject.toml
@@ -38,15 +38,15 @@ classifiers = [
38
keywords = ["entropy", "macromolecular systems", "MD simulation"]
39
requires-python = ">=3.11"
40
dependencies = [
41
- "numpy==2.3.4",
+ "numpy==2.3.5",
42
"mdanalysis==2.10.0",
43
"pandas==2.3.3",
44
"psutil==7.1.3",
45
"PyYAML==6.0.3",
46
"python-json-logger==4.0.0",
47
"rich==14.2.0",
48
"art==6.5",
49
- "waterEntropy==1.2.2",
+ "waterEntropy==1.2.3",
50
"requests==2.32.5",
51
]
52
0 commit comments