Skip to content

Commit 82ce573

Browse files
authored
Merge branch 'master' into dependabot/pip/python/importlib-resources-gte-6-and-lt-8
2 parents 6d22ff5 + 24d3d62 commit 82ce573

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.4.0" apply false
2+
kotlin("jvm") version "2.4.10" apply false
33
kotlin("plugin.serialization") version "2.4.10" apply false
44
id("com.palantir.git-version") version "3.3.0" apply false
55
id("com.github.gmazzo.buildconfig") version "5.5.2" apply false

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tests = [
3838
"pytest>=8,<10",
3939
"pytest-cov>=5.0,<8.0",
4040
"runnb~=1.0",
41-
"ruff>=0.9,<0.16",
41+
"ruff>=0.9,<0.17",
4242
"types-pyyaml~=6.0",
4343
"jupyter~=1.1",
4444
]

0 commit comments

Comments
 (0)