From 610ff9e245274d4429e89c289408ff78d2116f81 Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Thu, 27 Jun 2024 10:28:43 -0300 Subject: [PATCH] Update basedosdados dep (#2) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c12d15b..b463fc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -35,13 +35,13 @@ files = [ [[package]] name = "basedosdados" -version = "2.0.0b15" +version = "2.0.0b16" description = "Organizar e facilitar o acesso a dados brasileiros através de tabelas públicas no BigQuery." optional = false -python-versions = ">=3.8.1,<4" +python-versions = "<4,>=3.8.1" files = [ - {file = "basedosdados-2.0.0b15-py3-none-any.whl", hash = "sha256:2832cc2e93e6207ef4600516d90dc0858794e56d19674cc8493d77c2ae0a7e38"}, - {file = "basedosdados-2.0.0b15.tar.gz", hash = "sha256:4fb669a087e8d12e30978efaca375d6760324eb3da6635e7ab35ed761cfdaef3"}, + {file = "basedosdados-2.0.0b16-py3-none-any.whl", hash = "sha256:4a9ce1cd1438e647bac32833c1d1faed0f1b8fe6d5947e954da30e743abf2227"}, + {file = "basedosdados-2.0.0b16.tar.gz", hash = "sha256:b7d6a0c1fc6047d7eb0f6a19e3d48b7a10cff5dc6adf263b16d230fc74bef368"}, ] [package.dependencies] @@ -1706,4 +1706,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "4e3333bac3bf5ec8c49e43e6ebd097e01586053924a3607a27de36bde0791e65" +content-hash = "fc1206cc796f698ff826b4108d5509884523c50ec5e5be75f6b6d3b0e480d488" diff --git a/pyproject.toml b/pyproject.toml index d8c0b41..9671326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ lint = "scripts.lint:main" [tool.poetry.dependencies] python = "~3.9" -basedosdados = {version = "2.0.0b15", extras = ["all"]} +basedosdados = {version = "2.0.0-beta.16", extras = ["all"]} pandas = "^2.2.2" numpy = "^1.26.4" requests = "^2.32.3"