mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
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')
18 lines
344 B
Plaintext
18 lines
344 B
Plaintext
gunicorn==23.0.*
|
|
Django==4.2.*
|
|
sentry-sdk==2.20.*
|
|
django-tailwind==3.6.*
|
|
jsonschema==4.23.*
|
|
semver==3.0.*
|
|
django-admin-autocomplete-filter==0.7.*
|
|
pygments==2.19.*
|
|
inotify_simple==1.3.*
|
|
Brotli==1.1.*
|
|
python-dateutil==2.9.*
|
|
whitenoise==6.8.*
|
|
requests==2.32.*
|
|
monofy==1.1.*
|
|
user-agents==2.2.*
|
|
fastjsonschema==2.21.*
|
|
verbose_csrf_middleware==1.0.*
|