TWLight
TWLight copied to clipboard
Library Card Platform for The Wikipedia Library
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.0 to 4.22.0. Release notes Sourced from jsonschema's releases. v4.22.0 What's Changed Check for identity before equality when comparing objects with equal (used in a number of...
Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 1.14.0 to 2.2. Release notes Sourced from django-crispy-forms's releases. 2.2 Added support for Django 5.1. Allowed pass through of context when rendering a Fieldset layout object. Full...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.2 to 7.6.4. Changelog Sourced from coverage's changelog. Version 7.6.4 — 2024-10-20 fix: multi-line with statements could cause contained branches to be incorrectly marked as missing (issue...
Bumps [locust](https://github.com/locustio/locust) from 2.15.1 to 2.32.0. Release notes Sourced from locust's releases. 2.32.0 What's Changed lower log level for unnecessary --autostart argument by @cyberw in locustio/locust#2918 Web UI Add Exports...
Bumps [black](https://github.com/psf/black) from 23.10.1 to 24.10.0. Release notes Sourced from black's releases. 24.10.0 Highlights Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436) (#4449)...
Bumps [coveralls](https://github.com/TheKevJames/coveralls-python) from 3.3.1 to 4.0.1. Release notes Sourced from coveralls's releases. 4.0.1 (2024-05-15) Internal support coverage v7.5+ (#442) (https://github.com/TheKevJames/coveralls-python/blob/HEAD/f41dca5) skip tests which require running in a git repo when...
Bumps [django-reversion](https://github.com/etianen/django-reversion) from 5.0.4 to 5.1.0. Release notes Sourced from django-reversion's releases. v5.1.0 What's Changed Switch call from removed is_hidden method to hidden property by @jeremy-engel in etianen/django-reversion#969 Remove irrelevant...
Bumps [django-filter](https://github.com/carltongibson/django-filter) from 22.1 to 24.3. Changelog Sourced from django-filter's changelog. Version 24.3 (2024-08-02) Adds official support for Django 5.1. Allow using dictionaries for grouped choices on Django 5.0+. Thanks...
Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 1.14.0 to 2.3. Release notes Sourced from django-crispy-forms's releases. 2.3 What's Changed Fixed unexpected addition the 'active' css_class to AccordionGroup 2.2 Added support for Django 5.1. Allowed...
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.7.0 to 4.4.6. Release notes Sourced from django-debug-toolbar's releases. 4.4.6 What's Changed Close #1509: Revert the infinite recursion fix, Django has changed the behavior by @matthiask in...