diff --git a/poetry.lock b/poetry.lock index 6711806..76fbfef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -200,7 +200,7 @@ python-versions = "*" [[package]] name = "ipython" -version = "7.18.1" +version = "7.19.0" description = "IPython: Productive Interactive Computing" category = "dev" optional = false @@ -546,7 +546,7 @@ testing = ["jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "528986e7afd70289e0fef28ac5e84a932391c2880602e1d29b48d53f0a39b87d" +content-hash = "447d5dba2d08a3309e52c648b41b3e3f64ff4b7bc3a9e39a31eadbdd591b3fc2" [metadata.files] appdirs = [ @@ -716,8 +716,8 @@ iniconfig = [ {file = "iniconfig-1.0.1.tar.gz", hash = "sha256:e5f92f89355a67de0595932a6c6c02ab4afddc6fcdc0bfc5becd0d60884d3f69"}, ] ipython = [ - {file = "ipython-7.18.1-py3-none-any.whl", hash = "sha256:2e22c1f74477b5106a6fb301c342ab8c64bb75d702e350f05a649e8cb40a0fb8"}, - {file = "ipython-7.18.1.tar.gz", hash = "sha256:a331e78086001931de9424940699691ad49dfb457cea31f5471eae7b78222d5e"}, + {file = "ipython-7.19.0-py3-none-any.whl", hash = "sha256:c987e8178ced651532b3b1ff9965925bfd445c279239697052561a9ab806d28f"}, + {file = "ipython-7.19.0.tar.gz", hash = "sha256:cbb2ef3d5961d44e6a963b9817d4ea4e1fa2eb589c371a470fed14d8d40cbd6a"}, ] ipython-genutils = [ {file = "ipython_genutils-0.2.0-py2.py3-none-any.whl", hash = "sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8"}, diff --git a/pyproject.toml b/pyproject.toml index 5c6366f..2777ec0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pysha3 = "^1.0.2" black = "^20.8b0" mypy = "^0.790" flake8 = "^3.8.4" -ipython = { version = "^7.18.0", python = "^3.7" } +ipython = { version = "^7.19.0", python = "^3.7" } pytest = "^6.1.2" pytest-cov = "^2.10.1"