Skip to content

chore(deps): update bottle requirement from >=0.13.3 to >=0.13.4 - #2

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/bottle-gte-0.13.4
Open

chore(deps): update bottle requirement from >=0.13.3 to >=0.13.4#2
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/bottle-gte-0.13.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown

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
  • See full diff 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)

Summary by cubic

Increase the minimum bottle version to 0.13.4 (from 0.13.3). Updated uv.lock to reflect this (includes latest resolved gunicorn); no app code changes.

Written for commit 32a6b73. Summary will update on new commits.

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.13.3...0.13.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant