From cd2e58836626cfbfb77928b99214cb7baaac430c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 08:29:08 +0200 Subject: [PATCH] build(deps-dev): bump pandas-stubs in the minor group (#840) Bumps the minor group with 1 update: [pandas-stubs](https://github.com/pandas-dev/pandas-stubs). Updates `pandas-stubs` from 2.2.1.240316 to 2.2.2.240514 - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](https://github.com/pandas-dev/pandas-stubs/compare/v2.2.1.240316...v2.2.2.240514) --- updated-dependencies: - dependency-name: pandas-stubs dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 312b58a28..ce8961e48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3102,13 +3102,13 @@ xml = ["lxml (>=4.9.2)"] [[package]] name = "pandas-stubs" -version = "2.2.1.240316" +version = "2.2.2.240514" description = "Type annotations for pandas" optional = false python-versions = ">=3.9" files = [ - {file = "pandas_stubs-2.2.1.240316-py3-none-any.whl", hash = "sha256:0126a26451a37cb893ea62357ca87ba3d181bd999ec8ba2ca5602e20207d6682"}, - {file = "pandas_stubs-2.2.1.240316.tar.gz", hash = "sha256:236a4f812fb6b1922e9607ff09e427f6d8540c421c9e5a40e3e4ddf7adac7f05"}, + {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"}, ] [package.dependencies] @@ -5879,4 +5879,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "b2bfd965e189ac3d699ab132eca63f7f4e45c4127b387897ccf689f0234638ae" +content-hash = "30fdd83f4992afe785b5e723373a4c8eb4be474d3bfd00ff0009479b44df186d" diff --git a/pyproject.toml b/pyproject.toml index 58156cce3..78034cd49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ types-setuptools = "*" types-decorator = "*" types-requests = "*" types-tqdm = "*" -pandas-stubs = "^2.2.1.240316" +pandas-stubs = "^2.2.2.240514" # docs sphinx-rtd-theme = "^2.0.0"