Skip to content

Commit

Permalink
Merge branch 'main' into staging/fix-cgu-servidores
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx authored Nov 7, 2024
2 parents a336523 + 0e2a899 commit be0a88f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
1 change: 1 addition & 0 deletions pipelines/datasets/br_mp_pep_cargos_funcoes/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"""
Tasks for br_mp_pep_cargos_funcoes
"""

import datetime
import io
import os
Expand Down
27 changes: 11 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mypy-extensions = "0.4.3"
numpy = ">=1.21.4"
oauth2client = "^4.1.3"
oauthlib = "3.1.1"
openpyxl = "3.0.9"
openpyxl = "^3.1.0"
packaging = "21.3"
pandas = "^2.0.1"
pandas-gbq = "^0.19.2"
Expand Down Expand Up @@ -104,7 +104,7 @@ polars = "^0.19.0"
selenium = "^4.11.2"
fastparquet = "^2023.7.0"
rarfile = "^4.0"
setuptools = ">=69.0.0"
setuptools = ">=69.0.0,<71.0"
python-string-utils = "^1.0.0"
geopandas = "1.0.1"
shapely = "2.0.1"
Expand Down

0 comments on commit be0a88f

Please sign in to comment.