diff --git a/poetry.lock b/poetry.lock index 17b9a514a..a2f222daf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3278,17 +3278,20 @@ xml = ["lxml (>=4.9.2)"] [[package]] name = "pandas-stubs" -version = "2.2.2.240514" +version = "2.2.2.240603" description = "Type annotations for pandas" optional = false python-versions = ">=3.9" files = [ - {file = "pandas_stubs-2.2.2.240514-py3-none-any.whl", hash = "sha256:5d6f64d45a98bc94152a0f76fa648e598cd2b9ba72302fd34602479f0c391a53"}, - {file = "pandas_stubs-2.2.2.240514.tar.gz", hash = "sha256:85b20da44a62c80eb8389bcf4cbfe31cce1cafa8cca4bf1fc75ec45892e72ce8"}, + {file = "pandas_stubs-2.2.2.240603-py3-none-any.whl", hash = "sha256:e08ce7f602a4da2bff5a67475ba881c39f2a4d4f7fccc1cba57c6f35a379c6c0"}, + {file = "pandas_stubs-2.2.2.240603.tar.gz", hash = "sha256:2dcc86e8fa6ea41535a4561c1f08b3942ba5267b464eff2e99caeee66f9e4cd1"}, ] [package.dependencies] -numpy = {version = ">=1.26.0", markers = "python_version < \"3.13\""} +numpy = [ + {version = ">=1.23.5", markers = "python_version >= \"3.9\" and python_version < \"3.12\""}, + {version = ">=1.26.0", markers = "python_version >= \"3.12\" and python_version < \"3.13\""}, +] types-pytz = ">=2022.1.1" [[package]] @@ -6097,4 +6100,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "d0c90f08189f067c34d8b9e4075262ceb44058f64fbe18578554098e29056e3d" +content-hash = "834aa4bdad495ff37b65c954b5ed60d40e9ca1f6ba18996809063614d6f2daee" diff --git a/pyproject.toml b/pyproject.toml index 6ebadbbaa..360d09631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ types-setuptools = "*" types-decorator = "*" types-requests = "*" types-tqdm = "*" -pandas-stubs = "^2.2.2.240514" +pandas-stubs = "^2.2.2.240603" # docs sphinx-rtd-theme = "^2.0.0"