Skip to content

Update pybase64 requirement from >=0.4.0 to >=1.5.0 - #59

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pybase64-gte-1.5.0
Open

Update pybase64 requirement from >=0.4.0 to >=1.5.0#59
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pybase64-gte-1.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pybase64 to permit the latest version.

Release notes

Sourced from pybase64's releases.

v1.5.0

What's Changed

  • Speed-up translation on aarch64
  • Fix invalid data successfully decoded when using altchars (slice ends with padding)
  • Fix thread safety selecting codec
  • Add padded and wrapcol parameters to b64encode
  • Add padded parameter to urlsafe_b64encode
  • Add padded parameter to b64decode & urlsafe_b64decode
  • urlsafe_b64decode now defaults to padded=False to align with Python 3.15 behavior
  • Add ignorechars and canonical parameters to b64decode
  • Handle excess padding with the same behavior as CPython 3.15
  • Reject non-ASCII strings in b64decode when validate=False
  • Deprecate accepting the + and / characters with an alternative alphabet when decoding
  • Use ValueError instead of AssertionError on altchars length validation
  • Add SBOM to PyPI wheels
  • Publish python 3.15 wheels
  • Drop python 3.8 support
  • Stop publishing python 3.13t wheels

Full Changelog: mayeut/pybase64@v1.4.3...v1.5.0

Commits

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)

Updates the requirements on [pybase64](https://github.com/mayeut/pybase64) to permit the latest version.
- [Release notes](https://github.com/mayeut/pybase64/releases)
- [Commits](mayeut/pybase64@v0.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: pybase64
  dependency-version: 1.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 12, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants