Update IPython dependency to >= version 8.11 (#2183)

This commit is contained in:
Travis Newby 2023-03-06 12:59:02 -06:00 committed by GitHub
commit ecfc73790e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 83 additions and 13 deletions

View file

@ -22,7 +22,7 @@ click = "8.0.4" # pinning for now per https://github.com/psf/black/issues/2964
dynaconf = "^3.1.4"
geopandas = "^0.11.0"
ipdb = "^0.13.9"
ipython = "^7.31.1"
ipython = "^8.11.0"
jupyter = "^1.0.0"
jupyter-contrib-nbextensions = "^0.5.1"
marshmallow-dataclass = "^8.5.3"