Skip to content

Update python-barcode requirement from <1,>=0.16.0 to >=0.16.1,<1 in /doc#752

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/doc/python-barcode-gte-0.16.1-and-lt-1
Open

Update python-barcode requirement from <1,>=0.16.0 to >=0.16.1,<1 in /doc#752
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/doc/python-barcode-gte-0.16.1-and-lt-1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on python-barcode to permit the latest version.

Changelog

Sourced from python-barcode's changelog.

v0.16.1

* Switch from ``setup.py`` to ``pyproject.toml``. Only affects how installation
  from source is performed, and has no runtime impact.

v0.16.0

  • Breaking Drop support for Python 3.7 and 3.8.
  • Make image DPI configurable.
  • Fixed inconsistent checksum calculation when calculating the checksum multiple times for EAN barcodes.
  • Update the documentation with some barcodes that were not previously documented.
  • Specifying None as a background for the SVGWriter, no background is included resulting in a transparent background.
  • Do not paint text if its size would be zero, to avoid an "invalid ppem value" error with newer versions of Pillow.
  • Optimization of code creation, avoiding to many charset switch. This results in shorter codes; according to GS1 codes should not be longer than 165 mm (6.5"). (#232)

v0.15.1


* Add missing dependency to release script.

v0.15.0

  • Breaking Dropped support for Python 3.6 and 3.7.
  • Added support for Python 3.11.
  • Fixed compatibility with Pillow 10.0.
  • Updated ISBN to support newer allocated ranges.
  • Improved type hints.

v0.14.0


* **Breaking**: The default dimensions have changed slightly. This is so that
  the results of generating a PNG and an SVG look more alike.
* Previous versions included an empty text element for SVGs with no comment.
  This is no longer the case.
* Some internals have been improved so as to allow better subclassing.
  Subclasses of ``Barcode`` can now override ``default_writer_options`` and
  ``default_writer()``.
* A ``guardbar`` parameter has been added to EAN barcodes. This renders
  barcodes with guardars (longer bars).
* Added support for Python 3.10.
* The documentation setup has been redone, hopefully squashing a lot of legacy
</tr></table> 

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 27, 2026
@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.07%. Comparing base (6e8029f) to head (5310e7d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #752   +/-   ##
=======================================
  Coverage   79.07%   79.07%           
=======================================
  Files          21       21           
  Lines        1754     1754           
  Branches      243      243           
=======================================
  Hits         1387     1387           
  Misses        286      286           
  Partials       81       81           
Flag Coverage Δ
unittests 79.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Updates the requirements on [python-barcode](https://github.com/WhyNotHugo/python-barcode) to permit the latest version.
- [Release notes](https://github.com/WhyNotHugo/python-barcode/releases)
- [Changelog](https://github.com/WhyNotHugo/python-barcode/blob/main/docs/changelog.rst)
- [Commits](WhyNotHugo/python-barcode@v0.16.0...v0.16.1)

---
updated-dependencies:
- dependency-name: python-barcode
  dependency-version: 0.16.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot changed the title Update python-barcode requirement from <1,>=0.15.0 to >=0.16.1,<1 in /doc Update python-barcode requirement from <1,>=0.16.0 to >=0.16.1,<1 in /doc Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/doc/python-barcode-gte-0.16.1-and-lt-1 branch from b751b80 to 5310e7d Compare July 27, 2026 11:48
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