Skip to content

chore(deps)(deps): Bump gitpython from 3.1.47 to 3.1.50#70

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/gitpython-3.1.50
Closed

chore(deps)(deps): Bump gitpython from 3.1.47 to 3.1.50#70
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/gitpython-3.1.50

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Bumps gitpython from 3.1.47 to 3.1.50.

Release notes

Sourced from gitpython's releases.

3.1.49 - Security

What's Changed

Full Changelog: gitpython-developers/GitPython@3.1.48...3.1.49

3.1.48 - Security

Accidentally deleted the previous GH release, it did mention the advisory this fixes.

What's Changed

Full Changelog: gitpython-developers/GitPython@3.1.47...3.1.48

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.47 to 3.1.50.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.47...3.1.50)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.50
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 9, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

dougborg added a commit that referenced this pull request May 20, 2026
Consolidates dependabot PRs #69, #70, #74-78, #80-82. Versions landed via
``uv lock --upgrade-package``:

- urllib3 2.6.3 → 2.7.0 (security: decompression-bomb safeguards, header
  stripping on redirect via ProxyManager)
- pydantic 2.13.3 → 2.13.4
- tox 4.53.1 → 4.54.0
- ruff 0.15.12 → 0.15.13
- openapi-python-client 0.28.3 → 0.28.4
- datamodel-code-generator 0.56.1 → 0.57.0
- poethepoet 0.45.0 → 0.46.0
- ty 0.0.34 → 0.0.38
- fastmcp 3.2.4 → 3.3.1
- idna 3.12 → 3.15
- pymdown-extensions 10.21.2 → 10.21.3
- authlib 1.7.0 → 1.7.2
- types-pyyaml 6.0.12.20260408 → 20260518
- types-jsonschema 4.26.0.20260408 → 20260518
- types-python-dateutil 2.9.0.20260408 → 20260518
- gitpython 3.1.47 → 3.1.50 (security advisory)
- python-multipart 0.0.26 → 0.0.29

All tests pass (299/299) including the new prefab UI tests.

Co-Authored-By: Claude <noreply@anthropic.com>
@dougborg
Copy link
Copy Markdown
Owner

Superseded by #84 (consolidated batch dependency bump).

@dougborg dougborg closed this May 20, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 20, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/gitpython-3.1.50 branch May 20, 2026 21:17
dougborg added a commit that referenced this pull request May 20, 2026
…es (#84)

* chore(deps): bump Python deps to latest minor/patch

Consolidates dependabot PRs #69, #70, #74-78, #80-82. Versions landed via
``uv lock --upgrade-package``:

- urllib3 2.6.3 → 2.7.0 (security: decompression-bomb safeguards, header
  stripping on redirect via ProxyManager)
- pydantic 2.13.3 → 2.13.4
- tox 4.53.1 → 4.54.0
- ruff 0.15.12 → 0.15.13
- openapi-python-client 0.28.3 → 0.28.4
- datamodel-code-generator 0.56.1 → 0.57.0
- poethepoet 0.45.0 → 0.46.0
- ty 0.0.34 → 0.0.38
- fastmcp 3.2.4 → 3.3.1
- idna 3.12 → 3.15
- pymdown-extensions 10.21.2 → 10.21.3
- authlib 1.7.0 → 1.7.2
- types-pyyaml 6.0.12.20260408 → 20260518
- types-jsonschema 4.26.0.20260408 → 20260518
- types-python-dateutil 2.9.0.20260408 → 20260518
- gitpython 3.1.47 → 3.1.50 (security advisory)
- python-multipart 0.0.26 → 0.0.29

All tests pass (299/299) including the new prefab UI tests.

Co-Authored-By: Claude <noreply@anthropic.com>

* chore(ts)(deps-dev): bump npm packages to latest minor/patch

Consolidates dependabot PR #79. Versions landed via ``pnpm update``:

- @biomejs/biome 2.4.14 → 2.4.15
- @hey-api/openapi-ts 0.97.1 → 0.97.2
- @semantic-release/github 12.0.6 → 12.0.8
- @semantic-release/release-notes-generator 14.1.0 → 14.1.1
- @types/node 25.6.0 → 25.9.1
- @vitest/coverage-v8 4.1.5 → 4.1.7
- vitest 4.1.5 → 4.1.7

All TS tests pass (104/104) + biome lint + tsc typecheck clean.

Co-Authored-By: Claude <noreply@anthropic.com>

* chore(actions)(deps): bump GitHub Actions to latest

Consolidates dependabot PR #71.

- actions/setup-python v5 → v6 (release-mcp.yml)
- actions/setup-node v5 → v6 (release-mcp.yml)
- actions/dependency-review-action v4 → v5 (security.yml)

setup-node v6 has a breaking change ("Limit automatic caching to npm")
that only affects callers passing ``cache:`` for non-npm package
managers. The bumped workflow doesn't pass ``cache:`` to setup-node, so
no migration needed.

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant