|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. |
|
|
|
|
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "aiohttp" |
|
|
|
@ -2383,14 +2383,7 @@ files = [ |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
numpy = [ |
|
|
|
|
{version = ">=1.21.2", markers = "python_version >= \"3.10\""}, |
|
|
|
|
{version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\""}, |
|
|
|
|
{version = ">=1.23.5", markers = "python_version >= \"3.11\""}, |
|
|
|
|
{version = ">=1.19.3", markers = "python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\" or python_version >= \"3.9\""}, |
|
|
|
|
{version = ">=1.17.0", markers = "python_version >= \"3.7\""}, |
|
|
|
|
{version = ">=1.17.3", markers = "python_version >= \"3.8\""}, |
|
|
|
|
] |
|
|
|
|
numpy = {version = ">=1.23.5", markers = "python_version >= \"3.11\""} |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "packaging" |
|
|
|
@ -2438,10 +2431,7 @@ files = [ |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
numpy = [ |
|
|
|
|
{version = ">=1.21.0", markers = "python_version >= \"3.10\""}, |
|
|
|
|
{version = ">=1.23.2", markers = "python_version >= \"3.11\""}, |
|
|
|
|
] |
|
|
|
|
numpy = {version = ">=1.23.2", markers = "python_version >= \"3.11\""} |
|
|
|
|
python-dateutil = ">=2.8.2" |
|
|
|
|
pytz = ">=2020.1" |
|
|
|
|
tzdata = ">=2022.1" |
|
|
|
@ -3243,6 +3233,33 @@ files = [ |
|
|
|
|
attrs = ">=19.2.0" |
|
|
|
|
pytest = ">=7.0" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pytest-timeout" |
|
|
|
|
version = "2.1.0" |
|
|
|
|
description = "pytest plugin to abort hanging tests" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.6" |
|
|
|
|
files = [ |
|
|
|
|
{file = "pytest-timeout-2.1.0.tar.gz", hash = "sha256:c07ca07404c612f8abbe22294b23c368e2e5104b521c1790195561f37e1ac3d9"}, |
|
|
|
|
{file = "pytest_timeout-2.1.0-py3-none-any.whl", hash = "sha256:f6f50101443ce70ad325ceb4473c4255e9d74e3c7cd0ef827309dfa4c0d975c6"}, |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
pytest = ">=5.0.0" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pytest-timeouts" |
|
|
|
|
version = "1.2.1" |
|
|
|
|
description = "Linux-only Pytest plugin to control durations of various test case execution phases" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
|
|
|
files = [ |
|
|
|
|
{file = "pytest-timeouts-1.2.1.tar.gz", hash = "sha256:390351afc7ecb422ea0ec38081e0acd91cad416b383944a9a3358087de50c2fb"}, |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
pytest = ">=3.1" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pytest-xdist" |
|
|
|
|
version = "3.3.1" |
|
|
|
@ -4322,4 +4339,4 @@ multidict = ">=4.0" |
|
|
|
|
[metadata] |
|
|
|
|
lock-version = "2.0" |
|
|
|
|
python-versions = "~3.11" |
|
|
|
|
content-hash = "7e2bfde2719e7d7bb4b1627b0657e9ab4a9f4e1637d8b8ae6d5c80c7861e2052" |
|
|
|
|
content-hash = "799e03aa1f3098c94a383f17b56275cd4140179bc457ff837b793fbcf7eb4b1e" |
|
|
|
|