mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-30 09:50:11 -06:00
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.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
gunicorn==23.0.*
|
||||
Django==4.2.*
|
||||
sentry-sdk==2.29.*
|
||||
sentry-sdk==2.*
|
||||
django-tailwind==3.6.*
|
||||
jsonschema==4.24.*
|
||||
semver==3.0.*
|
||||
|
||||
Reference in New Issue
Block a user