diff --git a/poetry.lock b/poetry.lock index 01f91023..aebdcf27 100644 --- a/poetry.lock +++ b/poetry.lock @@ -123,7 +123,7 @@ name = "cattrs" version = "22.1.0" description = "Composable complex class support for attrs and dataclasses." category = "main" -optional = false +optional = true python-versions = ">=3.7,<4.0" [package.dependencies] @@ -244,7 +244,7 @@ name = "exceptiongroup" version = "1.0.0rc8" description = "Backport of PEP 654 (exception groups)" category = "main" -optional = false +optional = true python-versions = ">=3.7" [package.extras] @@ -1392,15 +1392,15 @@ scikit-learn = ["scikit-learn"] [[package]] name = "zipp" -version = "3.7.0" +version = "3.8.0" description = "Backport of pathlib-compatible object wrapper for zip files" category = "dev" optional = false python-versions = ">=3.7" [package.extras] -docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] -testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"] +docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"] +testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"] [extras] statsbomb = ["statsbombpy", "requests-cache"]