Skip to content

chore(deps): bump the pip-minor-patch group across 1 directory with 3 updates - #1088

Open
dependabot[bot] wants to merge 1 commit into
mainlinefrom
dependabot/pip/pip-minor-patch-329ce942c2
Open

dependabot[bot] wants to merge 1 commit into
mainlinefrom
dependabot/pip/pip-minor-patch-329ce942c2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the pip-minor-patch group with 3 updates in the / directory: deadline-job-attachments, openjd-sessions and gitpython.

Updates deadline-job-attachments from 0.1.3 to 0.1.4

Release notes

Sourced from deadline-job-attachments's releases.

0.1.4 (2026-09-03)

Bug Fixes

  • Fixed handling of Windows long paths (>260 characters) during output sync. Paths that exceed the MAX_PATH limit are now correctly prefixed to avoid file operation failures. (#68)
  • The \\?\ long path prefix is now applied regardless of the Windows LongPathsEnabled registry setting. Previously, the prefix was only added when the registry key was set, which meant it was skipped for DCC-hosted Python interpreters that don't declare longPathAware in their application manifest. The UNC path form has also been corrected. (#67)
Changelog

Sourced from deadline-job-attachments's changelog.

0.1.4 (2026-09-03)

Bug Fixes

  • Fixed handling of Windows long paths (>260 characters) during output sync. Paths that exceed the MAX_PATH limit are now correctly prefixed to avoid file operation failures. (#68)
  • The \\?\ long path prefix is now applied regardless of the Windows LongPathsEnabled registry setting. Previously, the prefix was only added when the registry key was set, which meant it was skipped for DCC-hosted Python interpreters that don't declare longPathAware in their application manifest. The UNC path form has also been corrected. (#67)
Commits
  • d12a636 chore(release): 0.1.4 (#81)
  • c802da7 chore(deps): bump pypa/gh-action-pypi-publish (#66)
  • 34ad50c chore(release): 0.1.4 (#80)
  • 4c7f077 chore(deps): update twine requirement from ==6.* to ==7.* (#63)
  • 24e8371 chore(release): 0.1.4 (#75)
  • 709b878 chore: pin GitPython for release bump (#74)
  • f6153b5 fix: support long paths during output sync (#68)
  • c11720e fix: apply long path prefix regardless of registry setting, and correct the U...
  • 31a368d chore(deps): update deadline-cloud-test-fixtures requirement (#64)
  • fd9a306 chore(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (#56)
  • Additional commits viewable in compare view

Updates openjd-sessions from 0.12.0 to 0.12.1

Release notes

Sourced from openjd-sessions's releases.

0.12.1 (2026-09-04)

Bug Fixes

  • Render a PATH parameter in the host's path format (#364) (43b2640)
Changelog

Sourced from openjd-sessions's changelog.

0.12.1 (2026-09-04)

Bug Fixes

  • Render a PATH parameter in the host's path format (#364) (43b2640)
  • Render a PATH parameter in the host's path format (43b2640)
  • Address review on the PATH host-format change (43b2640)
Commits
  • 9d6baa3 chore(release): 0.12.1
  • 43b2640 fix: Render a PATH parameter in the host's path format (#364)
  • b3ee0b6 test: Make the "Trapped" signal handler signal-safe
  • 98d3e95 chore(github): bump actions/checkout from 4 to 7 (#349)
  • cc549f6 docs: lower-case the remaining 0.12.0 changelog entry
  • 7bd0915 docs: mark the 0.12.0 entry as a breaking release
  • See full diff in compare view

Updates gitpython from 3.1.59 to 3.1.62

Release notes

Sourced from gitpython's releases.

3.1.62

What's Changed

New Contributors

Full Changelog: gitpython-developers/GitPython@3.1.61...3.1.62

3.1.61

Fix accidental removal of exploitable regex in Actor by bringing it back, and deprecating it.

What's Changed

New Contributors

Full Changelog: gitpython-developers/GitPython@3.1.60...3.1.61

3.1.60 Security

What's Changed

Full Changelog: gitpython-developers/GitPython@3.1.59...3.1.60

Commits
  • db47516 prepare new release
  • 10ec385 get better commit messages from agents
  • b754897 test: cover subdirectory discovery and pathspec commands in bare-repo worktre...
  • 9ebf8b6 Merge pull request #2227 from nkbeast/fix-config-backslash-continuation
  • a15f791 fix: parse joined config values as a whole
  • 60dd946 fix: ignore continuation markers in config comments
  • 075a664 fix: join backslash line continuations when reading config values
  • 62d1e2f Merge pull request #2226 from gitpython-developers/dependabot/pre_commit/pre-...
  • 23d0e92 build(deps): bump https://github.com/astral-sh/ruff-pre-commit
  • 8a14adc Merge pull request #2225 from gitpython-developers/submodule-path-hardening
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 10, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 10, 2026 05:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 10, 2026
github-actions[bot]
github-actions Bot previously approved these changes Sep 10, 2026
@github-actions github-actions Bot added the waiting-on-maintainers Waiting on the maintainers to review. label Sep 10, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the pip-minor-patch group with 3 updates chore(deps): bump the pip-minor-patch group across 1 directory with 3 updates Sep 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/pip-minor-patch-329ce942c2 branch from c6f2092 to 907068f Compare September 15, 2026 22:13
… updates

Bumps the pip-minor-patch group with 3 updates in the / directory: [deadline-job-attachments](https://github.com/aws-deadline/deadline-cloud-job-attachments), [openjd-sessions](https://github.com/OpenJobDescription/openjd-sessions-for-python) and [gitpython](https://github.com/gitpython-developers/GitPython).


Updates `deadline-job-attachments` from 0.1.3 to 0.1.4
- [Release notes](https://github.com/aws-deadline/deadline-cloud-job-attachments/releases)
- [Changelog](https://github.com/aws-deadline/deadline-cloud-job-attachments/blob/mainline/CHANGELOG.md)
- [Commits](aws-deadline/deadline-cloud-job-attachments@0.1.3...0.1.4)

Updates `openjd-sessions` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/OpenJobDescription/openjd-sessions-for-python/releases)
- [Changelog](https://github.com/OpenJobDescription/openjd-sessions-for-python/blob/mainline/CHANGELOG.md)
- [Commits](OpenJobDescription/openjd-sessions-for-python@0.12.0...0.12.1)

Updates `gitpython` from 3.1.59 to 3.1.62
- [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.59...3.1.62)

---
updated-dependencies:
- dependency-name: deadline-job-attachments
  dependency-version: 0.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: gitpython
  dependency-version: 3.1.62
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: openjd-sessions
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/pip-minor-patch-329ce942c2 branch from 907068f to f4f9607 Compare September 17, 2026 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code waiting-on-maintainers Waiting on the maintainers to review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants