Skip to content

Bump django-qr-code from 3.1.1 to 4.0.1

HIFIS Bot requested to merge dependabot/pip/django-qr-code-4.0.1 into master

Bumps django-qr-code from 3.1.1 to 4.0.1.

Changelog

Sourced from django-qr-code's changelog.

4.0.1 (2024-01-04)

  • Upgrade dependencies, and drop support for Pydantic <2.5, Django<4.2, Python 3.8
  • Remove dependency to pytz.
  • Add support for Python 3.12.
  • Add support for Django 5.0.
  • Introduce support for floating point size QR code modules.
  • Introduce embedded Base64 SVG image as data URI.
  • Behavior change: white background is no longer interpreted as transparent for SVG output (#41). If you want to avoid path fill of SVG to reduce the size of the SVG image, you have to explicitly set light_color to None in QRCodeOptions.

3.1.2 (2023-04-10)

  • Fix bug in WifiConfig data class (#43).
  • Fix typo in documentation (#45)
  • Add support for Django 4.1 and Django 4.2.
  • Add support for Python 3.11.
Commits

Merge request reports