From 9a213dc9f30e132e63808d980249d05ac4ca5de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:21:39 +0000 Subject: [PATCH] chore(deps-dev): bump myst-parser from 3.0.1 to 4.0.1 Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.1) --- updated-dependencies: - dependency-name: myst-parser dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 226 ++++++++++++++++--------------------------------- pyproject.toml | 2 +- 2 files changed, 74 insertions(+), 154 deletions(-) diff --git a/poetry.lock b/poetry.lock index 21183fac..f96071cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "affine" @@ -7,7 +7,7 @@ description = "Matrices describing affine transformation of the plane" optional = true python-versions = ">=3.7" groups = ["main"] -markers = "extra == \"processing\" or extra == \"geotiff\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"geotiff\" or extra == \"processing\"" files = [ {file = "affine-2.4.0-py3-none-any.whl", hash = "sha256:8a3df80e2b2378aef598a83c1392efd47967afec4242021a0b06b4c7cbc61a92"}, {file = "affine-2.4.0.tar.gz", hash = "sha256:a24d818d6a836c131976d22f8c27b8d3ca32d0af64c1d8d29deb7bafa4da1eea"}, @@ -24,7 +24,7 @@ description = "Happy Eyeballs for asyncio" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\"" files = [ {file = "aiohappyeyeballs-2.6.1-py3-none-any.whl", hash = "sha256:f349ba8f4b75cb25c99c5c2d84e997e485204d2902a9597802b0371f09331fb8"}, {file = "aiohappyeyeballs-2.6.1.tar.gz", hash = "sha256:c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558"}, @@ -37,7 +37,7 @@ description = "Async http client/server framework (asyncio)" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\"" files = [ {file = "aiohttp-3.12.15-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:b6fc902bff74d9b1879ad55f5404153e2b33a82e72a95c89cec5eb6cc9e92fbc"}, {file = "aiohttp-3.12.15-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:098e92835b8119b54c693f2f88a1dec690e20798ca5f5fe5f0520245253ee0af"}, @@ -147,7 +147,7 @@ description = "aiosignal: a list of registered asynchronous callbacks" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\"" files = [ {file = "aiosignal-1.4.0-py3-none-any.whl", hash = "sha256:053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e"}, {file = "aiosignal-1.4.0.tar.gz", hash = "sha256:f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7"}, @@ -240,7 +240,7 @@ description = "Timeout context manager for asyncio programs" optional = true python-versions = ">=3.8" groups = ["main"] -markers = "python_version == \"3.10\" and (extra == \"all\" or extra == \"api\" or extra == \"datatransfer\" or extra == \"connectors\") or (extra == \"all\" or extra == \"api\") and python_full_version < \"3.11.3\"" +markers = "python_version == \"3.10\" and (extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\" or extra == \"api\") or (extra == \"all\" or extra == \"api\") and python_full_version < \"3.11.3\"" files = [ {file = "async_timeout-5.0.1-py3-none-any.whl", hash = "sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c"}, {file = "async_timeout-5.0.1.tar.gz", hash = "sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3"}, @@ -257,7 +257,7 @@ files = [ {file = "attrs-25.3.0-py3-none-any.whl", hash = "sha256:427318ce031701fea540783410126f03899a97ffc6f61596ad581ac2e40e3bc3"}, {file = "attrs-25.3.0.tar.gz", hash = "sha256:75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b"}, ] -markers = {main = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\" or extra == \"processing\" or extra == \"grib2\" or extra == \"geotiff\""} +markers = {main = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\" or extra == \"grib2\" or extra == \"processing\" or extra == \"geotiff\""} [package.extras] benchmark = ["cloudpickle ; platform_python_implementation == \"CPython\"", "hypothesis", "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"", "pympler", "pytest (>=4.3.0)", "pytest-codspeed", "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"", "pytest-xdist[psutil]"] @@ -289,7 +289,7 @@ description = "Screen-scraping library" optional = true python-versions = ">=3.7.0" groups = ["main"] -markers = "extra == \"processing\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"processing\"" files = [ {file = "beautifulsoup4-4.13.5-py3-none-any.whl", hash = "sha256:642085eaa22233aceadff9c69651bc51e8bf3f874fb6d7104ece2beb24b47c4a"}, {file = "beautifulsoup4-4.13.5.tar.gz", hash = "sha256:5e70131382930e7c3de33450a2f54a63d5e4b19386eab43a5b34d594268f3695"}, @@ -353,7 +353,7 @@ description = "A Python library for cartographic visualizations with Matplotlib" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"visualization\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"visualization\"" files = [ {file = "Cartopy-0.22.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b17ad0b056b9a632b12954864c685febb0e1d8a4a45423b83eec119a603fcb8a"}, {file = "Cartopy-0.22.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:bf7ca13a01782810e8b6a9758ed29755b6ce81b5c53721e19cb6636a43b0f575"}, @@ -399,7 +399,7 @@ files = [ {file = "certifi-2025.8.3-py3-none-any.whl", hash = "sha256:f6c12493cfb1b06ba2ff328595af9350c65d6644968e5d3a2ffd78699af217a5"}, {file = "certifi-2025.8.3.tar.gz", hash = "sha256:e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407"}, ] -markers = {main = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\" or extra == \"processing\" or extra == \"grib2\" or extra == \"visualization\" or extra == \"geotiff\" or extra == \"netcdf\""} +markers = {main = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\" or extra == \"processing\" or extra == \"visualization\" or extra == \"grib2\" or extra == \"geotiff\" or extra == \"netcdf\""} [[package]] name = "cffi" @@ -494,7 +494,7 @@ files = [ {file = "cffi-2.0.0-cp39-cp39-win_amd64.whl", hash = "sha256:b882b3df248017dba09d6b16defe9b5c407fe32fc7c65a9c69798e6175601be9"}, {file = "cffi-2.0.0.tar.gz", hash = "sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529"}, ] -markers = {main = "extra == \"processing\" or extra == \"grib2\" or extra == \"all\"", dev = "os_name == \"nt\" or implementation_name == \"pypy\""} +markers = {main = "extra == \"all\" or extra == \"grib2\" or extra == \"processing\"", dev = "os_name == \"nt\" or implementation_name == \"pypy\""} [package.dependencies] pycparser = {version = "*", markers = "implementation_name != \"PyPy\""} @@ -506,7 +506,7 @@ description = "Python interface to map GRIB files to the NetCDF Common Data Mode optional = true python-versions = ">=3.7" groups = ["main"] -markers = "extra == \"processing\" or extra == \"grib2\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"grib2\" or extra == \"processing\"" files = [ {file = "cfgrib-0.9.15.0-py3-none-any.whl", hash = "sha256:469cfd25dc173863795e596263b3b6b5ea1402b1715f2b7b1d4b995b40b32c18"}, {file = "cfgrib-0.9.15.0.tar.gz", hash = "sha256:d455034e19b9560a75d008ba9d09b2d4e65762adfb2e911f28b841f4b9c6b47f"}, @@ -541,7 +541,7 @@ description = "Time-handling functionality from netcdf4-python" optional = true python-versions = ">=3.8" groups = ["main"] -markers = "extra == \"processing\" or extra == \"netcdf\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"netcdf\" or extra == \"processing\"" files = [ {file = "cftime-1.6.4.post1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0baa9bc4850929da9f92c25329aa1f651e2d6f23e237504f337ee9e12a769f5d"}, {file = "cftime-1.6.4.post1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6bb6b087f4b2513c37670bccd457e2a666ca489c5f2aad6e2c0e94604dc1b5b9"}, @@ -675,7 +675,7 @@ files = [ {file = "charset_normalizer-3.4.3-py3-none-any.whl", hash = "sha256:ce571ab16d890d23b5c278547ba694193a45011ff86a9162a71307ed9f86759a"}, {file = "charset_normalizer-3.4.3.tar.gz", hash = "sha256:6fce4b8500244f6fcb71465d4a4930d132ba9ab8e71a7859e6a5d59851068d14"}, ] -markers = {main = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\" or extra == \"processing\""} +markers = {main = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\" or extra == \"processing\""} [[package]] name = "click" @@ -684,7 +684,7 @@ description = "Composable command line interface toolkit" optional = true python-versions = ">=3.10" groups = ["main"] -markers = "extra == \"all\" or extra == \"api\" or extra == \"processing\" or extra == \"grib2\" or extra == \"geotiff\"" +markers = "extra == \"all\" or extra == \"grib2\" or extra == \"processing\" or extra == \"geotiff\" or extra == \"api\"" files = [ {file = "click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b"}, {file = "click-8.2.1.tar.gz", hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202"}, @@ -700,7 +700,7 @@ description = "An extension module for click to enable registering CLI commands optional = true python-versions = "*" groups = ["main"] -markers = "extra == \"processing\" or extra == \"geotiff\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"geotiff\" or extra == \"processing\"" files = [ {file = "click_plugins-1.1.1.2-py2.py3-none-any.whl", hash = "sha256:008d65743833ffc1f5417bf0e78e8d2c23aab04d9745ba817bd3e71b0feb6aa6"}, {file = "click_plugins-1.1.1.2.tar.gz", hash = "sha256:d7af3984a99d243c131aa1a828331e7630f4a88a9741fd05c927b204bcf92261"}, @@ -719,7 +719,7 @@ description = "Click params for commmand line interfaces to GeoJSON" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4" groups = ["main"] -markers = "extra == \"processing\" or extra == \"geotiff\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"geotiff\" or extra == \"processing\"" files = [ {file = "cligj-0.7.2-py3-none-any.whl", hash = "sha256:c1ca117dbce1fe20a5809dc96f01e1c2840f6dcc939b3ddbb1111bf330ba82df"}, {file = "cligj-0.7.2.tar.gz", hash = "sha256:a4bc13d623356b373c2c27c53dbd9c68cae5d526270bfa71f6c6fa69669c6b27"}, @@ -742,7 +742,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "(extra == \"all\" or extra == \"api\" or extra == \"processing\" or extra == \"grib2\" or extra == \"geotiff\") and platform_system == \"Windows\"", dev = "sys_platform == \"win32\""} +markers = {main = "(extra == \"all\" or extra == \"grib2\" or extra == \"processing\" or extra == \"geotiff\" or extra == \"api\") and platform_system == \"Windows\"", dev = "sys_platform == \"win32\""} [[package]] name = "comm" @@ -766,7 +766,7 @@ description = "Python library for calculating contours of 2D quadrilateral grids optional = true python-versions = ">=3.10" groups = ["main"] -markers = "python_version == \"3.10\" and (extra == \"visualization\" or extra == \"all\")" +markers = "python_version == \"3.10\" and (extra == \"all\" or extra == \"visualization\")" files = [ {file = "contourpy-1.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ba38e3f9f330af820c4b27ceb4b9c7feee5fe0493ea53a8720f4792667465934"}, {file = "contourpy-1.3.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:dc41ba0714aa2968d1f8674ec97504a8f7e334f48eeacebcaa6256213acb0989"}, @@ -844,7 +844,7 @@ description = "Python library for calculating contours of 2D quadrilateral grids optional = true python-versions = ">=3.11" groups = ["main"] -markers = "python_version >= \"3.11\" and (extra == \"visualization\" or extra == \"all\")" +markers = "python_version >= \"3.11\" and (extra == \"all\" or extra == \"visualization\")" files = [ {file = "contourpy-1.3.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:709a48ef9a690e1343202916450bc48b9e51c049b089c7f79a267b46cffcdaa1"}, {file = "contourpy-1.3.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:23416f38bfd74d5d28ab8429cc4d63fa67d5068bd711a85edb1c3fb0c3e2f381"}, @@ -1041,7 +1041,7 @@ description = "Composable style cycles" optional = true python-versions = ">=3.8" groups = ["main"] -markers = "extra == \"visualization\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"visualization\"" files = [ {file = "cycler-0.12.1-py3-none-any.whl", hash = "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30"}, {file = "cycler-0.12.1.tar.gz", hash = "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c"}, @@ -1130,7 +1130,7 @@ description = "Python interface to the ecCodes GRIB and BUFR decoder/encoder" optional = true python-versions = "*" groups = ["main"] -markers = "extra == \"processing\" or extra == \"grib2\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"grib2\" or extra == \"processing\"" files = [ {file = "eccodes-2.43.0-cp310-cp310-win_amd64.whl", hash = "sha256:0af6871c43a669c12ed171fcc68f97b5c9e88588e675e6d4aff7879e78451f51"}, {file = "eccodes-2.43.0-cp311-cp311-win_amd64.whl", hash = "sha256:f3545938b7779a39f22e064af6e83e1590d8eb81fd6484997ae352397e605eb7"}, @@ -1155,7 +1155,7 @@ description = "\"eccodeslib\"" optional = true python-versions = "*" groups = ["main"] -markers = "(extra == \"processing\" or extra == \"grib2\" or extra == \"all\") and platform_system != \"Windows\"" +markers = "(extra == \"all\" or extra == \"grib2\" or extra == \"processing\") and platform_system != \"Windows\"" files = [ {file = "eccodeslib-2.43.0-cp310-cp310-macosx_13_0_arm64.whl", hash = "sha256:4f06934e9eae7910b7587c45933de2432d42f1026ad3a191757e255c3ef4c7a3"}, {file = "eccodeslib-2.43.0-cp310-cp310-macosx_13_0_x86_64.whl", hash = "sha256:88049675a28845eb06246e0fda4c97a6cdb67b5b4dd2b9ccc827af6d6a6449f2"}, @@ -1185,7 +1185,7 @@ description = "\"eckitlib\"" optional = true python-versions = "*" groups = ["main"] -markers = "(extra == \"processing\" or extra == \"grib2\" or extra == \"all\") and platform_system != \"Windows\"" +markers = "(extra == \"all\" or extra == \"grib2\" or extra == \"processing\") and platform_system != \"Windows\"" files = [ {file = "eckitlib-1.31.4-cp310-cp310-macosx_13_0_arm64.whl", hash = "sha256:b1c5539d1fec18db839ad4b29e9ac5212155819b5cdf3feaeb06d3489f5f5a2b"}, {file = "eckitlib-1.31.4-cp310-cp310-macosx_13_0_x86_64.whl", hash = "sha256:c2627a2188394b903bee512583df50a4d09b8e7b97357a50a34296108ea494cb"}, @@ -1267,7 +1267,7 @@ description = "\"fckitlib\"" optional = true python-versions = "*" groups = ["main"] -markers = "(extra == \"processing\" or extra == \"grib2\" or extra == \"all\") and platform_system != \"Windows\"" +markers = "(extra == \"all\" or extra == \"grib2\" or extra == \"processing\") and platform_system != \"Windows\"" files = [ {file = "fckitlib-0.14.0-cp310-cp310-macosx_13_0_arm64.whl", hash = "sha256:a8043eda6c0055dbef469ccd132e27a6452a52d8c3a0f8309a3dec47c4db5138"}, {file = "fckitlib-0.14.0-cp310-cp310-macosx_13_0_x86_64.whl", hash = "sha256:96048f631a59b4fda957fe9b0742c3ed35ef740a053a974776d57c72e50a0e3a"}, @@ -1296,7 +1296,7 @@ description = "Python bindings for FFmpeg - with complex filtering support" optional = true python-versions = "*" groups = ["main"] -markers = "extra == \"processing\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"processing\"" files = [ {file = "ffmpeg-python-0.2.0.tar.gz", hash = "sha256:65225db34627c578ef0e11c8b1eb528bb35e024752f6f10b78c011f6f64c4127"}, {file = "ffmpeg_python-0.2.0-py3-none-any.whl", hash = "sha256:ac441a0404e053f8b6a1113a77c0f452f1cfc62f6344a769475ffdc0f56c23c5"}, @@ -1327,7 +1327,7 @@ description = "A package to search for shared libraries on various platforms" optional = true python-versions = "*" groups = ["main"] -markers = "extra == \"processing\" or extra == \"grib2\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"grib2\" or extra == \"processing\"" files = [ {file = "findlibs-0.1.2-py3-none-any.whl", hash = "sha256:5348bbc7055d2a505962576c2e285b6c0aae6d749f82ba71296e7d41336e66e8"}, {file = "findlibs-0.1.2.tar.gz", hash = "sha256:1f56d220c69686392ebdc4c65b32ee344818bca633643a8c97592957d1728122"}, @@ -1343,7 +1343,7 @@ description = "Tools to manipulate font files" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"visualization\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"visualization\"" files = [ {file = "fonttools-4.59.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:2a159e36ae530650acd13604f364b3a2477eff7408dcac6a640d74a3744d2514"}, {file = "fonttools-4.59.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8bd733e47bf4c6dee2b2d8af7a1f7b0c091909b22dbb969a29b2b991e61e5ba4"}, @@ -1425,7 +1425,7 @@ description = "A list-like structure which implements collections.abc.MutableSeq optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\"" files = [ {file = "frozenlist-1.7.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:cc4df77d638aa2ed703b878dd093725b72a824c3c546c076e8fdf276f78ee84a"}, {file = "frozenlist-1.7.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:716a9973a2cc963160394f701964fe25012600f3d311f60c790400b00e568b61"}, @@ -1540,7 +1540,7 @@ description = "Clean single-source support for Python 3 and 2" optional = true python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" groups = ["main"] -markers = "extra == \"processing\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"processing\"" files = [ {file = "future-1.0.0-py3-none-any.whl", hash = "sha256:929292d34f5872e70396626ef385ec22355a1fae8ad29e1a734c3e43f9fbc216"}, {file = "future-1.0.0.tar.gz", hash = "sha256:bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05"}, @@ -1668,7 +1668,7 @@ files = [ {file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"}, {file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"}, ] -markers = {main = "extra == \"all\" or extra == \"api\" or extra == \"datatransfer\" or extra == \"connectors\" or extra == \"processing\""} +markers = {main = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\" or extra == \"processing\" or extra == \"api\""} [package.extras] all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"] @@ -1922,7 +1922,7 @@ description = "A fast implementation of the Cassowary constraint solver" optional = true python-versions = ">=3.10" groups = ["main"] -markers = "extra == \"visualization\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"visualization\"" files = [ {file = "kiwisolver-1.4.9-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:b4b4d74bda2b8ebf4da5bd42af11d02d04428b2c32846e4c2c93219df8a7987b"}, {file = "kiwisolver-1.4.9-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:fb3b8132019ea572f4611d770991000d7f58127560c4889729248eb5852a102f"}, @@ -2130,7 +2130,7 @@ description = "Python plotting package" optional = true python-versions = ">=3.10" groups = ["main"] -markers = "extra == \"visualization\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"visualization\"" files = [ {file = "matplotlib-3.10.6-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:bc7316c306d97463a9866b89d5cc217824e799fa0de346c8f68f4f3d27c8693d"}, {file = "matplotlib-3.10.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d00932b0d160ef03f59f9c0e16d1e3ac89646f7785165ce6ad40c842db16cc2e"}, @@ -2257,7 +2257,7 @@ description = "multidict implementation" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\"" files = [ {file = "multidict-6.6.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:b8aa6f0bd8125ddd04a6593437bad6a7e70f300ff4180a531654aa2ab3f6d58f"}, {file = "multidict-6.6.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b9e5853bbd7264baca42ffc53391b490d65fe62849bf2c690fa3f6273dbcd0cb"}, @@ -2376,29 +2376,29 @@ typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.11\""} [[package]] name = "myst-parser" -version = "3.0.1" +version = "4.0.1" description = "An extended [CommonMark](https://spec.commonmark.org/) compliant parser," optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "myst_parser-3.0.1-py3-none-any.whl", hash = "sha256:6457aaa33a5d474aca678b8ead9b3dc298e89c68e67012e73146ea6fd54babf1"}, - {file = "myst_parser-3.0.1.tar.gz", hash = "sha256:88f0cb406cb363b077d176b51c476f62d60604d68a8dcdf4832e080441301a87"}, + {file = "myst_parser-4.0.1-py3-none-any.whl", hash = "sha256:9134e88959ec3b5780aedf8a99680ea242869d012e8821db3126d427edc9c95d"}, + {file = "myst_parser-4.0.1.tar.gz", hash = "sha256:5cfea715e4f3574138aecbf7d54132296bfd72bb614d31168f48c477a830a7c4"}, ] [package.dependencies] -docutils = ">=0.18,<0.22" +docutils = ">=0.19,<0.22" jinja2 = "*" markdown-it-py = ">=3.0,<4.0" -mdit-py-plugins = ">=0.4,<1.0" +mdit-py-plugins = ">=0.4.1,<1.0" pyyaml = "*" -sphinx = ">=6,<8" +sphinx = ">=7,<9" [package.extras] -code-style = ["pre-commit (>=3.0,<4.0)"] +code-style = ["pre-commit (>=4.0,<5.0)"] linkify = ["linkify-it-py (>=2.0,<3.0)"] rtd = ["ipython", "sphinx (>=7)", "sphinx-autodoc2 (>=0.5.0,<0.6.0)", "sphinx-book-theme (>=1.1,<2.0)", "sphinx-copybutton", "sphinx-design", "sphinx-pyscript", "sphinx-tippy (>=0.4.3)", "sphinx-togglebutton", "sphinxext-opengraph (>=0.9.0,<0.10.0)", "sphinxext-rediraffe (>=0.2.7,<0.3.0)"] -testing = ["beautifulsoup4", "coverage[toml]", "defusedxml", "pytest (>=8,<9)", "pytest-cov", "pytest-param-files (>=0.6.0,<0.7.0)", "pytest-regressions", "sphinx-pytest"] +testing = ["beautifulsoup4", "coverage[toml]", "defusedxml", "pygments (<2.19)", "pytest (>=8,<9)", "pytest-cov", "pytest-param-files (>=0.6.0,<0.7.0)", "pytest-regressions", "sphinx-pytest"] testing-docutils = ["pygments", "pytest (>=8,<9)", "pytest-param-files (>=0.6.0,<0.7.0)"] [[package]] @@ -2420,7 +2420,7 @@ description = "Provides an object-oriented python interface to the netCDF versio optional = true python-versions = ">=3.8" groups = ["main"] -markers = "extra == \"processing\" or extra == \"netcdf\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"netcdf\" or extra == \"processing\"" files = [ {file = "netCDF4-1.7.2-cp310-cp310-macosx_12_0_x86_64.whl", hash = "sha256:5e9b485e3bd9294d25ff7dc9addefce42b3d23c1ee7e3627605277d159819392"}, {file = "netCDF4-1.7.2-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:118b476fd00d7e3ab9aa7771186d547da645ae3b49c0c7bdab866793ebf22f07"}, @@ -2546,7 +2546,7 @@ files = [ {file = "packaging-25.0-py3-none-any.whl", hash = "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484"}, {file = "packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"}, ] -markers = {main = "extra == \"processing\" or extra == \"grib2\" or extra == \"all\" or extra == \"visualization\" or extra == \"netcdf\" or extra == \"geotiff\""} +markers = {main = "extra == \"all\" or extra == \"visualization\" or extra == \"grib2\" or extra == \"processing\" or extra == \"geotiff\" or extra == \"netcdf\""} [[package]] name = "pandas" @@ -2555,7 +2555,7 @@ description = "Powerful data structures for data analysis, time series, and stat optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"processing\" or extra == \"all\" or extra == \"visualization\" or extra == \"netcdf\" or extra == \"geotiff\"" +markers = "extra == \"all\" or extra == \"geotiff\" or extra == \"processing\" or extra == \"netcdf\" or extra == \"visualization\"" files = [ {file = "pandas-2.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:52bc29a946304c360561974c6542d1dd628ddafa69134a7131fdfd6a5d7a1a35"}, {file = "pandas-2.3.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:220cc5c35ffaa764dd5bb17cf42df283b5cb7fdf49e10a7b053a06c9cb48ee2b"}, @@ -2675,7 +2675,7 @@ description = "Python Imaging Library (Fork)" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"visualization\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"visualization\"" files = [ {file = "pillow-11.3.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:1b9c17fd4ace828b3003dfd1e30bff24863e0eb59b535e8f80194d9cc7ecf860"}, {file = "pillow-11.3.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:65dc69160114cdd0ca0f35cb434633c75e8e7fad4cf855177a05bf38678f73ad"}, @@ -2857,7 +2857,7 @@ files = [ {file = "prompt_toolkit-3.0.52-py3-none-any.whl", hash = "sha256:9aac639a3bbd33284347de5ad8d68ecc044b91a762dc39b7c21095fcd6a19955"}, {file = "prompt_toolkit-3.0.52.tar.gz", hash = "sha256:28cde192929c8e7321de85de1ddbe736f1375148b02f2e17edd840042b1be855"}, ] -markers = {main = "extra == \"wizard\" or extra == \"all\""} +markers = {main = "extra == \"all\" or extra == \"wizard\""} [package.dependencies] wcwidth = "*" @@ -2869,7 +2869,7 @@ description = "Accelerated property cache" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\"" files = [ {file = "propcache-0.3.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:22d9962a358aedbb7a2e36187ff273adeaab9743373a272976d2e348d08c7770"}, {file = "propcache-0.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0d0fda578d1dc3f77b6b5a5dce3b9ad69a8250a891760a548df850a5e8da87f3"}, @@ -2978,7 +2978,7 @@ description = "" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"processing\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"processing\"" files = [ {file = "protobuf-6.32.1-cp310-abi3-win32.whl", hash = "sha256:a8a32a84bc9f2aad712041b8b366190f71dde248926da517bde9e832e4412085"}, {file = "protobuf-6.32.1-cp310-abi3-win_amd64.whl", hash = "sha256:b00a7d8c25fa471f16bc8153d0e53d6c9e827f0953f3c09aaa4331c718cae5e1"}, @@ -3066,7 +3066,7 @@ files = [ {file = "pycparser-2.23-py3-none-any.whl", hash = "sha256:e5c6e8d3fbad53479cab09ac03729e0a9faf2bee3db8208a550daf5af81a5934"}, {file = "pycparser-2.23.tar.gz", hash = "sha256:78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2"}, ] -markers = {main = "(extra == \"processing\" or extra == \"grib2\" or extra == \"all\") and implementation_name != \"PyPy\"", dev = "(os_name == \"nt\" or implementation_name == \"pypy\") and implementation_name != \"PyPy\""} +markers = {main = "(extra == \"all\" or extra == \"grib2\" or extra == \"processing\") and implementation_name != \"PyPy\"", dev = "(os_name == \"nt\" or implementation_name == \"pypy\") and implementation_name != \"PyPy\""} [[package]] name = "pydantic" @@ -3226,7 +3226,7 @@ description = "Python module for reading/writing GRIB files" optional = true python-versions = ">=3.7" groups = ["main"] -markers = "extra == \"processing\" or extra == \"grib2\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"grib2\" or extra == \"processing\"" files = [ {file = "pygrib-2.1.6-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:354028fcfc5f29dbebe16da2df3c8cf41383818cf27a43adfa6cc1a4e43c249b"}, {file = "pygrib-2.1.6-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:06b3fb25889225a599a908fdb8d4590ab30a2738048d877725f90b6a2a777983"}, @@ -3277,7 +3277,7 @@ description = "pyparsing module - Classes and methods to define and execute pars optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"visualization\" or extra == \"all\" or extra == \"processing\" or extra == \"geotiff\"" +markers = "extra == \"all\" or extra == \"visualization\" or extra == \"geotiff\" or extra == \"processing\"" files = [ {file = "pyparsing-3.2.3-py3-none-any.whl", hash = "sha256:a749938e02d6fd0b59b356ca504a24982314bb090c383e3cf201c95ef7e2bfcf"}, {file = "pyparsing-3.2.3.tar.gz", hash = "sha256:b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be"}, @@ -3293,7 +3293,7 @@ description = "Python interface to PROJ (cartographic projections and coordinate optional = true python-versions = ">=3.10" groups = ["main"] -markers = "python_version == \"3.10\" and (extra == \"processing\" or extra == \"grib2\" or extra == \"all\" or extra == \"visualization\" or extra == \"geotiff\")" +markers = "python_version == \"3.10\" and (extra == \"all\" or extra == \"visualization\" or extra == \"grib2\" or extra == \"processing\" or extra == \"geotiff\")" files = [ {file = "pyproj-3.7.1-cp310-cp310-macosx_13_0_x86_64.whl", hash = "sha256:bf09dbeb333c34e9c546364e7df1ff40474f9fddf9e70657ecb0e4f670ff0b0e"}, {file = "pyproj-3.7.1-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:6575b2e53cc9e3e461ad6f0692a5564b96e7782c28631c7771c668770915e169"}, @@ -3340,7 +3340,7 @@ description = "Python interface to PROJ (cartographic projections and coordinate optional = true python-versions = ">=3.11" groups = ["main"] -markers = "python_version >= \"3.11\" and (extra == \"processing\" or extra == \"grib2\" or extra == \"all\" or extra == \"visualization\" or extra == \"geotiff\")" +markers = "python_version >= \"3.11\" and (extra == \"all\" or extra == \"visualization\" or extra == \"grib2\" or extra == \"processing\" or extra == \"geotiff\")" files = [ {file = "pyproj-3.7.2-cp311-cp311-macosx_13_0_x86_64.whl", hash = "sha256:2514d61f24c4e0bb9913e2c51487ecdaeca5f8748d8313c933693416ca41d4d5"}, {file = "pyproj-3.7.2-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:8693ca3892d82e70de077701ee76dd13d7bca4ae1c9d1e739d72004df015923a"}, @@ -3409,7 +3409,7 @@ description = "Pure Python read/write support for ESRI Shapefile format" optional = true python-versions = ">=2.7" groups = ["main"] -markers = "extra == \"visualization\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"visualization\"" files = [ {file = "pyshp-2.3.1-py2.py3-none-any.whl", hash = "sha256:67024c0ccdc352ba5db777c4e968483782dfa78f8e200672a90d2d30fd8b7b49"}, {file = "pyshp-2.3.1.tar.gz", hash = "sha256:4caec82fd8dd096feba8217858068bacb2a3b5950f43c048c6dc32a3489d5af1"}, @@ -3535,7 +3535,7 @@ description = "World timezone definitions, modern and historical" optional = true python-versions = "*" groups = ["main"] -markers = "extra == \"processing\" or extra == \"all\" or extra == \"visualization\" or extra == \"netcdf\" or extra == \"geotiff\"" +markers = "extra == \"all\" or extra == \"geotiff\" or extra == \"processing\" or extra == \"netcdf\" or extra == \"visualization\"" files = [ {file = "pytz-2025.2-py2.py3-none-any.whl", hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00"}, {file = "pytz-2025.2.tar.gz", hash = "sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3"}, @@ -3548,7 +3548,7 @@ description = "Simple interaction with the Vimeo API." optional = true python-versions = ">=3.5" groups = ["main"] -markers = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\"" files = [ {file = "pyvimeo-1.1.2.tar.gz", hash = "sha256:708a4f7f8f1a40d66e93b5cfed29ec8a69a8b53582e7d692e6b842f25b727c10"}, ] @@ -3763,7 +3763,7 @@ description = "Fast and direct raster I/O for use with Numpy and SciPy" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"processing\" or extra == \"geotiff\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"geotiff\" or extra == \"processing\"" files = [ {file = "rasterio-1.4.3-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:80f994b92e5dda78f13291710bd5c43efcfd164f69a8a2c20489115df9d178c8"}, {file = "rasterio-1.4.3-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:1a6e6ca9ec361599b48c9918ce25adb1a9203b8c8ca9b34ad78dccb3aef7945a"}, @@ -3838,7 +3838,7 @@ files = [ {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"}, {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"}, ] -markers = {main = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\" or extra == \"processing\""} +markers = {main = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\" or extra == \"processing\""} [package.dependencies] certifi = ">=2017.4.17" @@ -3857,7 +3857,7 @@ description = "geospatial xarray extension powered by rasterio" optional = true python-versions = ">=3.10" groups = ["main"] -markers = "extra == \"processing\" or extra == \"geotiff\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"geotiff\" or extra == \"processing\"" files = [ {file = "rioxarray-0.15.7-py3-none-any.whl", hash = "sha256:c36b4014193637d2f3b9af556eba9a86cc7d5d524a8af3c79208544b71af00fe"}, {file = "rioxarray-0.15.7.tar.gz", hash = "sha256:a09cda8d87aae0e2be6eca0d08ae39b4f3717892e184330cd62958a8726a187d"}, @@ -3944,7 +3944,7 @@ description = "Fundamental algorithms for scientific computing in Python" optional = true python-versions = ">=3.10" groups = ["main"] -markers = "python_version == \"3.10\" and (extra == \"processing\" or extra == \"visualization\" or extra == \"all\")" +markers = "extra == \"all\" or extra == \"processing\" or extra == \"visualization\"" files = [ {file = "scipy-1.15.3-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:a345928c86d535060c9c2b25e71e87c39ab2f22fc96e9636bd74d1dbf9de448c"}, {file = "scipy-1.15.3-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:ad3432cb0f9ed87477a8d97f03b763fd1d57709f1bbde3c9369b1dff5503b253"}, @@ -4002,86 +4002,6 @@ dev = ["cython-lint (>=0.12.2)", "doit (>=0.36.0)", "mypy (==1.10.0)", "pycodest doc = ["intersphinx_registry", "jupyterlite-pyodide-kernel", "jupyterlite-sphinx (>=0.19.1)", "jupytext", "matplotlib (>=3.5)", "myst-nb", "numpydoc", "pooch", "pydata-sphinx-theme (>=0.15.2)", "sphinx (>=5.0.0,<8.0.0)", "sphinx-copybutton", "sphinx-design (>=0.4.0)"] test = ["Cython", "array-api-strict (>=2.0,<2.1.1)", "asv", "gmpy2", "hypothesis (>=6.30)", "meson", "mpmath", "ninja ; sys_platform != \"emscripten\"", "pooch", "pytest", "pytest-cov", "pytest-timeout", "pytest-xdist", "scikit-umfpack", "threadpoolctl"] -[[package]] -name = "scipy" -version = "1.16.2" -description = "Fundamental algorithms for scientific computing in Python" -optional = true -python-versions = ">=3.11" -groups = ["main"] -markers = "python_version >= \"3.11\" and (extra == \"processing\" or extra == \"visualization\" or extra == \"all\")" -files = [ - {file = "scipy-1.16.2-cp311-cp311-macosx_10_14_x86_64.whl", hash = "sha256:6ab88ea43a57da1af33292ebd04b417e8e2eaf9d5aa05700be8d6e1b6501cd92"}, - {file = "scipy-1.16.2-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:c95e96c7305c96ede73a7389f46ccd6c659c4da5ef1b2789466baeaed3622b6e"}, - {file = "scipy-1.16.2-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:87eb178db04ece7c698220d523c170125dbffebb7af0345e66c3554f6f60c173"}, - {file = "scipy-1.16.2-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:4e409eac067dcee96a57fbcf424c13f428037827ec7ee3cb671ff525ca4fc34d"}, - {file = "scipy-1.16.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:e574be127bb760f0dad24ff6e217c80213d153058372362ccb9555a10fc5e8d2"}, - {file = "scipy-1.16.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:f5db5ba6188d698ba7abab982ad6973265b74bb40a1efe1821b58c87f73892b9"}, - {file = "scipy-1.16.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ec6e74c4e884104ae006d34110677bfe0098203a3fec2f3faf349f4cb05165e3"}, - {file = "scipy-1.16.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:912f46667d2d3834bc3d57361f854226475f695eb08c08a904aadb1c936b6a88"}, - {file = "scipy-1.16.2-cp311-cp311-win_amd64.whl", hash = "sha256:91e9e8a37befa5a69e9cacbe0bcb79ae5afb4a0b130fd6db6ee6cc0d491695fa"}, - {file = "scipy-1.16.2-cp311-cp311-win_arm64.whl", hash = "sha256:f3bf75a6dcecab62afde4d1f973f1692be013110cad5338007927db8da73249c"}, - {file = "scipy-1.16.2-cp312-cp312-macosx_10_14_x86_64.whl", hash = "sha256:89d6c100fa5c48472047632e06f0876b3c4931aac1f4291afc81a3644316bb0d"}, - {file = "scipy-1.16.2-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:ca748936cd579d3f01928b30a17dc474550b01272d8046e3e1ee593f23620371"}, - {file = "scipy-1.16.2-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:fac4f8ce2ddb40e2e3d0f7ec36d2a1e7f92559a2471e59aec37bd8d9de01fec0"}, - {file = "scipy-1.16.2-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:033570f1dcefd79547a88e18bccacff025c8c647a330381064f561d43b821232"}, - {file = "scipy-1.16.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:ea3421209bf00c8a5ef2227de496601087d8f638a2363ee09af059bd70976dc1"}, - {file = "scipy-1.16.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:f66bd07ba6f84cd4a380b41d1bf3c59ea488b590a2ff96744845163309ee8e2f"}, - {file = "scipy-1.16.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:5e9feab931bd2aea4a23388c962df6468af3d808ddf2d40f94a81c5dc38f32ef"}, - {file = "scipy-1.16.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:03dfc75e52f72cf23ec2ced468645321407faad8f0fe7b1f5b49264adbc29cb1"}, - {file = "scipy-1.16.2-cp312-cp312-win_amd64.whl", hash = "sha256:0ce54e07bbb394b417457409a64fd015be623f36e330ac49306433ffe04bc97e"}, - {file = "scipy-1.16.2-cp312-cp312-win_arm64.whl", hash = "sha256:2a8ffaa4ac0df81a0b94577b18ee079f13fecdb924df3328fc44a7dc5ac46851"}, - {file = "scipy-1.16.2-cp313-cp313-macosx_10_14_x86_64.whl", hash = "sha256:84f7bf944b43e20b8a894f5fe593976926744f6c185bacfcbdfbb62736b5cc70"}, - {file = "scipy-1.16.2-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:5c39026d12edc826a1ef2ad35ad1e6d7f087f934bb868fc43fa3049c8b8508f9"}, - {file = "scipy-1.16.2-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:e52729ffd45b68777c5319560014d6fd251294200625d9d70fd8626516fc49f5"}, - {file = "scipy-1.16.2-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:024dd4a118cccec09ca3209b7e8e614931a6ffb804b2a601839499cb88bdf925"}, - {file = "scipy-1.16.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7a5dc7ee9c33019973a470556081b0fd3c9f4c44019191039f9769183141a4d9"}, - {file = "scipy-1.16.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c2275ff105e508942f99d4e3bc56b6ef5e4b3c0af970386ca56b777608ce95b7"}, - {file = "scipy-1.16.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:af80196eaa84f033e48444d2e0786ec47d328ba00c71e4299b602235ffef9acb"}, - {file = "scipy-1.16.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9fb1eb735fe3d6ed1f89918224e3385fbf6f9e23757cacc35f9c78d3b712dd6e"}, - {file = "scipy-1.16.2-cp313-cp313-win_amd64.whl", hash = "sha256:fda714cf45ba43c9d3bae8f2585c777f64e3f89a2e073b668b32ede412d8f52c"}, - {file = "scipy-1.16.2-cp313-cp313-win_arm64.whl", hash = "sha256:2f5350da923ccfd0b00e07c3e5cfb316c1c0d6c1d864c07a72d092e9f20db104"}, - {file = "scipy-1.16.2-cp313-cp313t-macosx_10_14_x86_64.whl", hash = "sha256:53d8d2ee29b925344c13bda64ab51785f016b1b9617849dac10897f0701b20c1"}, - {file = "scipy-1.16.2-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:9e05e33657efb4c6a9d23bd8300101536abd99c85cca82da0bffff8d8764d08a"}, - {file = "scipy-1.16.2-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:7fe65b36036357003b3ef9d37547abeefaa353b237e989c21027b8ed62b12d4f"}, - {file = "scipy-1.16.2-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:6406d2ac6d40b861cccf57f49592f9779071655e9f75cd4f977fa0bdd09cb2e4"}, - {file = "scipy-1.16.2-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:ff4dc42bd321991fbf611c23fc35912d690f731c9914bf3af8f417e64aca0f21"}, - {file = "scipy-1.16.2-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:654324826654d4d9133e10675325708fb954bc84dae6e9ad0a52e75c6b1a01d7"}, - {file = "scipy-1.16.2-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:63870a84cd15c44e65220eaed2dac0e8f8b26bbb991456a033c1d9abfe8a94f8"}, - {file = "scipy-1.16.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:fa01f0f6a3050fa6a9771a95d5faccc8e2f5a92b4a2e5440a0fa7264a2398472"}, - {file = "scipy-1.16.2-cp313-cp313t-win_amd64.whl", hash = "sha256:116296e89fba96f76353a8579820c2512f6e55835d3fad7780fece04367de351"}, - {file = "scipy-1.16.2-cp313-cp313t-win_arm64.whl", hash = "sha256:98e22834650be81d42982360382b43b17f7ba95e0e6993e2a4f5b9ad9283a94d"}, - {file = "scipy-1.16.2-cp314-cp314-macosx_10_14_x86_64.whl", hash = "sha256:567e77755019bb7461513c87f02bb73fb65b11f049aaaa8ca17cfaa5a5c45d77"}, - {file = "scipy-1.16.2-cp314-cp314-macosx_12_0_arm64.whl", hash = "sha256:17d9bb346194e8967296621208fcdfd39b55498ef7d2f376884d5ac47cec1a70"}, - {file = "scipy-1.16.2-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:0a17541827a9b78b777d33b623a6dcfe2ef4a25806204d08ead0768f4e529a88"}, - {file = "scipy-1.16.2-cp314-cp314-macosx_14_0_x86_64.whl", hash = "sha256:d7d4c6ba016ffc0f9568d012f5f1eb77ddd99412aea121e6fa8b4c3b7cbad91f"}, - {file = "scipy-1.16.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:9702c4c023227785c779cba2e1d6f7635dbb5b2e0936cdd3a4ecb98d78fd41eb"}, - {file = "scipy-1.16.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:d1cdf0ac28948d225decdefcc45ad7dd91716c29ab56ef32f8e0d50657dffcc7"}, - {file = "scipy-1.16.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:70327d6aa572a17c2941cdfb20673f82e536e91850a2e4cb0c5b858b690e1548"}, - {file = "scipy-1.16.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5221c0b2a4b58aa7c4ed0387d360fd90ee9086d383bb34d9f2789fafddc8a936"}, - {file = "scipy-1.16.2-cp314-cp314-win_amd64.whl", hash = "sha256:f5a85d7b2b708025af08f060a496dd261055b617d776fc05a1a1cc69e09fe9ff"}, - {file = "scipy-1.16.2-cp314-cp314-win_arm64.whl", hash = "sha256:2cc73a33305b4b24556957d5857d6253ce1e2dcd67fa0ff46d87d1670b3e1e1d"}, - {file = "scipy-1.16.2-cp314-cp314t-macosx_10_14_x86_64.whl", hash = "sha256:9ea2a3fed83065d77367775d689401a703d0f697420719ee10c0780bcab594d8"}, - {file = "scipy-1.16.2-cp314-cp314t-macosx_12_0_arm64.whl", hash = "sha256:7280d926f11ca945c3ef92ba960fa924e1465f8d07ce3a9923080363390624c4"}, - {file = "scipy-1.16.2-cp314-cp314t-macosx_14_0_arm64.whl", hash = "sha256:8afae1756f6a1fe04636407ef7dbece33d826a5d462b74f3d0eb82deabefd831"}, - {file = "scipy-1.16.2-cp314-cp314t-macosx_14_0_x86_64.whl", hash = "sha256:5c66511f29aa8d233388e7416a3f20d5cae7a2744d5cee2ecd38c081f4e861b3"}, - {file = "scipy-1.16.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:efe6305aeaa0e96b0ccca5ff647a43737d9a092064a3894e46c414db84bc54ac"}, - {file = "scipy-1.16.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7f3a337d9ae06a1e8d655ee9d8ecb835ea5ddcdcbd8d23012afa055ab014f374"}, - {file = "scipy-1.16.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:bab3605795d269067d8ce78a910220262711b753de8913d3deeaedb5dded3bb6"}, - {file = "scipy-1.16.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:b0348d8ddb55be2a844c518cd8cc8deeeb8aeba707cf834db5758fc89b476a2c"}, - {file = "scipy-1.16.2-cp314-cp314t-win_amd64.whl", hash = "sha256:26284797e38b8a75e14ea6631d29bda11e76ceaa6ddb6fdebbfe4c4d90faf2f9"}, - {file = "scipy-1.16.2-cp314-cp314t-win_arm64.whl", hash = "sha256:d2a4472c231328d4de38d5f1f68fdd6d28a615138f842580a8a321b5845cf779"}, - {file = "scipy-1.16.2.tar.gz", hash = "sha256:af029b153d243a80afb6eabe40b0a07f8e35c9adc269c019f364ad747f826a6b"}, -] - -[package.dependencies] -numpy = ">=1.25.2,<2.6" - -[package.extras] -dev = ["cython-lint (>=0.12.2)", "doit (>=0.36.0)", "mypy (==1.10.0)", "pycodestyle", "pydevtool", "rich-click", "ruff (>=0.0.292)", "types-psutil", "typing_extensions"] -doc = ["intersphinx_registry", "jupyterlite-pyodide-kernel", "jupyterlite-sphinx (>=0.19.1)", "jupytext", "linkify-it-py", "matplotlib (>=3.5)", "myst-nb (>=1.2.0)", "numpydoc", "pooch", "pydata-sphinx-theme (>=0.15.2)", "sphinx (>=5.0.0,<8.2.0)", "sphinx-copybutton", "sphinx-design (>=0.4.0)"] -test = ["Cython", "array-api-strict (>=2.3.1)", "asv", "gmpy2", "hypothesis (>=6.30)", "meson", "mpmath", "ninja ; sys_platform != \"emscripten\"", "pooch", "pytest (>=8.0.0)", "pytest-cov", "pytest-timeout", "pytest-xdist", "scikit-umfpack", "threadpoolctl"] - [[package]] name = "shapely" version = "2.1.1" @@ -4089,7 +4009,7 @@ description = "Manipulation and analysis of geometric objects" optional = true python-versions = ">=3.10" groups = ["main"] -markers = "extra == \"visualization\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"visualization\"" files = [ {file = "shapely-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d8ccc872a632acb7bdcb69e5e78df27213f7efd195882668ffba5405497337c6"}, {file = "shapely-2.1.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f24f2ecda1e6c091da64bcbef8dd121380948074875bd1b247b3d17e99407099"}, @@ -4148,7 +4068,7 @@ description = "A collection of Python utilities for interacting with the Unidata optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" groups = ["main"] -markers = "extra == \"processing\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"processing\"" files = [ {file = "siphon-0.9-py2.py3-none-any.whl", hash = "sha256:74dc27a9fc2d848da189079fcd60422cffcc230dbd13d0be2ff68398f0a8754a"}, {file = "siphon-0.9.tar.gz", hash = "sha256:ade3c1f948500085cae619cd6ea75fd5d5e9c9a5377729f09869560588e6999d"}, @@ -4224,7 +4144,7 @@ description = "A modern CSS selector implementation for Beautiful Soup." optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"processing\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"processing\"" files = [ {file = "soupsieve-2.8-py3-none-any.whl", hash = "sha256:0cc76456a30e20f5d7f2e14a98a4ae2ee4e5abdc7c5ea0aafe795f344bc7984c"}, {file = "soupsieve-2.8.tar.gz", hash = "sha256:e2dd4a40a628cb5f28f6d4b0db8800b8f581b65bb380b97de22ba5ca8d72572f"}, @@ -4412,7 +4332,7 @@ description = "TinyDB is a tiny, document oriented database optimized for your h optional = true python-versions = "<4.0,>=3.8" groups = ["main"] -markers = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\"" files = [ {file = "tinydb-4.8.2-py3-none-any.whl", hash = "sha256:f97030ee5cbc91eeadd1d7af07ab0e48ceb04aa63d4a983adbaca4cba16e86c3"}, {file = "tinydb-4.8.2.tar.gz", hash = "sha256:f7dfc39b8d7fda7a1ca62a8dbb449ffd340a117c1206b68c50b1a481fb95181d"}, @@ -4527,7 +4447,7 @@ description = "A Python client for the tus resumable upload protocol -> http:// optional = true python-versions = ">=3.5.3" groups = ["main"] -markers = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\"" files = [ {file = "tuspy-1.1.0-py3-none-any.whl", hash = "sha256:7fc5ac8fb25de37c96c90213f83a1ffdede7f48a471cb5a15a2f57846828a79a"}, {file = "tuspy-1.1.0.tar.gz", hash = "sha256:156734eac5c61a046cfecd70f14119f05be92cce198eb5a1a99a664482bedb89"}, @@ -4553,7 +4473,7 @@ files = [ {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"}, {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"}, ] -markers = {main = "(extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\" or extra == \"api\" or extra == \"processing\") and (python_version <= \"3.12\" or extra == \"all\" or extra == \"api\" or extra == \"processing\")", dev = "python_version <= \"3.12\""} +markers = {main = "(extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\" or extra == \"api\" or extra == \"processing\") and (python_version < \"3.13\" or extra == \"all\" or extra == \"api\" or extra == \"processing\")", dev = "python_version < \"3.13\""} [[package]] name = "typing-inspection" @@ -4578,7 +4498,7 @@ description = "Provider of IANA time zone data" optional = true python-versions = ">=2" groups = ["main"] -markers = "extra == \"processing\" or extra == \"all\" or extra == \"visualization\" or extra == \"netcdf\" or extra == \"geotiff\"" +markers = "extra == \"all\" or extra == \"geotiff\" or extra == \"processing\" or extra == \"netcdf\" or extra == \"visualization\"" files = [ {file = "tzdata-2025.2-py2.py3-none-any.whl", hash = "sha256:1a403fada01ff9221ca8044d701868fa132215d84beb92242d9acd2147f667a8"}, {file = "tzdata-2025.2.tar.gz", hash = "sha256:b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9"}, @@ -4656,7 +4576,7 @@ files = [ {file = "wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859"}, {file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"}, ] -markers = {main = "extra == \"wizard\" or extra == \"all\""} +markers = {main = "extra == \"all\" or extra == \"wizard\""} [[package]] name = "websockets" @@ -4746,7 +4666,7 @@ description = "N-D labeled arrays and datasets in Python" optional = true python-versions = ">=3.10" groups = ["main"] -markers = "extra == \"processing\" or extra == \"visualization\" or extra == \"netcdf\" or extra == \"all\" or extra == \"geotiff\"" +markers = "extra == \"all\" or extra == \"geotiff\" or extra == \"processing\" or extra == \"netcdf\" or extra == \"visualization\"" files = [ {file = "xarray-2024.11.0-py3-none-any.whl", hash = "sha256:6ee94f63ddcbdd0cf3909d1177f78cdac756640279c0e32ae36819a89cdaba37"}, {file = "xarray-2024.11.0.tar.gz", hash = "sha256:1ccace44573ddb862e210ad3ec204210654d2c750bec11bbe7d842dfc298591f"}, @@ -4773,7 +4693,7 @@ description = "Yet another URL library" optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"datatransfer\" or extra == \"connectors\" or extra == \"all\"" +markers = "extra == \"all\" or extra == \"connectors\" or extra == \"datatransfer\"" files = [ {file = "yarl-1.20.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:6032e6da6abd41e4acda34d75a816012717000fa6839f37124a47fcefc49bec4"}, {file = "yarl-1.20.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2c7b34d804b8cf9b214f05015c4fee2ebe7ed05cf581e7192c06555c71f4446a"}, @@ -4904,4 +4824,4 @@ ws = ["websockets"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "0fcea1dfd9d08ce786de2ea0d91a5d89c6cfdb182d879157f539c6ce31c54388" +content-hash = "bfc85459fa2d5aa986a6cc40e09428b7bd1dc4d7dcb0e8ef78ac393f1440bf79" diff --git a/pyproject.toml b/pyproject.toml index 9c9541e4..c384fa26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -199,7 +199,7 @@ ruff = "^0.6.4" ipykernel = "^6.30.1" httpx = "^0.27.0" trio = "^0.25.0" -myst-parser = "^3.0.1" +myst-parser = ">=3.0.1,<5.0.0" sphinx = "^7.4.7" boto3 = "^1.17" pre-commit = "^3.7"