Skip to content

Commit cecafd7

Browse files
robaikenmchammer01
andauthored
Update supported versions for Poetry in Dependabot options reference (#60872)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 55a9f96 commit cecafd7

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

content/code-security/reference/supply-chain-security/dependabot-options-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ Package manager | YAML value | Supported versions |
573573
| pip-compile | `pip` | 7.5.3 |
574574
| pipenv | `pip` | <= 2024.4.1 |
575575
| pnpm | `npm` | v7, v8 <br>v9, v10 (version updates only) |
576-
| poetry | `pip` | 2.2.1 |
576+
| poetry | `pip` | v2 |
577577
| {% ifversion dependabot-pre-commit-support %} |
578578
| pre-commit | `pre-commit` | Not applicable |
579579
| {% endif %} |
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Poetry PEP 621 project section support for Dependabot
2+
versions:
3+
fpt: '*'
4+
ghec: '*'
5+
ghes: '> 3.21'

data/reusables/dependabot/supported-package-managers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ npm | `npm` | v7, v8, v9, v10, v11 | {% octicon "check"
4545
pipenv | `pip` | 2024.4.1 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
4646
[pip-compile](#pip-and-pip-compile) | `pip` | 7.5.3 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
4747
| {% ifversion dependabot-updates-pnpmv9-support %}pnpm{% else %}[pnpm](#pnpm){% endif %} | `npm` | v7, v8, v9, v10 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} {% ifversion dependabot-updates-pnpmv9-support %}{% else %}(v7 and v8 only){% endif %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
48-
poetry | `pip` | 2.2.1 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
48+
[poetry](#poetry) | `pip` | v2 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
4949
| {% ifversion dependabot-pre-commit-support %} |
5050
[pre-commit](#pre-commit) | `pre-commit` | Not applicable | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
5151
| {% endif %} |
@@ -198,7 +198,7 @@ pnpm is supported for {% data variables.product.prodname_dependabot_version_upda
198198

199199
### poetry
200200

201-
The PEP 621 `project` section isn't currently supported for `poetry`.
201+
{% data variables.product.prodname_dependabot %} supports Poetry v2.{% ifversion dependabot-poetry-pep621 %}{% else %} The PEP 621 `project` section isn't currently supported for `poetry`.{% endif %}
202202

203203
{% ifversion dependabot-pre-commit-support %}
204204

0 commit comments

Comments
 (0)