Skip to content

feat(container): update image ghcr.io/josegonzalez/python-github-backup to v0.62.1#1102

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-josegonzalez-python-github-backup-0.x
Open

feat(container): update image ghcr.io/josegonzalez/python-github-backup to v0.62.1#1102
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-josegonzalez-python-github-backup-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 30, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/josegonzalez/python-github-backup minor 0.61.50.62.1

Release Notes

josegonzalez/python-github-backup (ghcr.io/josegonzalez/python-github-backup)

v0.62.1

Compare Source


  • Document that nothing is saved by default. [Changaco]

  • Eliminate trailing spaces. [Changaco]

  • Remove pointless and unsafe exports in examples. [Changaco]

  • Try to clarify what --incremental actually does. [Changaco]

  • Fix a typo in the README. [Changaco]

  • Document that --all doesn't imply --attachments [Changaco]

  • Rename a function to match what it actually does. [Changaco]

  • Don't leave files open. [Changaco]

  • Remove legacy code in mkdir_p function. [Changaco]

  • Don't pass stdin when doing so can't do any good. [Changaco]

    When the child process doesn't inherit stderr, it can't ask the user for input, so it shouldn't inherit stdin either.

  • Use subprocess.DEVNULL instead of emulating it. [Changaco]

  • Remove bad invocation of the system shell. [Changaco]

  • Add missing context argument to urlopen call. [Changaco]

  • Suppress output of call to git lfs version [Changaco]

  • Handle more network errors. [Changaco]

    Traceback (most recent call last):
      File ".local/bin/github-backup", line 6, in <module>
        sys.exit(main())
                 ~~~~^^
      File ".local/share/pipx/venvs/github-backup/lib/python3.14/site-packages/github_backup/cli.py", line 83, in main
        backup_repositories(args, output_directory, repositories)
        ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File ".local/share/pipx/venvs/github-backup/lib/python3.14/site-packages/github_backup/github_backup.py", line 1845, in backup_repositories
        backup_pulls(args, repo_cwd, repository, repos_template)
        ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File ".local/share/pipx/venvs/github-backup/lib/python3.14/site-packages/github_backup/github_backup.py", line 2019, in backup_pulls
        pulls[number]["commit_data"] = retrieve_data(args, template)
                                       ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
      File ".local/share/pipx/venvs/github-backup/lib/python3.14/site-packages/github_backup/github_backup.py", line 766, in retrieve_data
        return list(fetch_all())
      File ".local/share/pipx/venvs/github-backup/lib/python3.14/site-packages/github_backup/github_backup.py", line 717, in fetch_all
        response = json.loads(http_response.read().decode("utf-8"))
                              ~~~~~~~~~~~~~~~~~~^^
      File "/usr/lib/python3.14/http/client.py", line 500, in read
        s = self._safe_read(self.length)
      File "/usr/lib/python3.14/http/client.py", line 648, in _safe_read
        data = self.fp.read(cursize)
      File "/usr/lib/python3.14/socket.py", line 725, in readinto
        return self._sock.recv_into(b)
               ~~~~~~~~~~~~~~~~~~~~^^^
      File "/usr/lib/python3.14/ssl.py", line 1304, in recv_into
        return self.read(nbytes, buffer)
               ~~~~~~~~~^^^^^^^^^^^^^^^^
      File "/usr/lib/python3.14/ssl.py", line 1138, in read
        return self._sslobj.read(len, buffer)
               ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
    ConnectionResetError: [Errno 104] Connection reset by peer

v0.62.0

Compare Source

  • Skip checkpoint-equal incremental items. [Duncan Ogilvie]

  • Avoid redundant release asset list requests. [Duncan Ogilvie]

  • Reduce unnecessary pull requests with incremental fetching. [Duncan
    Ogilvie]

  • Implement per-resource last_update timestamps. [Duncan Ogilvie]

    Closes #​62

  • Add support for pull request reviews. [Duncan Ogilvie]

    Closes #​124

  • Add support for discussions. [Duncan Ogilvie]

    Closes #​290

  • Add --token-from-gh authentication option. [Duncan Ogilvie]

  • Chore(deps): bump pytest in the python-packages group.
    [dependabot[bot]]

    Bumps the python-packages group with 1 update: pytest.

    Updates pytest from 9.0.2 to 9.0.3


    updated-dependencies:

    • dependency-name: pytest
      dependency-version: 9.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
      ...
  • Chore(deps): bump black in the python-packages group.
    [dependabot[bot]]

    Bumps the python-packages group with 1 update: black.

    Updates black from 26.3.0 to 26.3.1


    updated-dependencies:

    • dependency-name: black
      dependency-version: 26.3.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
      ...
  • Chore(deps): bump docker/login-action from 3 to 4. [dependabot[bot]]

    Bumps docker/login-action from 3 to 4.


    updated-dependencies:

    • dependency-name: docker/login-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
      ...
  • Chore(deps): bump docker/setup-qemu-action from 3 to 4.
    [dependabot[bot]]

    Bumps docker/setup-qemu-action from 3 to 4.


    updated-dependencies:

    • dependency-name: docker/setup-qemu-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
      ...
  • Chore(deps): bump docker/build-push-action from 6 to 7.
    [dependabot[bot]]

    Bumps docker/build-push-action from 6 to 7.


    updated-dependencies:

    • dependency-name: docker/build-push-action
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      ...
  • Chore(deps): bump docker/setup-buildx-action from 3 to 4.
    [dependabot[bot]]

    Bumps docker/setup-buildx-action from 3 to 4.


    updated-dependencies:

    • dependency-name: docker/setup-buildx-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
      ...
  • Chore(deps): bump docker/metadata-action from 5 to 6.
    [dependabot[bot]]

    Bumps docker/metadata-action from 5 to 6.


    updated-dependencies:

    • dependency-name: docker/metadata-action
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      ...
  • Chore(deps): bump the python-packages group with 2 updates.
    [dependabot[bot]]

    Bumps the python-packages group with 2 updates: black and setuptools.

    Updates black from 26.1.0 to 26.3.0

    Updates setuptools from 82.0.0 to 82.0.1


    updated-dependencies:

    • dependency-name: black
      dependency-version: 26.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    • dependency-name: setuptools
      dependency-version: 82.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
      ...

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/ghcr.io-josegonzalez-python-github-backup-0.x branch from 5d070c6 to 16173f9 Compare April 30, 2026 20:07
@renovate renovate Bot changed the title feat(container): update image ghcr.io/josegonzalez/python-github-backup to v0.62.0 feat(container): update image ghcr.io/josegonzalez/python-github-backup to v0.62.1 Apr 30, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-josegonzalez-python-github-backup-0.x branch from 16173f9 to 6627210 Compare May 18, 2026 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants