django-json-api / django-rest-framework-json-api

JSON:API support for Django REST framework
https://django-rest-framework-json-api.readthedocs.org/
BSD 2-Clause "Simplified" License
1.18k stars 294 forks source link

Scheduled biweekly dependency update for week 02 #1198

Closed pyup-bot closed 8 months ago

pyup-bot commented 8 months ago

Update black from 23.12.0 to 23.12.1.

Changelog ### 23.12.1 ``` Packaging - Fixed a bug that included dependencies from the `d` extra by default (4108) ```
Links - PyPI: https://pypi.org/project/black - Changelog: https://data.safetycli.com/changelogs/black/

Update flake8 from 6.1.0 to 7.0.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/flake8 - Repo: https://github.com/pycqa/flake8

Update Faker from 21.0.0 to 22.2.0.

Changelog ### 22.2.0 ``` See [CHANGELOG.md](https://github.com/joke2k/faker/blob/refs/tags/v22.2.0/CHANGELOG.md). ``` ### 22.1.0 ``` See [CHANGELOG.md](https://github.com/joke2k/faker/blob/refs/tags/v22.1.0/CHANGELOG.md). ``` ### 22.0.0 ``` See [CHANGELOG.md](https://github.com/joke2k/faker/blob/refs/tags/v22.0.0/CHANGELOG.md). ``` ### 21.0.1 ``` See [CHANGELOG.md](https://github.com/joke2k/faker/blob/refs/tags/v21.0.1/CHANGELOG.md). ```
Links - PyPI: https://pypi.org/project/faker - Changelog: https://data.safetycli.com/changelogs/faker/ - Repo: https://github.com/joke2k/faker

Update pytest from 7.4.3 to 7.4.4.

Changelog ### 7.4.4 ``` ========================= Bug Fixes --------- - `11140 <https://github.com/pytest-dev/pytest/issues/11140>`_: Fix non-string constants at the top of file being detected as docstrings on Python>=3.8. - `11572 <https://github.com/pytest-dev/pytest/issues/11572>`_: Handle an edge case where :data:`sys.stderr` and :data:`sys.__stderr__` might already be closed when :ref:`faulthandler` is tearing down. - `11710 <https://github.com/pytest-dev/pytest/issues/11710>`_: Fixed tracebacks from collection errors not getting pruned. - `7966 <https://github.com/pytest-dev/pytest/issues/7966>`_: Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in ``__iter__`` methods. Now they are treated un-iterable instead. Improved Documentation ---------------------- - `11091 <https://github.com/pytest-dev/pytest/issues/11091>`_: Updated documentation to refer to hyphenated options: replaced ``--junitxml`` with ``--junit-xml`` and ``--collectonly`` with ``--collect-only``. ```
Links - PyPI: https://pypi.org/project/pytest - Changelog: https://data.safetycli.com/changelogs/pytest/ - Homepage: https://docs.pytest.org/en/latest/