Skip to content

chore(deps-dev): update bottle requirement from <1,>=0.12 to >=0.13.4,<1 - #1555

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/bottle-gte-0.13.4-and-lt-1
Open

chore(deps-dev): update bottle requirement from <1,>=0.12 to >=0.13.4,<1#1555
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/bottle-gte-0.13.4-and-lt-1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on bottle to permit the latest version.

Release notes

Sourced from bottle's releases.

0.13.4

Full Changelog: bottlepy/bottle@0.13.3...0.13.4

Changelog

Sourced from bottle's changelog.

.. highlight:: python .. currentmodule:: bottle

============= Release Notes

This project loosly follows Semantic Versioning (major.minor.patch), with the exception that changes are allowed in minor releases as long as the change is necessary to match documentation, specification or expectation. In other words: Bugfixes do not count as backward incompatible changes, even if they technically change something from incorrect to correct and may break applications that rely on incorrect, undefined or undocumented behavior.

As long as the major version is still 0.x, breaking API changes are also allowed in minor releases, but we try our best to provide fallbacks and emit deprecation warnings for at least one minor release circle.

.. rubric:: How to upgrade

  • Upgrade to the most recent patch release available for your current minor release. (e.g. 0.12.3 to 0.12.25)
  • Read the release notes for the next minor release, run your tests and fix all deprecation warnings.
  • Upgrade to the next minor release (e.g. 0.12.25 to 0.13.2), run test again, fix all warnings and continue.

.. rubric:: Support for old releases

Bugs and security issues are usually fixed in the latest minor release of the two most recent major releases (named stable and old-stable). With each new major release, stable becomes old-stable and the old old-stable will no longer receive regular updates. LTS releases (e.g. 0.12) are an exception. Those will continue to receive updates on a best-effort basis.

Release 0.14 (in development)

.. rubric:: Deprecated APIs or behavior

  • Route.get_undecorated_callback() was able to look into closure cells to guess the original function wrapped by a decorator, but this is too aggressive in some cases and may return the wrong function. To avoid this, we will depend on proper use of @functools.wraps(orig) or functools.update_wrapper(wrapper, orig) in decorators in the future.

.. rubric:: Removed APIs

  • Dropped support for Python 2 (EOL: 2020-01-01) and removed workarounds or helpers that only make sense in a Python 2/3 dual codebase.
  • Dropped support for Python 3.8 (EOL: 2024-10-07).
  • Removed the RouteReset exception and associated logic.
  • Removed the bottle.py console script entrypoint in favour of the new bottle script. You can still execute bottle.py directly or via python -m bottle. The only change is that the command installed by pip or similar tools into the bin/Scripts folder of the (virtual) environment is now called bottle to avoid circular import errors.

.. rubric:: Changes

... (truncated)

Commits
  • b0a0a10 Release of 0.13.4
  • 2b7ff35 fix: Route repr and get_undecorated_callback behavior with call.
  • 131f397 fix: Workaround for uv/uvx bug
  • b03fb13 Release of 0.13.3
  • 98ff815 build: Test 3.13 and fix classifiers
  • ab49e0c Release of 0.13.2
  • 7528311 fix: depr() should return DeprecationWarning
  • 66d96a9 change: Deprecate bottle.py script install
  • 1df15b7 docs: Added deprecation note for Python 2.x to release notes.
  • a52ac34 Release of 0.13.1
  • Additional commits viewable in compare view

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 [bottle](https://github.com/bottlepy/bottle) to permit the latest version.
- [Release notes](https://github.com/bottlepy/bottle/releases)
- [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst)
- [Commits](bottlepy/bottle@0.12.0...0.13.4)

---
updated-dependencies:
- dependency-name: bottle
  dependency-version: 0.13.4
  dependency-type: direct:development
...

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 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 1, 2026 22:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2026
@codecov

codecov Bot commented Aug 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.54%. Comparing base (a2f21ae) to head (c31e5db).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1555   +/-   ##
=======================================
  Coverage   91.54%   91.54%           
=======================================
  Files         228      228           
  Lines        7285     7285           
=======================================
  Hits         6669     6669           
  Misses        616      616           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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