Closed pyup-bot closed 1 year ago
Base: 80.52% // Head: 80.52% // Decreases project coverage by -0.00%
:warning:
Coverage data is based on head (
dec3a7b
) compared to base (08d106e
). Patch coverage: 75.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Closing this in favor of #564
Update sqlalchemy-utils from 0.38.3 to 0.39.0.
Changelog
### 0.39.0 ``` ^^^^^^^^^^^^^^^^^^^ - Support Python 3.11. - Add pre-commit hooks for uniform text checks, isort, flake8, and pyupgrade. - Fix a crash that occurs if the ``colour-science`` package is installed, which shares the same import name as the ``colour`` package that sqlalchemy-utils supports. (`637 <https://github.com/kvesteri/sqlalchemy-utils/pull/637>`_, courtesy of JayPalm) - Fix a crash that occurs if the installed sqlalchemy version is a beta (like ``"2.0.0b3"``). (Reported in `643 <https://github.com/kvesteri/sqlalchemy-utils/pull/643>`_, thanks Dinmukhamet!) ```Links
- PyPI: https://pypi.org/project/sqlalchemy-utils - Changelog: https://pyup.io/changelogs/sqlalchemy-utils/ - Repo: https://github.com/kvesteri/sqlalchemy-utils