diff --git a/poetry.lock b/poetry.lock index b92d2d2..878adf3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -711,13 +711,13 @@ files = [ [[package]] name = "ipython" -version = "8.27.0" +version = "8.28.0" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.27.0-py3-none-any.whl", hash = "sha256:f68b3cb8bde357a5d7adc9598d57e22a45dfbea19eb6b98286fa3b288c9cd55c"}, - {file = "ipython-8.27.0.tar.gz", hash = "sha256:0b99a2dc9f15fd68692e898e5568725c6d49c527d36a9fb5960ffbdeaa82ff7e"}, + {file = "ipython-8.28.0-py3-none-any.whl", hash = "sha256:530ef1e7bb693724d3cdc37287c80b07ad9b25986c007a53aa1857272dac3f35"}, + {file = "ipython-8.28.0.tar.gz", hash = "sha256:0d0d15ca1e01faeb868ef56bc7ee5a0de5bd66885735682e8a322ae289a13d1a"}, ] [package.dependencies] @@ -2128,4 +2128,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8d73e3b703d1d9ce747c424389ba9267494a973aae41d0f782fc56dd24b4db48" +content-hash = "57ca6ee411cf8cde546f1c705cd0457ae7d4f1c098215b9675d7fe632d265acc" diff --git a/pyproject.toml b/pyproject.toml index 51ec33e..df0103d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ include = [ [tool.poetry.dependencies] python = "^3.10" PyYAML = "6.0.2" -ipython = "8.27.0" +ipython = "8.28.0" openai = "1.51.2" click = "^8.1.7" beautifulsoup4 = "^4.12.3"