There was an error while loading. Please reload this page.
2 parents 6d22ff5 + 24d3d62 commit 82ce573Copy full SHA for 82ce573
2 files changed
jvm/build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- kotlin("jvm") version "2.4.0" apply false
+ kotlin("jvm") version "2.4.10" apply false
3
kotlin("plugin.serialization") version "2.4.10" apply false
4
id("com.palantir.git-version") version "3.3.0" apply false
5
id("com.github.gmazzo.buildconfig") version "5.5.2" apply false
python/pyproject.toml
@@ -38,7 +38,7 @@ tests = [
38
"pytest>=8,<10",
39
"pytest-cov>=5.0,<8.0",
40
"runnb~=1.0",
41
- "ruff>=0.9,<0.16",
+ "ruff>=0.9,<0.17",
42
"types-pyyaml~=6.0",
43
"jupyter~=1.1",
44
]
0 commit comments