Skip to content

Commit e6e0816

Browse files
Add a note about PEP 621 not yet being support for Poetry projects
Partial support for Poetry 2 was added in dependabot/dependabot-core#11642, but the `project` section is not yet supported.
1 parent 278ce65 commit e6e0816

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: data/reusables/dependabot/supported-package-managers.md

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ uv | `uv` | Not applicable | {% octicon "check"
4141
> [!TIP]
4242
> For package managers such as `pipenv` and `poetry`, you need to use the `pip` YAML value. For example, if you use `poetry` to manage your Python dependencies and want {% data variables.product.prodname_dependabot %} to monitor your dependency manifest file for new versions, use `package-ecosystem: "pip"` in your `dependabot.yml` file.
4343
44+
> [!IMPORTANT]
45+
> The [PEP 621](https://python-poetry.org/blog/announcing-poetry-2.0.0/#supporting-the-project-section-in-pyprojecttoml-pep-621) `project` section is not yet supported for `poetry`
46+
4447
For further information about ecosystem support for {% data variables.product.prodname_dependabot_security_updates %}, see also [AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/dependency-graph-supported-package-ecosystems).
4548

4649
{% ifversion dependabot-bun-support %}

0 commit comments

Comments
 (0)