diff --git a/poetry.lock b/poetry.lock index b2cdf44..1a22365 100644 --- a/poetry.lock +++ b/poetry.lock @@ -134,7 +134,7 @@ python-versions = "*" [[package]] name = "ipython" -version = "7.30.1" +version = "7.31.1" description = "IPython: Productive Interactive Computing" category = "dev" optional = false @@ -480,7 +480,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "7519512cc4d375e5084a1fbc8bd41295fc065b8c118126d4e1fd77593d671cec" +content-hash = "f90a36dc11dc0890610de611eafa5bd448848e284d2a003696f73c93b93718f7" [metadata.files] appnope = [ @@ -577,8 +577,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] ipython = [ - {file = "ipython-7.30.1-py3-none-any.whl", hash = "sha256:fc60ef843e0863dd4e24ab2bb5698f071031332801ecf8d1aeb4fb622056545c"}, - {file = "ipython-7.30.1.tar.gz", hash = "sha256:cb6aef731bf708a7727ab6cde8df87f0281b1427d41e65d62d4b68934fa54e97"}, + {file = "ipython-7.31.1-py3-none-any.whl", hash = "sha256:55df3e0bd0f94e715abd968bedd89d4e8a7bce4bf498fb123fed4f5398fea874"}, + {file = "ipython-7.31.1.tar.gz", hash = "sha256:b5548ec5329a4bcf054a5deed5099b0f9622eb9ea51aaa7104d215fece201d8c"}, ] isort = [ {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"}, diff --git a/pyproject.toml b/pyproject.toml index 532563b..82978c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "^3.10" [tool.poetry.dev-dependencies] -ipython = "^7.30.1" +ipython = "^7.31.1" pylint = "^2.12.2" pytest = "^6.2.5" coverage = "^6.2"