mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
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')
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# testing/development only:
|
||||
django-debug-toolbar
|
||||
django-debug-toolbar==4.4.*
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
gunicorn
|
||||
gunicorn==23.0.*
|
||||
Django==4.2.*
|
||||
sentry-sdk>=2.15.0
|
||||
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
|
||||
brotli
|
||||
python-dateutil
|
||||
whitenoise
|
||||
requests
|
||||
inotify_simple==1.3.*
|
||||
Brotli==1.1.*
|
||||
python-dateutil==2.9.*
|
||||
whitenoise==6.8.*
|
||||
requests==2.32.*
|
||||
monofy==1.1.*
|
||||
user_agents
|
||||
fastjsonschema>=2.21.0
|
||||
verbose_csrf_middleware
|
||||
user-agents==2.2.*
|
||||
fastjsonschema==2.21.*
|
||||
verbose_csrf_middleware==1.0.*
|
||||
|
||||
Reference in New Issue
Block a user