Skip to content

Commit cd64f5d

Browse files
Copilotkbukum1
andauthored
fix dependabot python package manager versions in docs tables
Agent-Logs-Url: https://github.com/github/docs/sessions/3b95ad1e-aafa-4c4f-b902-0aa6e25154c6 Co-authored-by: kbukum1 <171620528+kbukum1@users.noreply.github.com>
1 parent b975982 commit cd64f5d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,11 +569,11 @@ Package manager | YAML value | Supported versions |
569569
| {% ifversion dependabot-opentofu-support %} |
570570
| OpenTofu | `opentofu` | Not applicable |
571571
| {% endif %} |
572-
| pip| `pip` | v24.2 |
573-
| pip-compile | `pip` | 7.4.1 |
572+
| pip| `pip` | 24.2 |
573+
| 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` | v2 |
576+
| poetry | `pip` | 2.2.1 |
577577
| {% ifversion dependabot-pre-commit-support %} |
578578
| pre-commit | `pre-commit` | Not applicable |
579579
| {% endif %} |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ npm | `npm` | v7, v8, v9, v10, v11 | {% octicon "check"
4141
| {% ifversion dependabot-opentofu-support %} |
4242
[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 |
4343
| {% endif %} |
44-
[pip](#pip-and-pip-compile) | `pip` | v21.1.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" %} |
45-
pipenv | `pip` | <= 2021-05-29 | {% 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" %} |
46-
[pip-compile](#pip-and-pip-compile) | `pip` | 6.1.0 | {% 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" %} |
44+
[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" %} |
45+
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" %} |
46+
[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` | v1 | {% 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 | `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" %} |
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 %} |

0 commit comments

Comments
 (0)