Skip to content

Commit d6c1b16

Browse files
authored
Merge branch 'copilot/fix-dependabot-docs-pip-versions' into Where's-my-money
2 parents a9c26c6 + cd64f5d commit d6c1b16

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ updates:
519519
patterns: ["aws"]
520520
multi-ecosystem-group: "infrastructure"
521521
```
522-
523522
{% endif %}
524523
525524
## `open-pull-requests-limit` {% octicon "versions" aria-label="Version updates only" height="24" %}
@@ -583,11 +582,14 @@ Package manager | YAML value | Supported versions |
583582
| {% ifversion dependabot-opentofu-support %} |
584583
| OpenTofu | `opentofu` | Not applicable |
585584
| {% endif %} |
586-
| pip | `pip` | 24.2 |
585+
| pip| `pip` | 24.2 |
587586
| pip-compile | `pip` | 7.5.3 |
588-
| pipenv | `pip` | <= 2024.4.1 |
589-
| pnpm | `npm` | v7, v8, v9, v10 |
590-
| poetry | `pip` | v2 |
587+
| pipenv | `pip` | <= 2024.4.1 |
588+
| pnpm | `npm` | v7, v8 <br>v9, v10 (version updates only) |
589+
| poetry | `pip` | 2.2.1 |
590+
591+
592+
591593
| {% ifversion dependabot-pre-commit-support %} |
592594
| pre-commit | `pre-commit` | Not applicable |
593595
| {% endif %} |

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,19 @@ npm | `npm` | v7, v8, v9, v10, v11 | {% octicon "check"
3939
| {% ifversion dependabot-opentofu-support %} |
4040
[OpenTofu](#opentofu) | `opentofu` | Not applicable | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | Not applicable |
4141
| {% endif %} |
42+
...
43+
...
44+
...
4245
[pip](#pip-and-pip-compile) | `pip` | 24.2 | {% 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" %} |
4346
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" %} |
4447
[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" %} |
4548
| pnpm | `npm` | v7, v8, v9, v10 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
4649
[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" %} |
50+
[pip](#pip-and-pip-compile) | `pip` | 24.2 | {% 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" %} |
51+
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" %} |
52+
[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" %} |
53+
| {% 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" %} |
54+
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" %} |
4755
| {% ifversion dependabot-pre-commit-support %} |
4856
[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" %} |
4957
| {% endif %} |

0 commit comments

Comments
 (0)