From 442e86fbe6ba545db30bed350f5d9e9c7b4fd4bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Wed, 8 Nov 2023 12:38:59 +0100 Subject: [PATCH] build(deps): added pandas-stubs --- poetry.lock | 28 +++++++++++++++++++++++++++- pyproject.toml | 1 + 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 0b34b05..a8dc3ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2312,6 +2312,21 @@ visions = {version = "0.7.1", extras = ["type-image-path"]} [package.extras] notebook = ["ipywidgets (>=7.5.1)", "jupyter-client (>=6.0.0)", "jupyter-core (>=4.6.3)"] +[[package]] +name = "pandas-stubs" +version = "2.1.1.230928" +description = "Type annotations for pandas" +optional = false +python-versions = ">=3.9" +files = [ + {file = "pandas_stubs-2.1.1.230928-py3-none-any.whl", hash = "sha256:992d97159e054ca3175ebe8321ac5616cf6502dd8218b03bb0eaf3c4f6939037"}, + {file = "pandas_stubs-2.1.1.230928.tar.gz", hash = "sha256:ce1691c71c5d67b8f332da87763f7f54650f46895d99964d588c3a5d79e2cacc"}, +] + +[package.dependencies] +numpy = {version = ">=1.26.0", markers = "python_version < \"3.13\""} +types-pytz = ">=2022.1.1" + [[package]] name = "pandocfilters" version = "1.5.0" @@ -4029,6 +4044,17 @@ files = [ {file = "types_python_dateutil-2.8.19.14-py3-none-any.whl", hash = "sha256:f977b8de27787639986b4e28963263fd0e5158942b3ecef91b9335c130cb1ce9"}, ] +[[package]] +name = "types-pytz" +version = "2023.3.1.1" +description = "Typing stubs for pytz" +optional = false +python-versions = "*" +files = [ + {file = "types-pytz-2023.3.1.1.tar.gz", hash = "sha256:cc23d0192cd49c8f6bba44ee0c81e4586a8f30204970fc0894d209a6b08dab9a"}, + {file = "types_pytz-2023.3.1.1-py3-none-any.whl", hash = "sha256:1999a123a3dc0e39a2ef6d19f3f8584211de9e6a77fe7a0259f04a524e90a5cf"}, +] + [[package]] name = "types-toml" version = "0.10.8.7" @@ -4201,4 +4227,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10, <3.12" -content-hash = "ed25e00af48c4c449685d882ed9aa3b8173ef4394584524ea613388adf14e93a" +content-hash = "adb54cc966d8faaec02d8a68d8075bce1891e903b3427563629155a70268610d" diff --git a/pyproject.toml b/pyproject.toml index d6a8ecf..862e1a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ black = "*" ipympl = "*" pyupgrade = "*" ruff = "*" +pandas-stubs = "^2.1.1.230928" [tool.pytest.ini_options] minversion = "6.0"