mirror of
https://github.com/inventree/InvenTree.git
synced 2026-06-15 04:50:49 +00:00
2c508feeec
* chore(deps): bump the dependencies group across 2 directories with 7 updates Bumps the dependencies group with 2 updates in the /docs directory: [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Bumps the dependencies group with 5 updates in the /src/backend directory: | Package | From | To | | --- | --- | --- | | [dulwich](https://github.com/dulwich/dulwich) | `0.24.8` | `0.24.10` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.43.0` | `2.44.0` | | [xmlsec](https://github.com/mehcode/python-xmlsec) | `1.3.14` | `1.3.17` | | [coverage[toml]](https://github.com/coveragepy/coveragepy) | `7.11.2` | `7.11.3` | | [pip-tools](https://github.com/jazzband/pip-tools) | `7.5.1` | `7.5.2` | Updates `mkdocs-macros-plugin` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/fralau/mkdocs_macros_plugin/compare/v1.4.1...v1.5.0) Updates `mkdocs-material` from 9.6.22 to 9.7.0 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.22...9.7.0) Updates `dulwich` from 0.24.8 to 0.24.10 - [Release notes](https://github.com/dulwich/dulwich/releases) - [Changelog](https://github.com/jelmer/dulwich/blob/master/NEWS) - [Commits](https://github.com/dulwich/dulwich/compare/dulwich-0.24.8...dulwich-0.24.10) Updates `sentry-sdk` from 2.43.0 to 2.44.0 - [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.43.0...2.44.0) Updates `xmlsec` from 1.3.14 to 1.3.17 - [Release notes](https://github.com/mehcode/python-xmlsec/releases) - [Commits](https://github.com/mehcode/python-xmlsec/compare/1.3.14...1.3.17) Updates `coverage[toml]` from 7.11.2 to 7.11.3 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.11.2...7.11.3) Updates `pip-tools` from 7.5.1 to 7.5.2 - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/v7.5.1...v7.5.2) --- updated-dependencies: - dependency-name: mkdocs-macros-plugin dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocs-material dependency-version: 9.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: dulwich dependency-version: 0.24.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk dependency-version: 2.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: xmlsec dependency-version: 1.3.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverage[toml] dependency-version: 7.11.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pip-tools dependency-version: 7.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix style * remove old pin message --------- 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>=44.0.0 # Core cryptographic functionality
|
|
django-anymail[amazon_ses,postal] # Email backend for various providers
|
|
django-allauth[mfa,socialaccount,saml,openid] # 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-mptt # Modified Preorder Tree Traversal
|
|
django-markdownify # Markdown rendering
|
|
django-money # Django app for currency management
|
|
django-mptt # Modified Preorder Tree Traversal
|
|
django-redis>=5.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
|
|
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
|
|
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
|