Skip to content

deps(deps): bump bottle from 0.12.17 to 0.13.4#14

Merged
Chinyemba-ck merged 1 commit intomainfrom
dependabot/pip/main/bottle-0.13.4
Mar 12, 2026
Merged

deps(deps): bump bottle from 0.12.17 to 0.13.4#14
Chinyemba-ck merged 1 commit intomainfrom
dependabot/pip/main/bottle-0.13.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2026

Bumps bottle from 0.12.17 to 0.13.4.

Release notes

Sourced from bottle's releases.

0.13.4

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

0.13.3

Metadata release only (no changes)

0.13.2

What's Changed

Full Changelog: bottlepy/bottle@0.13.1...0.13.2

0.13.1

Full Changelog: bottlepy/bottle@0.13.0...0.13.1

0.13.0

Release 0.13

Warning, this is release is not fully backwards compatible as it drops support for end-of-life python versions. See https://bottlepy.org/docs/dev/changelog.html#release-0-13 for noteworthy changes and bottlepy/bottle@0.12.25...0.13.0 for a complete list.

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 compatibility score

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)

Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.17 to 0.13.4.
- [Release notes](https://github.com/bottlepy/bottle/releases)
- [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst)
- [Commits](bottlepy/bottle@0.12.17...0.13.4)

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

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 Mar 12, 2026
@Chinyemba-ck Chinyemba-ck self-requested a review March 12, 2026 21:36
@Chinyemba-ck Chinyemba-ck merged commit 06001ce into main Mar 12, 2026
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/main/bottle-0.13.4 branch March 12, 2026 21:37
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.

1 participant