From d5b908343d5d2ba007192eb2e5d940c571f6e407 Mon Sep 17 00:00:00 2001 From: Cecilie Seim <68303562+tilen1976@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:08:08 +0200 Subject: [PATCH] test update (#414) --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2998eb44..d26fd219 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3265,13 +3265,13 @@ test = ["cffi", "hypothesis", "pandas", "pytest", "pytz"] [[package]] name = "pyarrow-stubs" -version = "20240830" +version = "17.1" description = "Type annotations for pyarrow" optional = false python-versions = "<4,>=3.8" files = [ - {file = "pyarrow_stubs-20240830-py3-none-any.whl", hash = "sha256:4e6ef42ef3f68f5574614dd9e22d4e034c9895e7b729eb1cdb7fb46fc52eaece"}, - {file = "pyarrow_stubs-20240830.tar.gz", hash = "sha256:741311fdf14a71fd7729c63a867421157435b59b961a28deb0ffc6a7988a5968"}, + {file = "pyarrow_stubs-17.1-py3-none-any.whl", hash = "sha256:6b96a27e7b1ade28ee180d1dd9ddca3adb8bfeee76f1bae794cce8c7fc4f883f"}, + {file = "pyarrow_stubs-17.1.tar.gz", hash = "sha256:1cffb6ddab9e317ccf526fee536db9cebd0e2ad40af8fd67cd90e85caa090329"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index dd82cd69..0ff23d35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,13 +56,13 @@ typeguard = ">=2.13.3" xdoctest = { extras = ["colors"], version = ">=0.15.10" } myst-parser = { version = ">=0.16.1" } pandas-stubs = "*" -pyarrow-stubs = ">=10.0.1.9" types-Pygments = "*" types-colorama = "*" types-setuptools = "*" types-beautifulsoup4 = "*" requests-mock = "*" faker = "*" +pyarrow-stubs = ">=10.0.1.9" [tool.pytest.ini_options]