From 77f570e511d7563160cfdc184c4b81c3a174bfc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:27:57 +0000 Subject: [PATCH] Bump tomtoolkit from 2.25.0 to 2.28.0 Bumps [tomtoolkit](https://github.com/TOMToolkit/tom_base) from 2.25.0 to 2.28.0. - [Release notes](https://github.com/TOMToolkit/tom_base/releases) - [Commits](https://github.com/TOMToolkit/tom_base/compare/2.25.0...2.28.0) --- updated-dependencies: - dependency-name: tomtoolkit dependency-version: 2.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index f7c96f0..dc95afd 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 = "asdf" @@ -403,7 +403,7 @@ description = "Foreign Function Interface for Python calling C code." optional = false python-versions = ">=3.8" groups = ["main"] -markers = "sys_platform == \"linux\" and platform_python_implementation != \"PyPy\"" +markers = "platform_python_implementation != \"PyPy\"" files = [ {file = "cffi-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14"}, {file = "cffi-1.17.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8f2cdc858323644ab277e9bb925ad72ae0e67f69e804f4898c070998d50b1a67"}, @@ -602,7 +602,6 @@ description = "cryptography is a package which provides cryptographic recipes an optional = false python-versions = ">=3.7" groups = ["main"] -markers = "sys_platform == \"linux\"" files = [ {file = "cryptography-43.0.3-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:bf7a1932ac4176486eab36a19ed4c0492da5d97123f1406cf15e41b05e787d2e"}, {file = "cryptography-43.0.3-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:63efa177ff54aec6e1c0aefaa1a241232dcd37413835a9b674b6e3f0ae2bfd3e"}, @@ -1476,7 +1475,7 @@ description = "C parser in Python" optional = false python-versions = ">=3.8" groups = ["main"] -markers = "sys_platform == \"linux\" and platform_python_implementation != \"PyPy\"" +markers = "platform_python_implementation != \"PyPy\"" files = [ {file = "pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"}, {file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"}, @@ -1828,14 +1827,14 @@ test = ["pytest", "tornado (>=4.5)", "typeguard"] [[package]] name = "tomtoolkit" -version = "2.25.0" +version = "2.28.0" description = "TOM Toolkit and base modules" optional = false python-versions = "<3.13,>=3.9.0" groups = ["main"] files = [ - {file = "tomtoolkit-2.25.0-py3-none-any.whl", hash = "sha256:2ea807f1d71424d69bfc31530df656ed879983ec24a111b711f977edbc845188"}, - {file = "tomtoolkit-2.25.0.tar.gz", hash = "sha256:c8effdeee93941cfbbbdb38dcfa3b91d6556502987ed4a49310fff39561b17ef"}, + {file = "tomtoolkit-2.28.0-py3-none-any.whl", hash = "sha256:0df85aaa710c001d63a8b233c2fff246916596b3b355a19a5cc950cb55fee1c7"}, + {file = "tomtoolkit-2.28.0.tar.gz", hash = "sha256:613ba888155f2d88b33c4e650c2bee0f5328f4025ce35c042f39adda478c95a6"}, ] [package.dependencies] @@ -1847,6 +1846,7 @@ astropy = [ astroquery = "<1" beautifulsoup4 = "<5" crispy-bootstrap4 = ">=2023.1,<2024.11" +cryptography = "<=46" django = "<5" django-bootstrap4 = ">3,<25" django-contrib-comments = ">=2.0,<3.0"