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

@ -39,16 +39,6 @@
"import geopandas as gpd"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "039d244f-6c97-4b1b-af04-6f879cd2cd86",
"metadata": {},
"outputs": [],
"source": [
"%load_ext lab_black"
]
},
{
"cell_type": "code",
"execution_count": 4,
@ -169,7 +159,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4"
"version": "3.10.9"
}
},
"nbformat": 4,