Skip to content

Commit 533df78

Browse files
authored
Merge pull request #462 from julia-thorn/fix-poetry-certifi-ignore
Stabilize poetry smoke fixture by ignoring transitive certifi and idna releases
2 parents 461e7f5 + 84ffe8f commit 533df78

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/smoke-python-poetry.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ input:
1717
- dependency-name: requests
1818
source: tests/smoke-python-poetry.yaml
1919
version-requirement: '>2.32.3'
20+
- dependency-name: certifi
21+
source: tests/smoke-python-poetry.yaml
22+
version-requirement: '>2026.2.25'
23+
- dependency-name: idna
24+
source: tests/smoke-python-poetry.yaml
25+
version-requirement: '>3.12'
2026
source:
2127
provider: github
2228
repo: dependabot/smoke-tests

0 commit comments

Comments
 (0)