Skip to content

Commit 87b5ed1

Browse files
authored
Bump datadog-checks-dev pin to >=39.0,<41 in ddev (DataDog#24110)
* Bump datadog-checks-dev pin to >=39.0,<41 in ddev * Add changelog entry for DataDog#24110
1 parent ef57c1f commit 87b5ed1

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

ddev/changelog.d/24110.changed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump `datadog-checks-dev` pin to `>=39.0,<41` to track the v39 release.

ddev/pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@ dependencies = [
3030
"click~=8.1.6",
3131
"coverage",
3232
"datadog-api-client==2.20.0",
33-
# TEMPORARY: relaxed from the usual `~=38.0` pin to span the gap between
34-
# this PR landing (which bumps datadog-checks-dev to 39 because black is
35-
# dropped from its [cli] extras) and the next ddev release. Without this,
36-
# GitHub Actions that install ddev from the local repo can't resolve dcd
37-
# 39 against ddev's tighter pin. The PR that releases ddev MUST tighten
38-
# this back to `~=39.0` (see https://github.com/DataDog/integrations-core/pull/23588).
39-
"datadog-checks-dev[cli]>=38.0,<40",
33+
"datadog-checks-dev[cli]>=39.0,<41",
4034
"hatch>=1.13.0",
4135
"httpx",
4236
"jsonpointer",

0 commit comments

Comments
 (0)