From 7145b4957980b851b739800f4c5dec17a2b5c487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:19:49 +0000 Subject: [PATCH] Bump tomtoolkit from 2.31.5 to 2.32.0 Bumps [tomtoolkit](https://github.com/TOMToolkit/tom_base) from 2.31.5 to 2.32.0. - [Commits](https://github.com/TOMToolkit/tom_base/compare/2.31.5...2.32.0) --- updated-dependencies: - dependency-name: tomtoolkit dependency-version: 2.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 24 ++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index fffbb1d..18259bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-doc" @@ -999,14 +999,14 @@ typing-extensions = "*" [[package]] name = "django-tables2" -version = "2.8.0" +version = "3.0.0" description = "Table/data-grid framework for Django" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "django_tables2-2.8.0-py3-none-any.whl", hash = "sha256:860633b0f448216af73fca6005c7e38dc9b46931dc36c08a9281a71ee250b1ee"}, - {file = "django_tables2-2.8.0.tar.gz", hash = "sha256:0dea3401bb99a0164ba09e20d59a7d90856fdc05e5ae2da9a14d0fa14d99257c"}, + {file = "django_tables2-3.0.0-py3-none-any.whl", hash = "sha256:2a5b5447f10d7a8cfb7a2e8f0b139d969c7eb2e675079a4b8ba0107956345bfa"}, + {file = "django_tables2-3.0.0.tar.gz", hash = "sha256:3c5343f72663b0d6684e8e6cbcb16caae10d7621a51c1cf3c581f57ce605f8ee"}, ] [package.dependencies] @@ -2173,19 +2173,19 @@ files = [ [[package]] name = "tomtoolkit" -version = "2.31.5" +version = "2.32.0" description = "TOM Toolkit and base modules" optional = false python-versions = "<3.14,>=3.10.0" groups = ["main"] files = [ - {file = "tomtoolkit-2.31.5-py3-none-any.whl", hash = "sha256:f3cbaa2c3af941d5b22d5d0d74f81ff143bb91415717f6ac12b5551a4ced41f4"}, - {file = "tomtoolkit-2.31.5.tar.gz", hash = "sha256:0b8006821e78a6a9de8a0e3bb1359f6c3e88019a6914efbd49b2c158b204425d"}, + {file = "tomtoolkit-2.32.0-py3-none-any.whl", hash = "sha256:114de5627046c3cd723df188001c0ea6b7cfc51f22fd129691da687c8f52cf6f"}, + {file = "tomtoolkit-2.32.0.tar.gz", hash = "sha256:ebc13c975ed946aae8380f9116dac298a739be041ab76f3cbb327ebe79cdc3d3"}, ] [package.dependencies] astroplan = ">=0.8,<0.11" -astropy = {version = ">=5.3.3,<7", markers = "python_version >= \"3.10\""} +astropy = {version = ">=5.3.3,<8", markers = "python_version >= \"3.10\""} astroquery = "<1" beautifulsoup4 = "<5" crispy-bootstrap4 = ">=2023.1,<2024.11" @@ -2199,7 +2199,7 @@ django-filter = ">=23,<25" django-gravatar2 = ">=1.0.0,<2.0.0" django-guardian = ">=2.0.0,<3.0.0" django-htmx = ">=1.0.0,<2.0.0" -django-tables2 = "<3" +django-tables2 = ">=3.0,<4" django-tasks = ">=0.6.1,<0.7.0" djangorestframework = ">=3.15,<4" fits2image = ">=0.4,<0.5" @@ -2210,7 +2210,7 @@ pillow = ">9.2,<13.0" plotly = "<6" python-dateutil = "<3" requests = "<3" -specutils = "<2" +specutils = ">=1.20.0,<3" [[package]] name = "typer" @@ -2309,4 +2309,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "b754a69cf73884ec965ea19204400e7065ab3c39ee148b90917dc4b3ceec603d" +content-hash = "a12f6cebe7e7ff2d1bab399bb247a95e40509ed675c758f815519622bf371654" diff --git a/pyproject.toml b/pyproject.toml index 53e291c..dcd0b72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ repository = "https://github.com/TOMToolkit/tom_app" dynamic = ["version"] requires-python = ">=3.10,<3.14" dependencies = [ - "tomtoolkit (>=2.31.5,<3.0.0)" + "tomtoolkit (>=2.32.0,<3.0.0)" ] [tool.poetry]