Files
bugsink/requirements.txt
Klaas van Schelven a91fdcd656 Sentry-SDK requirement, unpin minor version
My thinking:

* Avoid Dependabot spam for harmless version bumps. (sentry-SDK
  has the most upgrades by an order of magnitude)

* In princple, there should be no breakage, b/c they do semver and
  "minor version when you add functionality in a backward compatible manner"

* This is dev tooling; it shouldn’t be a source of friction.

* As it stands: I'm not thoroughly reviewing these anyway (b/c of the spammyness)

The alternative would have been to "just freeze" it; if we ever run into
problems because of the unpinning I certainly will.
2025-07-08 10:55:38 +02:00

19 lines
358 B
Plaintext

gunicorn==23.0.*
Django==4.2.*
sentry-sdk==2.*
django-tailwind==3.6.*
jsonschema==4.24.*
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.9.*
requests==2.32.*
monofy==1.1.*
user-agents==2.2.*
fastjsonschema==2.21.*
verbose_csrf_middleware==1.0.*
sourcemap==0.2.*