diff --git a/poetry.lock b/poetry.lock index 7c2833a..f0a6132 100644 --- a/poetry.lock +++ b/poetry.lock @@ -152,13 +152,13 @@ files = [ [[package]] name = "bpython" -version = "0.23" +version = "0.24" description = "" optional = false python-versions = ">=3.7" files = [ - {file = "bpython-0.23-py3-none-any.whl", hash = "sha256:72aab438052439ac89b471c4ee2a8fba6a0a082a51b0f70826e88cc0e7723298"}, - {file = "bpython-0.23.tar.gz", hash = "sha256:9f0078abc887c48af088691e2f64797d6ca994ac0f4bc03c38d06f657d7c052a"}, + {file = "bpython-0.24-py3-none-any.whl", hash = "sha256:0d196ae3d1ce3dcd559a3fb89ed2c468dfbd1504af0d680b906dd65a9c7a32eb"}, + {file = "bpython-0.24.tar.gz", hash = "sha256:98736ffd7a8c48fd2bfb53d898a475f4241bde0b672125706af04d9d08fd3dbd"}, ] [package.dependencies] @@ -1685,4 +1685,4 @@ email = ["email-validator"] [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "fdb2b92c655c7767142531531c419d356d743e2fe6a74e1e0f2315bc23826dfe" +content-hash = "e7866233b07c65bf04d8e8b2e1151d5e6a7761cbc67326330b91b837e0965e22" diff --git a/pyproject.toml b/pyproject.toml index 0319697..babef90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ python-dotenv = "0.21.1" pyfiglet = "1.0.2" # Utils -bpython = "0.23" +bpython = "0.24" # https://stackoverflow.com/questions/69919970/no-module-named-distutils-util-but-distutils-installed setuptools = "74.0.0"