mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 02:01:20 +00:00
* chore(deps): bump the dependencies group across 2 directories with 16 updates Bumps the dependencies group with 1 update in the /docs directory: [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin). Bumps the dependencies group with 15 updates in the /src/backend directory: | Package | From | To | | --- | --- | --- | | [idna](https://github.com/kjd/idna) | `3.17` | `3.18` | | [pip](https://github.com/pypa/pip) | `26.1.1` | `26.1.2` | | [prek](https://github.com/j178/prek) | `0.4.3` | `0.4.4` | | [boto3](https://github.com/boto/boto3) | `1.43.17` | `1.43.23` | | [botocore](https://github.com/boto/botocore) | `1.43.17` | `1.43.23` | | [django-redis](https://github.com/jazzband/django-redis) | `6.0.0` | `7.0.0` | | [django-structlog](https://github.com/jrobichaud/django-structlog) | `10.0.0` | `10.1.0` | | [dulwich](https://github.com/dulwich/dulwich) | `1.2.5` | `1.2.6` | | [grpcio](https://github.com/grpc/grpc) | `1.80.0` | `1.81.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `6.33.6` | `7.35.0` | | [pypdf](https://github.com/py-pdf/pypdf) | `6.12.2` | `6.13.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.61.0` | `2.61.1` | | [tqdm](https://github.com/tqdm/tqdm) | `4.67.3` | `4.68.1` | | [weasyprint](https://github.com/Kozea/WeasyPrint) | `68.1` | `69.0` | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.3` | `2.2.1` | Updates `mkdocs-git-revision-date-localized-plugin` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.5.2...v1.5.3) Updates `idna` from 3.17 to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.17...v3.18) Updates `pip` from 26.1.1 to 26.1.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1.1...26.1.2) Updates `prek` from 0.4.3 to 0.4.4 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](https://github.com/j178/prek/compare/v0.4.3...v0.4.4) Updates `boto3` from 1.43.17 to 1.43.23 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.17...1.43.23) Updates `botocore` from 1.43.17 to 1.43.23 - [Commits](https://github.com/boto/botocore/compare/1.43.17...1.43.23) Updates `django-redis` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/jazzband/django-redis/releases) - [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-redis/compare/6.0.0...7.0.0) Updates `django-structlog` from 10.0.0 to 10.1.0 - [Changelog](https://github.com/jrobichaud/django-structlog/blob/main/docs/changelog.rst) - [Commits](https://github.com/jrobichaud/django-structlog/compare/10.0.0...10.1.0) Updates `dulwich` from 1.2.5 to 1.2.6 - [Release notes](https://github.com/dulwich/dulwich/releases) - [Changelog](https://github.com/jelmer/dulwich/blob/main/NEWS) - [Commits](https://github.com/dulwich/dulwich/compare/dulwich-1.2.5...dulwich-1.2.6) Updates `grpcio` from 1.80.0 to 1.81.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.80.0...v1.81.0) Updates `protobuf` from 6.33.6 to 7.35.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `pypdf` from 6.12.2 to 6.13.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.12.2...6.13.0) Updates `sentry-sdk` from 2.61.0 to 2.61.1 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.61.0...2.61.1) Updates `tqdm` from 4.67.3 to 4.68.1 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.1) Updates `weasyprint` from 68.1 to 69.0 - [Release notes](https://github.com/Kozea/WeasyPrint/releases) - [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst) - [Commits](https://github.com/Kozea/WeasyPrint/compare/v68.1...v69.0) Updates `wrapt` from 1.17.3 to 2.2.1 - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.17.3...2.2.1) --- updated-dependencies: - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pip dependency-version: 26.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: prek dependency-version: 0.4.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.43.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: botocore dependency-version: 1.43.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: django-redis dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: django-structlog dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: dulwich dependency-version: 1.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: grpcio dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: protobuf dependency-version: 7.35.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pypdf dependency-version: 6.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-version: 2.61.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tqdm dependency-version: 4.68.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: weasyprint dependency-version: '69.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: wrapt dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix style --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Mair <code@mjmair.com>
75 lines
4.3 KiB
Plaintext
75 lines
4.3 KiB
Plaintext
# Please keep this list sorted - if you pin a version provide a reason
|
|
django<6.0 # Django package
|
|
blessed # CLI for Q Monitor
|
|
cryptography>=48.0.0 # Core cryptographic functionality
|
|
django-anymail[amazon_ses,postal] # Email backend for various providers
|
|
django-allauth[mfa,socialaccount,saml,openid,headless] # SSO for external providers via OpenID
|
|
django-cleanup # Automated deletion of old / unused uploaded files
|
|
django-cors-headers # CORS headers extension for DRF
|
|
django-dbbackup>=5.0.0 # Backup / restore of database and media files
|
|
django-error-report-2 # Error report viewer for the admin interface
|
|
django-filter # Extended filtering options
|
|
django-flags # Feature flags
|
|
django-ical # iCal export for calendar views
|
|
django-maintenance-mode # Shut down application while reloading etc.
|
|
django-mailbox # Email scraping
|
|
django-markdownify # Markdown rendering
|
|
django-money # Django app for currency management
|
|
django-mptt # Modified Preorder Tree Traversal
|
|
django-redis>=7.0.0 # Redis integration
|
|
django-q2 # Background task scheduling
|
|
django-q-sentry # sentry.io integration for django-q
|
|
django-sesame # Magic link authentication
|
|
django-sql-utils # Advanced query annotation / aggregation
|
|
django-sslserver # Secure HTTP development server
|
|
django-structlog # Structured logging
|
|
django-stdimage # Advanced ImageField management
|
|
django-storages[s3,sftp] # Storage backends for Django
|
|
django-taggit # Tagging support
|
|
django-otp==1.3.0 # Two-factor authentication (legacy to ensure migrations) https://github.com/inventree/InvenTree/pull/6293
|
|
django-oauth-toolkit # OAuth2 provider
|
|
djangorestframework # DRF framework
|
|
djangorestframework-simplejwt[crypto] # JWT authentication
|
|
django-xforwardedfor-middleware # IP forwarding metadata
|
|
dulwich # pure Python git integration
|
|
docutils # Documentation utilities for auto admin docs
|
|
drf-spectacular # DRF API documentation
|
|
feedparser # RSS newsfeed parser
|
|
gunicorn # Gunicorn web server
|
|
jinja2 # Jinja2 templating engine
|
|
nh3 # HTML sanitization (replaces bleach)
|
|
pdf2image # PDF to image conversion
|
|
pillow # Image manipulation
|
|
pint # Unit conversion
|
|
pip-licenses # License information for installed packages
|
|
ppf.datamatrix # Data Matrix barcode generator
|
|
pypdf # PDF manipulation tools
|
|
python-barcode[images] # Barcode generator
|
|
python-dotenv # Environment variable management
|
|
pyyaml>=6.0.1 # YAML parsing
|
|
qrcode[pil] # QR code generator
|
|
rapidfuzz # Fuzzy string matching
|
|
sentry-sdk # Error reporting (optional)
|
|
setuptools # Standard dependency
|
|
tablib[xls,xlsx,yaml] # Support for XLS and XLSX formats
|
|
tqdm # Progress bars for CLI
|
|
weasyprint # PDF generation
|
|
whitenoise # Enhanced static file serving
|
|
|
|
# OpenTelemetry dependencies
|
|
grpcio
|
|
opentelemetry-api
|
|
opentelemetry-sdk
|
|
opentelemetry-exporter-otlp
|
|
opentelemetry-instrumentation-django
|
|
opentelemetry-instrumentation-requests
|
|
opentelemetry-instrumentation-redis
|
|
opentelemetry-instrumentation-sqlite3
|
|
opentelemetry-instrumentation-system_metrics
|
|
opentelemetry-instrumentation-wsgi
|
|
opentelemetry-instrumentation-psycopg
|
|
opentelemetry-instrumentation-pymysql
|
|
|
|
# Pins
|
|
xmlsec==1.3.17
|