furlongm / openvpn-monitor

openvpn-monitor is a web based OpenVPN monitor, that shows current connection information, such as users, location and data transferred.
http://openvpn-monitor.openbytes.ie
GNU General Public License v3.0
968 stars 294 forks source link

Update bottle to 0.13.2 #286

Open pyup-bot opened 1 month ago

pyup-bot commented 1 month ago

This PR updates bottle from 0.12.20 to 0.13.2.

Changelog ### 0.13 ``` ============== .. warning:: This release contains breaking changers, please read the notes below .. rubric:: Dropped support for Python versions that reached their end-of-life. Bottle up to 0.12 supported an absurd range of Python versions (2.5 to 3.12) and keeping support for Python versions as ancient as 2.5 required a ton of workarounds and compromises, but served no real purpose. If you need support for older Python versions, you can stay on bottle 0.12. The updated list of tested and supported python releases is as follows: * Python 2 >= 2.7.3 * Python 3 >= 3.8 Support for Python 2.5 was marked as deprecated since 0.12. We decided to go a step further and also remove support for 2.6 and 3.1 to 3.7 even if it was never deprecated explicitly in bottle. This means that this release is *not* backwards compatible in Python <2.7.3 or ```
Links - PyPI: https://pypi.org/project/bottle - Changelog: https://data.safetycli.com/changelogs/bottle/ - Homepage: http://bottlepy.org/