diff --git a/poetry.lock b/poetry.lock index 238e916..30a5e48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.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 = "adal" @@ -2156,25 +2156,25 @@ pyparsing = ">=2.0.2" [[package]] name = "panoptes-client" -version = "1.6.1" +version = "1.6.2" description = "This package is the Python SDK for Panoptes, the platform behind the Zooniverse. This module is intended to allow programmatic management of projects, providing high level access to the API for common project management tasks." optional = false python-versions = "*" files = [ - {file = "panoptes_client-1.6.1-py3-none-any.whl", hash = "sha256:d3b62d9588084d6ceb63e73419b0a2976eee00af05d97bb8d09077943c5b7dc2"}, - {file = "panoptes_client-1.6.1.tar.gz", hash = "sha256:cbb20d524caf235d5b88a5b8c89a4119d028b3d5561e7358a0122f914976669c"}, + {file = "panoptes_client-1.6.2-py3-none-any.whl", hash = "sha256:f5b26dfe804305e405ab59544ee077b23dab23fc53357bb00de08c02571d833d"}, + {file = "panoptes_client-1.6.2.tar.gz", hash = "sha256:d842596c5ed6d4b0a85de2ff256f63d8fc5f657927f2ec8b9be10070682c942b"}, ] [package.dependencies] -future = ">=0.16,<0.19" -python-magic = ">=0.4,<0.5" +future = ">=0.16" +python-magic = ">=0.4" redo = ">=1.7" -requests = ">=2.4.2,<2.29" +requests = ">=2.4.2" six = ">=1.9" [package.extras] docs = ["sphinx"] -testing = ["mock (>=2.0,<5.2)"] +testing = ["mock (>=2.0)"] [[package]] name = "pluggy"