Skip to content

Commit b751a9d

Browse files
authored
Bump minimum base version and python to 3.12 (#20271)
1 parent 82afffc commit b751a9d

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

esxi/changelog.d/20271.changed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump datadog-checks-base to 37.10.1 and python to 3.12

esxi/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "datadog-esxi"
99
description = "The ESXi check"
1010
readme = "README.md"
1111
license = "BSD-3-Clause"
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.12"
1313
keywords = [
1414
"datadog",
1515
"datadog agent",
@@ -29,7 +29,7 @@ classifiers = [
2929
"Topic :: System :: Monitoring",
3030
]
3131
dependencies = [
32-
"datadog-checks-base>=34.1.2",
32+
"datadog-checks-base>=37.10.1",
3333
]
3434
dynamic = [
3535
"version",

mongo/changelog.d/20271.changed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump datadog-checks-base to 37.10.1 and python to 3.12

mongo/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88
name = "datadog-mongo"
99
description = "The MongoDB check"
1010
readme = "README.md"
11-
requires-python = ">=3.9"
11+
requires-python = ">=3.12"
1212
keywords = [
1313
"datadog",
1414
"datadog agent",
@@ -28,7 +28,7 @@ classifiers = [
2828
"Private :: Do Not Upload",
2929
]
3030
dependencies = [
31-
"datadog-checks-base>=36.11.0",
31+
"datadog-checks-base>=37.10.1",
3232
]
3333
dynamic = [
3434
"version",

slurm/changelog.d/20271.changed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump datadog-checks-base to 37.10.1

slurm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Topic :: System :: Monitoring",
3030
]
3131
dependencies = [
32-
"datadog-checks-base>=33.0.0",
32+
"datadog-checks-base>=37.10.1",
3333
]
3434
dynamic = [
3535
"version",

0 commit comments

Comments
 (0)