Update dependencies to fix safety check failures (#2142)

* Update dependencies

Update dependencies causing safety check to fail

* Remove nb_black from jupyter notebooks

Because of the build issue on M1 macs, nb_black was removed as a dev dependency. This change removes the lines referencing nb_black (%load_ext lab_black) from all jupyter notebooks.
This commit is contained in:
Travis Newby 2023-02-02 16:43:59 -06:00 committed by GitHub
commit a27ca46b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 3396 additions and 2439 deletions

View file

@ -17,6 +17,7 @@ packages = [
[tool.poetry.dependencies]
CensusData = "^1.13"
certifi = "^2022.12.07" # explicit callout due to https://pyup.io/v/52365/f17/
click = "8.0.4" # pinning for now per https://github.com/psf/black/issues/2964
dynaconf = "^3.1.4"
geopandas = "^0.11.0"
@ -30,7 +31,7 @@ matplotlib = "^3.4.2"
numpy = "^1.22.1"
pandas = "^1.2.5"
pylint = "^2.11.1"
pillow = "9.0.1"
pillow = "9.3.0"
python = "^3.8"
pypandoc = "^1.6.3"
PyYAML = "^6.0"
@ -56,7 +57,6 @@ pytest-mock = "^3.6.1"
tox-poetry = "^0.4.1"
pandas-vet = "^0.2.2"
pytest-snapshot = "^0.8.1"
nb-black = "^1.0.7"
seaborn = "^0.11.2"
papermill = "^2.3.4"
jupyterlab = "3.4.4"