From f84fabb75678cca02b3fee7682cfb8ed4f059c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:25:11 +0100 Subject: [PATCH] Bump the python-requirements group across 1 directory with 4 updates (#831) * Bump the python-requirements group across 1 directory with 4 updates Bumps the python-requirements group with 4 updates in the / directory: [upolygon](https://github.com/v7labs/upolygon), [responses](https://github.com/getsentry/responses), [ruff](https://github.com/astral-sh/ruff) and [validate-pyproject](https://github.com/abravalheri/validate-pyproject). Updates `upolygon` from 0.1.10 to 0.1.11 - [Release notes](https://github.com/v7labs/upolygon/releases) - [Commits](https://github.com/v7labs/upolygon/compare/v0.1.10...v0.1.11) Updates `responses` from 0.22.0 to 0.25.0 - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.22.0...0.25.0) Updates `ruff` from 0.3.7 to 0.4.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.7...v0.4.2) Updates `validate-pyproject` from 0.15 to 0.16 - [Release notes](https://github.com/abravalheri/validate-pyproject/releases) - [Changelog](https://github.com/abravalheri/validate-pyproject/blob/main/CHANGELOG.rst) - [Commits](https://github.com/abravalheri/validate-pyproject/compare/v0.15...v0.16) --- updated-dependencies: - dependency-name: upolygon dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: responses dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: validate-pyproject dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] * Formatting --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Wilkie --- poetry.lock | 128 ++++++++++-------- pyproject.toml | 8 +- .../exporter/formats/export_mask_test.py | 1 - 3 files changed, 79 insertions(+), 58 deletions(-) diff --git a/poetry.lock b/poetry.lock index 53dd627a9..69b4d6df1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "albumentations" @@ -1533,23 +1533,22 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "responses" -version = "0.22.0" +version = "0.25.0" description = "A utility library for mocking out the `requests` Python library." optional = true -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "responses-0.22.0-py3-none-any.whl", hash = "sha256:dcf294d204d14c436fddcc74caefdbc5764795a40ff4e6a7740ed8ddbf3294be"}, - {file = "responses-0.22.0.tar.gz", hash = "sha256:396acb2a13d25297789a5866b4881cf4e46ffd49cc26c43ab1117f40b973102e"}, + {file = "responses-0.25.0-py3-none-any.whl", hash = "sha256:2f0b9c2b6437db4b528619a77e5d565e4ec2a9532162ac1a131a83529db7be1a"}, + {file = "responses-0.25.0.tar.gz", hash = "sha256:01ae6a02b4f34e39bffceb0fc6786b67a25eae919c6368d05eabc8d9576c2a66"}, ] [package.dependencies] -requests = ">=2.22.0,<3.0" -toml = "*" -types-toml = "*" -urllib3 = ">=1.25.10" +pyyaml = "*" +requests = ">=2.30.0,<3.0" +urllib3 = ">=1.25.10,<3.0" [package.extras] -tests = ["coverage (>=6.0.0)", "flake8", "mypy", "pytest (>=7.0.0)", "pytest-asyncio", "pytest-cov", "pytest-httpserver", "types-requests"] +tests = ["coverage (>=6.0.0)", "flake8", "mypy", "pytest (>=7.0.0)", "pytest-asyncio", "pytest-cov", "pytest-httpserver", "tomli", "tomli-w", "types-PyYAML", "types-requests"] [[package]] name = "rich" @@ -1680,28 +1679,28 @@ files = [ [[package]] name = "ruff" -version = "0.3.7" +version = "0.4.2" description = "An extremely fast Python linter and code formatter, written in Rust." optional = true python-versions = ">=3.7" files = [ - {file = "ruff-0.3.7-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:0e8377cccb2f07abd25e84fc5b2cbe48eeb0fea9f1719cad7caedb061d70e5ce"}, - {file = "ruff-0.3.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:15a4d1cc1e64e556fa0d67bfd388fed416b7f3b26d5d1c3e7d192c897e39ba4b"}, - {file = "ruff-0.3.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d28bdf3d7dc71dd46929fafeec98ba89b7c3550c3f0978e36389b5631b793663"}, - {file = "ruff-0.3.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:379b67d4f49774ba679593b232dcd90d9e10f04d96e3c8ce4a28037ae473f7bb"}, - {file = "ruff-0.3.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c060aea8ad5ef21cdfbbe05475ab5104ce7827b639a78dd55383a6e9895b7c51"}, - {file = "ruff-0.3.7-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:ebf8f615dde968272d70502c083ebf963b6781aacd3079081e03b32adfe4d58a"}, - {file = "ruff-0.3.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d48098bd8f5c38897b03604f5428901b65e3c97d40b3952e38637b5404b739a2"}, - {file = "ruff-0.3.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:da8a4fda219bf9024692b1bc68c9cff4b80507879ada8769dc7e985755d662ea"}, - {file = "ruff-0.3.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c44e0149f1d8b48c4d5c33d88c677a4aa22fd09b1683d6a7ff55b816b5d074f"}, - {file = "ruff-0.3.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:3050ec0af72b709a62ecc2aca941b9cd479a7bf2b36cc4562f0033d688e44fa1"}, - {file = "ruff-0.3.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:a29cc38e4c1ab00da18a3f6777f8b50099d73326981bb7d182e54a9a21bb4ff7"}, - {file = "ruff-0.3.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:5b15cc59c19edca917f51b1956637db47e200b0fc5e6e1878233d3a938384b0b"}, - {file = "ruff-0.3.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:e491045781b1e38b72c91247cf4634f040f8d0cb3e6d3d64d38dcf43616650b4"}, - {file = "ruff-0.3.7-py3-none-win32.whl", hash = "sha256:bc931de87593d64fad3a22e201e55ad76271f1d5bfc44e1a1887edd0903c7d9f"}, - {file = "ruff-0.3.7-py3-none-win_amd64.whl", hash = "sha256:5ef0e501e1e39f35e03c2acb1d1238c595b8bb36cf7a170e7c1df1b73da00e74"}, - {file = "ruff-0.3.7-py3-none-win_arm64.whl", hash = "sha256:789e144f6dc7019d1f92a812891c645274ed08af6037d11fc65fcbc183b7d59f"}, - {file = "ruff-0.3.7.tar.gz", hash = "sha256:d5c1aebee5162c2226784800ae031f660c350e7a3402c4d1f8ea4e97e232e3ba"}, + {file = "ruff-0.4.2-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:8d14dc8953f8af7e003a485ef560bbefa5f8cc1ad994eebb5b12136049bbccc5"}, + {file = "ruff-0.4.2-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:24016ed18db3dc9786af103ff49c03bdf408ea253f3cb9e3638f39ac9cf2d483"}, + {file = "ruff-0.4.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0e2e06459042ac841ed510196c350ba35a9b24a643e23db60d79b2db92af0c2b"}, + {file = "ruff-0.4.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3afabaf7ba8e9c485a14ad8f4122feff6b2b93cc53cd4dad2fd24ae35112d5c5"}, + {file = "ruff-0.4.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:799eb468ea6bc54b95527143a4ceaf970d5aa3613050c6cff54c85fda3fde480"}, + {file = "ruff-0.4.2-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:ec4ba9436a51527fb6931a8839af4c36a5481f8c19e8f5e42c2f7ad3a49f5069"}, + {file = "ruff-0.4.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6a2243f8f434e487c2a010c7252150b1fdf019035130f41b77626f5655c9ca22"}, + {file = "ruff-0.4.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8772130a063f3eebdf7095da00c0b9898bd1774c43b336272c3e98667d4fb8fa"}, + {file = "ruff-0.4.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6ab165ef5d72392b4ebb85a8b0fbd321f69832a632e07a74794c0e598e7a8376"}, + {file = "ruff-0.4.2-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:1f32cadf44c2020e75e0c56c3408ed1d32c024766bd41aedef92aa3ca28eef68"}, + {file = "ruff-0.4.2-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:22e306bf15e09af45ca812bc42fa59b628646fa7c26072555f278994890bc7ac"}, + {file = "ruff-0.4.2-py3-none-musllinux_1_2_i686.whl", hash = "sha256:82986bb77ad83a1719c90b9528a9dd663c9206f7c0ab69282af8223566a0c34e"}, + {file = "ruff-0.4.2-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:652e4ba553e421a6dc2a6d4868bc3b3881311702633eb3672f9f244ded8908cd"}, + {file = "ruff-0.4.2-py3-none-win32.whl", hash = "sha256:7891ee376770ac094da3ad40c116258a381b86c7352552788377c6eb16d784fe"}, + {file = "ruff-0.4.2-py3-none-win_amd64.whl", hash = "sha256:5ec481661fb2fd88a5d6cf1f83403d388ec90f9daaa36e40e2c003de66751798"}, + {file = "ruff-0.4.2-py3-none-win_arm64.whl", hash = "sha256:cbd1e87c71bca14792948c4ccb51ee61c3296e164019d2d484f3eaa2d360dfaf"}, + {file = "ruff-0.4.2.tar.gz", hash = "sha256:33bcc160aee2520664bc0859cfeaebc84bb7323becff3f303b8f1f2d81cb4edc"}, ] [[package]] @@ -2025,17 +2024,6 @@ files = [ [package.dependencies] urllib3 = ">=2" -[[package]] -name = "types-toml" -version = "0.10.8.20240310" -description = "Typing stubs for toml" -optional = true -python-versions = ">=3.8" -files = [ - {file = "types-toml-0.10.8.20240310.tar.gz", hash = "sha256:3d41501302972436a6b8b239c850b26689657e25281b48ff0ec06345b8830331"}, - {file = "types_toml-0.10.8.20240310-py3-none-any.whl", hash = "sha256:627b47775d25fa29977d9c70dc0cbab3f314f32c8d8d0c012f2ef5de7aaec05d"}, -] - [[package]] name = "typing-extensions" version = "4.11.0" @@ -2049,20 +2037,54 @@ files = [ [[package]] name = "upolygon" -version = "0.1.10" +version = "0.1.11" description = "Collection of fast polygon operations for DL" optional = false python-versions = ">=3.6" files = [ - {file = "upolygon-0.1.10-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:363c0e10768c64da5563242d4c4b0a83ff001d7d482b41bf8817381e31d61e26"}, - {file = "upolygon-0.1.10-cp310-cp310-win_amd64.whl", hash = "sha256:480749a637feaab7da667be4c62f64472082ef74c9059ec2130ab8a3e2f4411d"}, - {file = "upolygon-0.1.10-cp37-cp37m-macosx_10_15_x86_64.whl", hash = "sha256:c0604ce5536f9fc43f17020e0d71b090cc706bc9a2e6f2527e6915fa8789f58a"}, - {file = "upolygon-0.1.10-cp37-cp37m-win_amd64.whl", hash = "sha256:b44da1bd58ada96362a8e2c77ba748dd45f8e590e029576402d85d6fb0a39c8b"}, - {file = "upolygon-0.1.10-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:364d4dbf4b495aeb167cb00c256519a856a1216ec8be9eb3f1b91af3188c2146"}, - {file = "upolygon-0.1.10-cp38-cp38-win_amd64.whl", hash = "sha256:8349feb3c1c49e17caccf572861d022c9fd6d9e06fdad13662167fd561483f61"}, - {file = "upolygon-0.1.10-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:7c6735d14d7c2c5296e1c94c1a5a539ad4d7716974e433265c62d7734d9e37be"}, - {file = "upolygon-0.1.10-cp39-cp39-win_amd64.whl", hash = "sha256:fc73ae4db1551b0d433f98a4092ec71a64bf0eee5da4fff5ca0d95a410e07549"}, - {file = "upolygon-0.1.10.tar.gz", hash = "sha256:ab983bc1a146b58b6712be35d0de1656d89f3432f318b1e9ba6b990849192827"}, + {file = "upolygon-0.1.11-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:97b19858540ebb4e0e5fb6ff9357264c1ef63f5c6f151aa654e1b73f342c5f28"}, + {file = "upolygon-0.1.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:92cc61c301c0cec92b7263f0a7cf493ccded1aebcaee4f271e30349522234b60"}, + {file = "upolygon-0.1.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0721edbaa6b3bb160825e1ed3b5782b4253800b192adec5aef50eb37c81a05ae"}, + {file = "upolygon-0.1.11-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:98d2663d3e76bd448774e6eb60589cdfe3e80121cb3f5d19923680777eb61071"}, + {file = "upolygon-0.1.11-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d3009171084dec3909be82c0bc8e18282329158fc6d91b2fd5277e5be73aa9b2"}, + {file = "upolygon-0.1.11-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e123fd4d5c6dc9b5fc29cc3dae8fd4e6a95397d80a7b90c28893018c95900b9e"}, + {file = "upolygon-0.1.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a5962e3eefb4c6002e4f13ba9ecac7508f7c56b6967c0bd4bc08d06df3a9cc87"}, + {file = "upolygon-0.1.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5ea8a056f65f714c6a02d7096f2dd7a03f63822c755d188e830ad143820ad749"}, + {file = "upolygon-0.1.11-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c39014135041e1d28966f9780ca35202a52238e40bf50a7b5b6f20ba41bf093c"}, + {file = "upolygon-0.1.11-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:630a97b984b45fc70ecd648cc485939f914123e95a61e9da5c9409abc7fea35c"}, + {file = "upolygon-0.1.11-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9e154fe107024d97a41bc537714008714d655aaeaec6eb90746b04a88ab1f4c4"}, + {file = "upolygon-0.1.11-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2672de79fcbb0722b57bd89d03b09df7cdfd0c78d10fe0c4a4a70d8a4891c02a"}, + {file = "upolygon-0.1.11-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:53e9d8b0cf429462c89100d4b3f6c55ebcb03e433bd2a8751835a271411e5a58"}, + {file = "upolygon-0.1.11-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:8d55c539810cefe3bd47e6a29220db2ae46d37486c9799c79f454920b9082171"}, + {file = "upolygon-0.1.11-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:7b28c82eca16f8d5c77bafbc00abafdb0f4f0cc4533660b63ab9593af568a0ae"}, + {file = "upolygon-0.1.11-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:f1779a4f1f60c5a180870170e7af34c24ec15f13f561afaa3418c49f681fca2e"}, + {file = "upolygon-0.1.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1ef93d58a905b9fe9a052974bcb2403770f35a9ed763cfadcedf6b02a255db34"}, + {file = "upolygon-0.1.11-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d799d923db8d5033e2cc4a265f619e4a86afb49680f36a71186d720756c9d3d0"}, + {file = "upolygon-0.1.11-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:352a62c0f301c4ba0f5f7a7059dc388c44d1247049605c4a15f97147aaf126f6"}, + {file = "upolygon-0.1.11-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:41e38553ab76031fa1d1178c9e1afc99478a5784bb1ba53df7d42c0ccc400a58"}, + {file = "upolygon-0.1.11-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2afd5c0de207300375301afd425704d55d3b8c51bdf57cfcbcfab465abba5a93"}, + {file = "upolygon-0.1.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca0c1a0834297e58e9befc5ba95eb2f625da177ef285def7b0af6ff5e8c44773"}, + {file = "upolygon-0.1.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9ea6fa92130cc1cb7b9485932eb196fd183ab5991c83ef2060938761ce285bac"}, + {file = "upolygon-0.1.11-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:be5d5c58f78002e5c565f9724ee64980c98e637aee92477938a531651498763f"}, + {file = "upolygon-0.1.11-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:d8b24178aca8f357dfb1230828a31b99d60489be2f006b99de2f5bb54059359e"}, + {file = "upolygon-0.1.11-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:836dc2b9cd2f1848efff3cda8ccd9407f976c205287ec1eace09ae40803421dd"}, + {file = "upolygon-0.1.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:78a0e21551f0b919fe62862f6eb4d1dd95e2d5e1c4f5a77db003680d69ebb50e"}, + {file = "upolygon-0.1.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6dbb1900c3cdc19d1a189f9d5a966dbf24bcdee1f2f5cdd3c15df691ad28737d"}, + {file = "upolygon-0.1.11-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:fffc505b53480f78250d7b4a828a1e646fe87bfdc31a5eacde62c555ed05c16a"}, + {file = "upolygon-0.1.11-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:66009fa6b5a7e60836c081d56058e77bf0c18166cf8f6f565a0ba60c5d888471"}, + {file = "upolygon-0.1.11-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:8484930a62d7267f7dd0f1119fadb54e543b4502dc3c52b05dc3d99f988356d3"}, + {file = "upolygon-0.1.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:95d81c5e3fa0acdf84a52307b074e3fe8a2e5cf829821589f844b539f823627b"}, + {file = "upolygon-0.1.11-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bee42e153d1c6c7a8f065eba0b2f3e95f170352d6160cc24255fbfadb25057a5"}, + {file = "upolygon-0.1.11-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:77ce4ea47d422bc94476e4639ba5d65c659497e773abe05f66852f8f4a71d6ed"}, + {file = "upolygon-0.1.11-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f80c9c616160c6eda486e6b331f8d0c3a9dd3861fa6971422b63a89d3b03545"}, + {file = "upolygon-0.1.11-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fd51086ee1bad9d7fb82153506bbb7f432a3523f340b530f5ff2b2554a0c92e9"}, + {file = "upolygon-0.1.11-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ec10623d1d77776a581d84cfcbd65d36bd396353bee4c8c98ab5749dcd215b80"}, + {file = "upolygon-0.1.11-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc76318412db90cdf8fca37de0969cacfefa267a339924909a85c5a9a667ec3f"}, + {file = "upolygon-0.1.11-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:17bc93e1e4cef8d5a4d564830e770d0333c4ca5fb6e889f05ee1b09ff9238ce9"}, + {file = "upolygon-0.1.11-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:02a476c62aabbf392e572f1ed8bc083e9e6a46b84f9c52c5837bada88765cc3d"}, + {file = "upolygon-0.1.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4136303a04b1dfa2a179006c38c2a1dd7198a3ba138d74bf137ef20ff5f729d0"}, + {file = "upolygon-0.1.11-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6e2b6cdbf07e4e03557dd280c7aa1ea7b1cad3091b457f1922d0560616bd2b04"}, + {file = "upolygon-0.1.11.tar.gz", hash = "sha256:67c3e44c8268c445bddc5166fd27a8b88f9c88e10a92dcc2004614535faa7f80"}, ] [package.dependencies] @@ -2087,13 +2109,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "validate-pyproject" -version = "0.15" +version = "0.16" description = "Validation library and CLI tool for checking on 'pyproject.toml' files using JSON Schema" optional = true python-versions = ">=3.6" files = [ - {file = "validate-pyproject-0.15.tar.gz", hash = "sha256:fc82b61f887739a4092de612466a5ab28ec47c407b19c6caef8d54c88c1d10c0"}, - {file = "validate_pyproject-0.15-py3-none-any.whl", hash = "sha256:573a5e4858f0bf0cd0f429142cbadbaa83595ce6e3cac322a2a7c3866f4a1458"}, + {file = "validate-pyproject-0.16.tar.gz", hash = "sha256:2d60282f23559cfa1328e4a2c308c8065cba8008a80c8898352355fef66517ca"}, + {file = "validate_pyproject-0.16-py3-none-any.whl", hash = "sha256:597d9ecb3c8d125d800cb243c53e3534e8a4f0360c9807076fc08c276a7b6869"}, ] [package.dependencies] @@ -2129,4 +2151,4 @@ test = ["pytest", "responses"] [metadata] lock-version = "2.0" python-versions = ">=3.8.0,<3.12" -content-hash = "4eaca98c686c89be24ef836f8049930e3767186cdb05b13fc7d1e2adced64204" +content-hash = "c90c0d96b4126245ee859aa2747b5a6f9cf473ecc22805a27f42bfb18e466c57" diff --git a/pyproject.toml b/pyproject.toml index 9e3fd6e62..b322ed67c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ toml = "^0.10.2" tqdm = "^4.64.1" types-pyyaml = "^6.0.12.9" types-requests = "^2.28.11.8" -upolygon = "0.1.10" +upolygon = "0.1.11" [tool.poetry.extras] dev = ["black", "isort", "flake8", "mypy", "debugpy", "responses", "pytest", "flake8-pyproject", "pytest-rerunfailures", "ruff", "validate-pyproject"] @@ -138,7 +138,7 @@ version = "^1.5" [tool.poetry.dependencies.responses] optional = true -version = "^0.22.0" +version = ">=0.22,<0.26" [tool.poetry.dependencies.pytest] optional = true @@ -165,8 +165,8 @@ version = "^12.0" [tool.poetry.dependencies.ruff] optional = true -version = ">=0.0.292,<0.3.8" +version = ">=0.0.292,<0.4.3" [tool.poetry.dependencies.validate-pyproject] optional = true -version = "^0.15" +version = ">=0.15,<0.17" diff --git a/tests/darwin/exporter/formats/export_mask_test.py b/tests/darwin/exporter/formats/export_mask_test.py index 24bb61593..c980a7e3c 100644 --- a/tests/darwin/exporter/formats/export_mask_test.py +++ b/tests/darwin/exporter/formats/export_mask_test.py @@ -14,7 +14,6 @@ from numpy.typing import NDArray except ImportError: NDArray = Any # type:ignore -from PIL import Image from darwin import datatypes as dt from darwin.exporter.formats.mask import (