diff --git a/data/data-pipeline/poetry.lock b/data/data-pipeline/poetry.lock index 690b7932..d5176128 100644 --- a/data/data-pipeline/poetry.lock +++ b/data/data-pipeline/poetry.lock @@ -464,7 +464,7 @@ test = ["pytest (!=5.3.4)", "pytest-cov", "flaky", "nose", "ipyparallel"] [[package]] name = "ipython" -version = "7.28.0" +version = "7.31.1" description = "IPython: Productive Interactive Computing" category = "main" optional = false @@ -1712,7 +1712,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "208cadba99466a38822740b0b78e5be94c4bf728eb79eda4c40cfd0d22901907" +content-hash = "aec8d3912cfcf2a13e474685accf3da5499c161d05cc857ad8a77d75e161e63a" [metadata.files] appnope = [ @@ -1945,8 +1945,8 @@ ipykernel = [ {file = "ipykernel-6.4.2.tar.gz", hash = "sha256:0140f78bfd60e47e387b6433b4bed0f228986420dc4d5fac0e251c9711e23e29"}, ] ipython = [ - {file = "ipython-7.28.0-py3-none-any.whl", hash = "sha256:f16148f9163e1e526f1008d7c8d966d9c15600ca20d1a754287cf96d00ba6f1d"}, - {file = "ipython-7.28.0.tar.gz", hash = "sha256:2097be5c814d1b974aea57673176a924c4c8c9583890e7a5f082f547b9975b11"}, + {file = "ipython-7.31.1-py3-none-any.whl", hash = "sha256:55df3e0bd0f94e715abd968bedd89d4e8a7bce4bf498fb123fed4f5398fea874"}, + {file = "ipython-7.31.1.tar.gz", hash = "sha256:b5548ec5329a4bcf054a5deed5099b0f9622eb9ea51aaa7104d215fece201d8c"}, ] ipython-genutils = [ {file = "ipython_genutils-0.2.0-py2.py3-none-any.whl", hash = "sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8"}, diff --git a/data/data-pipeline/pyproject.toml b/data/data-pipeline/pyproject.toml index fcb538b5..bfbca29f 100644 --- a/data/data-pipeline/pyproject.toml +++ b/data/data-pipeline/pyproject.toml @@ -9,7 +9,7 @@ CensusData = "^1.13" click = "^8.0.1" dynaconf = "^3.1.4" geopandas = "^0.9.0" -ipython = "^7.24.1" +ipython = "^7.31.1" jupyter = "^1.0.0" jupyter-contrib-nbextensions = "^0.5.1" matplotlib = "^3.4.2"