mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Chore(deps): Bump the small-changes group with 11 updates (#6405)
* Chore(deps): Bump the small-changes group with 11 updates Bumps the small-changes group with 11 updates: | Package | From | To | | --- | --- | --- | | [django-filter](https://github.com/carltongibson/django-filter) | `24.1` | `24.2` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.14.0` | `3.15.1` | | [channels](https://github.com/django/channels) | `4.0.0` | `4.1.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.13.3` | `3.13.4` | | [imap-tools](https://github.com/ikvk/imap_tools) | `1.5.0` | `1.6.0` | | [python-ipware](https://github.com/un33k/python-ipware) | `2.0.2` | `2.0.3` | | [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) | `3.7.0` | `3.8.1` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.4.1.post1` | `1.4.2` | | [black](https://github.com/psf/black) | `24.3.0` | `24.4.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.5` | `0.3.7` | | [daphne](https://github.com/django/daphne) | `4.1.0` | `4.1.2` | Updates `django-filter` from 24.1 to 24.2 - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/24.1...24.2) Updates `djangorestframework` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.1) Updates `channels` from 4.0.0 to 4.1.0 - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/4.0.0...4.1.0) Updates `filelock` from 3.13.3 to 3.13.4 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.13.3...3.13.4) Updates `imap-tools` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/ikvk/imap_tools/releases) - [Changelog](https://github.com/ikvk/imap_tools/blob/master/docs/release_notes.rst) - [Commits](https://github.com/ikvk/imap_tools/compare/v1.5.0...v1.6.0) Updates `python-ipware` from 2.0.2 to 2.0.3 - [Changelog](https://github.com/un33k/python-ipware/blob/main/CHANGELOG.md) - [Commits](https://github.com/un33k/python-ipware/compare/v2.0.2...v2.0.3) Updates `rapidfuzz` from 3.7.0 to 3.8.1 - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.7.0...v3.8.1) Updates `scikit-learn` from 1.4.1.post1 to 1.4.2 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.1.post1...1.4.2) Updates `black` from 24.3.0 to 24.4.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...24.4.0) Updates `ruff` from 0.3.5 to 0.3.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.5...v0.3.7) Updates `daphne` from 4.1.0 to 4.1.2 - [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/daphne/compare/4.1.0...4.1.2) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: channels dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: imap-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: python-ipware dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: daphne dependency-type: direct:development update-type: version-update:semver-patch dependency-group: small-changes ... Signed-off-by: dependabot[bot] <support@github.com> * Reverts DRF update * Also bumps the hook versions to match --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
This commit is contained in:
4
Pipfile
4
Pipfile
@@ -14,7 +14,7 @@ django-celery-results = "*"
|
||||
django-compression-middleware = "*"
|
||||
django-cors-headers = "*"
|
||||
django-extensions = "*"
|
||||
django-filter = "~=24.1"
|
||||
django-filter = "~=24.2"
|
||||
django-guardian = "*"
|
||||
django-multiselectfield = "*"
|
||||
djangorestframework = "==3.14.0"
|
||||
@@ -22,7 +22,7 @@ djangorestframework-guardian = "*"
|
||||
drf-writable-nested = "*"
|
||||
bleach = "*"
|
||||
celery = {extras = ["redis"], version = "*"}
|
||||
channels = "~=4.0"
|
||||
channels = "~=4.1"
|
||||
channels-redis = "*"
|
||||
concurrent-log-handler = "*"
|
||||
filelock = "*"
|
||||
|
Reference in New Issue
Block a user