From 2ca0b85ccc134d877b45636508854e7e6bc5b522 Mon Sep 17 00:00:00 2001 From: Ashley Felton Date: Tue, 8 Oct 2024 10:10:56 +0800 Subject: [PATCH] Bump project dependencies. --- poetry.lock | 22 +++++++++++----------- pyproject.toml | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2f5ef32..740dd7f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -646,18 +646,18 @@ toml = ["tomli"] [[package]] name = "crispy-bootstrap5" -version = "2024.2" +version = "2024.10" description = "Bootstrap5 template pack for django-crispy-forms" optional = false python-versions = ">=3.8" files = [ - {file = "crispy-bootstrap5-2024.2.tar.gz", hash = "sha256:7d1fa40c6faf472e30e85c72551a3d2c9eedbf0abfff920683315e4e6f670f2b"}, - {file = "crispy_bootstrap5-2024.2-py3-none-any.whl", hash = "sha256:3867e320920a6ef156e94f9e0f06a80344c453e1b3bd96cd9dc0522ae9e9afb8"}, + {file = "crispy_bootstrap5-2024.10-py3-none-any.whl", hash = "sha256:59e91dac5e45a8c954af3fbcaa6804cd5aef4402f027af2f99a352b096c4016f"}, + {file = "crispy_bootstrap5-2024.10.tar.gz", hash = "sha256:55b442fe675dd95ad280123c7fe464f454186e90b8e5642e751f436c87627c44"}, ] [package.dependencies] django = ">=4.2" -django-crispy-forms = ">=2" +django-crispy-forms = ">=2.3" [package.extras] test = ["pytest", "pytest-django"] @@ -938,13 +938,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "extract-msg" -version = "0.49.0" +version = "0.50.0" description = "Extracts emails and attachments saved in Microsoft Outlook's .msg files" optional = false python-versions = ">=3.8" files = [ - {file = "extract_msg-0.49.0-py3-none-any.whl", hash = "sha256:6a1756164ef2d0c230bce1966d52155da8bd4bec9a6a1c3166cbdff8ffd9e0ba"}, - {file = "extract_msg-0.49.0.tar.gz", hash = "sha256:cc700cdcc0cb6fcdbfa3b9e477201958cc28c584716d5c45fdd47261c1f2dfcc"}, + {file = "extract_msg-0.50.0-py3-none-any.whl", hash = "sha256:5ccd32005bc265237f0b6b3b91c3ce699466ebedd0a8c2392f5b652f5a0feb47"}, + {file = "extract_msg-0.50.0.tar.gz", hash = "sha256:ba174ef6ade5b307285845944d725443b18d5d0cf10b5c8a81dbc9f642139398"}, ] [package.dependencies] @@ -2027,13 +2027,13 @@ msg-parse = ["extract-msg (>=0.27,<1.0)"] [[package]] name = "sentry-sdk" -version = "2.14.0" +version = "2.15.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.14.0-py2.py3-none-any.whl", hash = "sha256:b8bc3dc51d06590df1291b7519b85c75e2ced4f28d9ea655b6d54033503b5bf4"}, - {file = "sentry_sdk-2.14.0.tar.gz", hash = "sha256:1e0e2eaf6dad918c7d1e0edac868a7bf20017b177f242cefe2a6bcd47955961d"}, + {file = "sentry_sdk-2.15.0-py2.py3-none-any.whl", hash = "sha256:8fb0d1a4e1a640172f31502e4503543765a1fe8a9209779134a4ac52d4677303"}, + {file = "sentry_sdk-2.15.0.tar.gz", hash = "sha256:a599e7d3400787d6f43327b973e55a087b931ba2c592a7a7afa691f8eb5e75e2"}, ] [package.dependencies] @@ -2336,4 +2336,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "76f328a6fd2cef19430f8169f5a18c0dd8af80027608ddacb589f4b0a26ae1f2" +content-hash = "8a3d9475b93ddb7f167d2471debcb407ac2030a3547a651c28ae5cd548008cea" diff --git a/pyproject.toml b/pyproject.toml index df9c8dd..a003ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pillow = "10.4.0" python-magic = "0.4.27" lxml = { version = "5.3.0", extras = ["html-clean"] } xmltodict = "0.13.0" -extract-msg = "0.49.0" +extract-msg = "0.50.0" django-extensions = "3.2.3" webtemplate-dbca = "1.7.1" mixer = "7.2.2" @@ -35,8 +35,8 @@ django-celery-results = "2.5.1" pygeopkg = "0.1.3" whitenoise = { version = "6.7.0", extras = ["brotli"] } django-crum = "0.7.9" -sentry-sdk = { version = "2.14.0", extras = ["django"] } -crispy-bootstrap5 = "2024.2" +sentry-sdk = {version = "2.15.0", extras = ["django"]} +crispy-bootstrap5 = "2024.10" redis = "5.1.1" xlsxwriter = "3.2.0" django-storages = { version = "1.14.4", extras = ["azure"] }