diff --git a/api/poetry.lock b/api/poetry.lock index b487d3376..559562ce0 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1880,14 +1880,14 @@ tomli = {version = "*", markers = "python_version > \"3.6\" and python_version < [[package]] name = "ipython" -version = "8.31.0" +version = "8.32.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "ipython-8.31.0-py3-none-any.whl", hash = "sha256:46ec58f8d3d076a61d128fe517a51eb730e3aaf0c184ea8c17d16e366660c6a6"}, - {file = "ipython-8.31.0.tar.gz", hash = "sha256:b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b"}, + {file = "ipython-8.32.0-py3-none-any.whl", hash = "sha256:cae85b0c61eff1fc48b0a8002de5958b6528fa9c8defb1894da63f42613708aa"}, + {file = "ipython-8.32.0.tar.gz", hash = "sha256:be2c91895b0b9ea7ba49d33b23e2040c352b33eb6a519cca7ce6e0c743444251"}, ] [package.dependencies] @@ -5073,4 +5073,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.1" python-versions = "^3.10,<3.14" -content-hash = "39c2f1b6c05c10552ba1320d0edde16979635b7e040ad0343078f4503239bf25" +content-hash = "0ec4ae9d00a553cb06ff4085a942e9a1c0a4b6906227b485ab338d5932042e7b" diff --git a/api/pyproject.toml b/api/pyproject.toml index 5f4655f1f..7b8313472 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -95,7 +95,7 @@ pycountry = "24.6.1" typesense = { version = "==0.21.0", optional = true } # Dependencies pinning -ipython = "==8.31.0" +ipython = "==8.32.0" pluralizer = "==1.2.0" service-identity = "==24.2.0" unicode-slugify = "==0.1.5"