chore(deps): bump dj-database-url from 0.5.0 to 3.1.2 by dependabot[bot] · Pull Request #2918 · python/pythondotorg
Bumps dj-database-url from 0.5.0 to 3.1.2.
Release notes
Sourced from dj-database-url's releases.
v3.1.2
What's Changed
- Bump cryptography from 46.0.3 to 46.0.5 by
@dependabot[bot] in jazzband/dj-database-url#293- Bump django from 5.2.9 to 5.2.11 by
@dependabot[bot] in jazzband/dj-database-url#294- Bump urllib3 from 2.6.2 to 2.6.3 by
@dependabot[bot] in jazzband/dj-database-url#295- Bump wheel from 0.45.1 to 0.46.2 by
@dependabot[bot] in jazzband/dj-database-url#296- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in jazzband/dj-database-url#297New Contributors
@dependabot[bot] made their first contribution in jazzband/dj-database-url#293Full Changelog: jazzband/dj-database-url@v3.1.1...v3.1.2
v3.1.1
What's Changed
- Add tests directory to source distribution by
@yohaann196in jazzband/dj-database-url#285- Switch linting and formatting from flake8+isort+black to ruff; add typos to pre-commit; fix typos by
@akxin jazzband/dj-database-url#281- Add project URLs to pyproject.toml by
@luzfcbin jazzband/dj-database-url#287- Update .pre-commit-config.yaml to use pinned version numbers. by
@mattseymourin jazzband/dj-database-url#289- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in jazzband/dj-database-url#291New Contributors
@yohaann196made their first contribution in jazzband/dj-database-url#285@luzfcbmade their first contribution in jazzband/dj-database-url#287Full Changelog: jazzband/dj-database-url@v3.1.0...v3.1.1
v3.1.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in jazzband/dj-database-url#268- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in jazzband/dj-database-url#270- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in jazzband/dj-database-url#276- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in jazzband/dj-database-url#278- Update license to BSD-3-Clause in setup.py by
@GabrielBarrantesin jazzband/dj-database-url#279- CI: run typechecks only once, not for each Django/Python version by
@akxin jazzband/dj-database-url#274New Contributors
@GabrielBarrantesmade their first contribution in jazzband/dj-database-url#279@akxmade their first contribution in jazzband/dj-database-url#274Full Changelog: jazzband/dj-database-url@v3.0.1...v3.1.0
v3.0.1
What's Changed
- Re-drop dependency on
typing_extensionsby@edmorleyin jazzband/dj-database-url#269Full Changelog: jazzband/dj-database-url@v3.0.0...v3.0.1
v3.0.0
... (truncated)
Changelog
Sourced from dj-database-url's changelog.
CHANGELOG
v3.1.0 (2026-01-03)
- Add support for Django 6.0
- Update CI structure.
- Migrate to UV for dependency management and builds.
- Python >3.10 support.
v3.0.1 (2025-07-01)
- Drop dependency on
typing_extensions.v3.0.0 (2025-05-18)
Bumping to version 3; changes to code do break some API compatibility.
- Implement a new decorator registry pattern to implement checks on database connection string.
- You can now support and implement your own database strings by extending the
@registerfunctionality.- Update supported python versions and django versions.
v2.3.0 (2024-10-23)
- 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 (2024-05-28)
- 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 compatibility by
@mattseymourin #239- Improved internals
- Improved documentation
v2.1.0 (2023-08-15)
- Add value to int parsing when deconstructing url string.
v2.0.0 (2023-04-27)
- Update project setup such that we now install it 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 (2023-03-27)
- Cosmetic changes to the generation of schemes.
- Bump isort version - 5.11.5.
- raise a warning message if
database_urlis not set.CONN_MAX_AGEfix type -Optional[int].v1.2.0 (2022-12-13)
- Add the ability to add test databases.
- Improve url parsing and encoding.
- Fix missing parameter
conn_health_checkin check function.
... (truncated)
Commits
e77149f[pre-commit.ci] pre-commit autoupdate (#297)6beffe6Fix a regression in adding tests/ dir to source packagef9c3130Bump wheel from 0.45.1 to 0.46.2 (#296)5337838Bump urllib3 from 2.6.2 to 2.6.3 (#295)6fc3664Bump django from 5.2.9 to 5.2.11 (#294)19805c9Bump cryptography from 46.0.3 to 46.0.5 (#293)1b102cdUpdate project URLs in pyproject.tomle41afda[pre-commit.ci] pre-commit autoupdate (#291)dba6077Update .pre-commit-config.yaml to use pinned version numbers. (#289)e6f4cccAdd pytest to dependencies- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.