mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Chore(deps): Bump the small-changes group across 1 directory with 7 updates (#10347)
* Chore(deps): Bump the small-changes group across 1 directory with 7 updates Bumps the small-changes group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [concurrent-log-handler](https://github.com/Preston-Landers/concurrent-log-handler) | `0.9.26` | `0.9.28` | | [dateparser](https://github.com/scrapinghub/dateparser) | `1.2.1` | `1.2.2` | | [imap-tools](https://github.com/ikvk/imap_tools) | `1.10.0` | `1.11.0` | | [ocrmypdf](https://github.com/ocrmypdf/OCRmyPDF) | `16.10.2` | `16.10.4` | | [pathvalidate](https://github.com/thombashi/pathvalidate) | `3.2.3` | `3.3.1` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.0` | `1.1.1` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.6.1` | `1.7.0` | Updates `concurrent-log-handler` from 0.9.26 to 0.9.28 - [Release notes](https://github.com/Preston-Landers/concurrent-log-handler/releases) - [Changelog](https://github.com/Preston-Landers/concurrent-log-handler/blob/master/CHANGELOG.md) - [Commits](https://github.com/Preston-Landers/concurrent-log-handler/compare/0.9.26...0.9.28) Updates `dateparser` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/scrapinghub/dateparser/releases) - [Changelog](https://github.com/scrapinghub/dateparser/blob/master/HISTORY.rst) - [Commits](https://github.com/scrapinghub/dateparser/compare/v1.2.1...v1.2.2) Updates `imap-tools` from 1.10.0 to 1.11.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.10.0...v1.11.0) Updates `ocrmypdf` from 16.10.2 to 16.10.4 - [Release notes](https://github.com/ocrmypdf/OCRmyPDF/releases) - [Changelog](https://github.com/ocrmypdf/OCRmyPDF/blob/main/docs/release_notes.md) - [Commits](https://github.com/ocrmypdf/OCRmyPDF/compare/v16.10.2...v16.10.4) Updates `pathvalidate` from 3.2.3 to 3.3.1 - [Release notes](https://github.com/thombashi/pathvalidate/releases) - [Changelog](https://github.com/thombashi/pathvalidate/blob/master/CHANGELOG.md) - [Commits](https://github.com/thombashi/pathvalidate/compare/v3.2.3...v3.3.1) Updates `python-dotenv` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.1.1) Updates `scikit-learn` from 1.6.1 to 1.7.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.6.1...1.7.0) --- updated-dependencies: - dependency-name: concurrent-log-handler dependency-version: 0.9.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: dateparser dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: imap-tools dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: ocrmypdf dependency-version: 16.10.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: pathvalidate dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: python-dotenv dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: scikit-learn dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes ... Signed-off-by: dependabot[bot] <support@github.com> * Removes the setup_logging_queues call which is no longer needed * Renames the MailboxTLS --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,6 @@ from typing import Final
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from celery.schedules import crontab
|
||||
from concurrent_log_handler.queue import setup_logging_queues
|
||||
from dateparser.languages.loader import LocaleDataLoader
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
from dotenv import load_dotenv
|
||||
@@ -811,8 +810,6 @@ USE_TZ = True
|
||||
# Logging #
|
||||
###############################################################################
|
||||
|
||||
setup_logging_queues()
|
||||
|
||||
LOGGING_DIR.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
LOGROTATE_MAX_SIZE = os.getenv("PAPERLESS_LOGROTATE_MAX_SIZE", 1024 * 1024)
|
||||
|
Reference in New Issue
Block a user