Files
bugsink/requirements.development.txt
Klaas van Schelven 2336900dcb Update requirements to ==realmajor.realminor.* pattern
Trying to balance 'upgrade fatigue', 'stale deps' and 'being undefined'

With the present pattern:

* Only 'used by me' is defined; 'transitive dependencies' are left to upgrade.
* Dependabot is responsible for the major/minor updates; this will trigger
    a PR & CI, and thus the required explicitness (but also: some work)
* Patch versions are assumed to be compatible, and are left to upgrade in the
    background ('automatically')
2025-01-30 15:12:54 +01:00

3 lines
56 B
Plaintext

# testing/development only:
django-debug-toolbar==4.4.*