luismayta / python-example-drf

Example Django Rest Framework
GNU Lesser General Public License v3.0
2 stars 0 forks source link

ci(deps): Update dependency dj-database-url to v2 #43

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dj-database-url (changelog) ==0.5.0 -> ==2.3.0 age adoption passing confidence

:warning: MAJOR MAJOR MAJOR :warning:


Release Notes

jazzband/dj-database-url (dj-database-url) ### [`v2.3.0`](https://redirect.github.com/jazzband/dj-database-url/blob/HEAD/CHANGELOG.md#v230-2024-10-23) [Compare Source](https://redirect.github.com/jazzband/dj-database-url/compare/v2.2.0...v2.3.0) - Remove Python 3.8 support. - Remove Django 3 support. - Add python 3.13 support. - Add Django 5.1 to the testing library. ### [`v2.2.0`](https://redirect.github.com/jazzband/dj-database-url/blob/HEAD/CHANGELOG.md#v220-2024-05-28) [Compare Source](https://redirect.github.com/jazzband/dj-database-url/compare/v2.1.0...v2.2.0) - Add disable_server_side_cursors parameter - Enhance Query String Parsing for Server-Side Binding in Django 4.2 with psycopg 3.1.8+ - Update django 5.0 python compatability by [@​mattseymour](https://redirect.github.com/mattseymour) in [#​239](https://redirect.github.com/jazzband/dj-database-url/issues/239) - Improved internals - Improved documentation ### [`v2.1.0`](https://redirect.github.com/jazzband/dj-database-url/blob/HEAD/CHANGELOG.md#v210-2023-08-15) [Compare Source](https://redirect.github.com/jazzband/dj-database-url/compare/v2.0.0...v2.1.0) - Add value to int parsing when deconstructing url string. ### [`v2.0.0`](https://redirect.github.com/jazzband/dj-database-url/blob/HEAD/CHANGELOG.md#v200-2023-04-27) [Compare Source](https://redirect.github.com/jazzband/dj-database-url/compare/v1.3.0...v2.0.0) - Update project setup such that we now install as a package. *Notes*: while this does not alter the underlying application code, we are bumping to 2.0 incase there are unforeseen knock on use-case issues. ### [`v1.3.0`](https://redirect.github.com/jazzband/dj-database-url/blob/HEAD/CHANGELOG.md#v130-2023-03-27) [Compare Source](https://redirect.github.com/jazzband/dj-database-url/compare/v1.2.0...v1.3.0) - Cosmetic changes to the generation of schemes. - Bump isort version - 5.11.5. - raise warning message if database_url is not set. - CONN_MAX_AGE fix type - Optional\[int]. ### [`v1.2.0`](https://redirect.github.com/jazzband/dj-database-url/blob/HEAD/CHANGELOG.md#v120-2022-12-13) [Compare Source](https://redirect.github.com/jazzband/dj-database-url/compare/v1.1.0...v1.2.0) - Add the ability to add test databases. - Improve url parsing and encoding. - Fix missing parameter conn_health_check in check function. ### [`v1.1.0`](https://redirect.github.com/jazzband/dj-database-url/blob/HEAD/CHANGELOG.md#v110-2022-12-12) [Compare Source](https://redirect.github.com/jazzband/dj-database-url/compare/v1.0.0...v1.1.0) - Option for connection health checks parameter. - Update supported version python 3.11. - Code changes, various improvments. - Add project links to setup.py ### [`v1.0.0`](https://redirect.github.com/jazzband/dj-database-url/blob/HEAD/CHANGELOG.md#v100-2022-06-18) [Compare Source](https://redirect.github.com/jazzband/dj-database-url/compare/v0.5.0...v1.0.0) Initial release of code now dj-database-urls is part of jazzband. - Add support for cockroachdb. - Add support for the offical MSSQL connector. - Update License to be compatible with Jazzband. - Remove support for Python < 3.5 including Python 2.7 - Update source code to Black format. - Update CI using pre-commit

Configuration

📅 Schedule: Branch creation - "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone America/Lima, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.