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:
Klaas van Schelven
2025-01-30 15:12:30 +01:00
parent b5d9fbb8eb
commit 2336900dcb
2 changed files with 11 additions and 11 deletions

View File

@@ -1,2 +1,2 @@
# testing/development only: # testing/development only:
django-debug-toolbar django-debug-toolbar==4.4.*

View File

@@ -1,17 +1,17 @@
gunicorn gunicorn==23.0.*
Django==4.2.* Django==4.2.*
sentry-sdk>=2.15.0 sentry-sdk==2.20.*
django-tailwind==3.6.* django-tailwind==3.6.*
jsonschema==4.23.* jsonschema==4.23.*
semver==3.0.* semver==3.0.*
django-admin-autocomplete-filter==0.7.* django-admin-autocomplete-filter==0.7.*
pygments==2.19.* pygments==2.19.*
inotify_simple inotify_simple==1.3.*
brotli Brotli==1.1.*
python-dateutil python-dateutil==2.9.*
whitenoise whitenoise==6.8.*
requests requests==2.32.*
monofy==1.1.* monofy==1.1.*
user_agents user-agents==2.2.*
fastjsonschema>=2.21.0 fastjsonschema==2.21.*
verbose_csrf_middleware verbose_csrf_middleware==1.0.*