diff --git a/poetry.lock b/poetry.lock index dd61660..4ac0f7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "asttokens" @@ -1261,13 +1261,13 @@ files = [ [[package]] name = "setuptools" -version = "75.7.0" +version = "75.8.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.9" files = [ - {file = "setuptools-75.7.0-py3-none-any.whl", hash = "sha256:84fb203f278ebcf5cd08f97d3fb96d3fbed4b629d500b29ad60d11e00769b183"}, - {file = "setuptools-75.7.0.tar.gz", hash = "sha256:886ff7b16cd342f1d1defc16fc98c9ce3fde69e087a4e1983d7ab634e5f41f4f"}, + {file = "setuptools-75.8.0-py3-none-any.whl", hash = "sha256:e3982f444617239225d675215d51f6ba05f845d4eec313da4418fdbb56fb27e3"}, + {file = "setuptools-75.8.0.tar.gz", hash = "sha256:c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6"}, ] [package.extras] @@ -1441,4 +1441,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "0908d399da17eedcea1ea1dcc3ba96da30d91643ef857c824ff450336c42a3c7" +content-hash = "1580728599018ba96ec681551946206886c1b000c458313d1ba843a806842a43" diff --git a/pyproject.toml b/pyproject.toml index 73a27f4..2f75a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ azure-storage-blob = "12.24.0" [tool.poetry.group.dev.dependencies] ipython = "^8.31.0" -setuptools = "^75.7.0" +setuptools = "^75.8.0" [build-system] requires = ["poetry-core"]