diff --git a/orchestration/poetry.lock b/orchestration/poetry.lock index d1e72355..4958b242 100644 --- a/orchestration/poetry.lock +++ b/orchestration/poetry.lock @@ -2058,7 +2058,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "3.9.16" -content-hash = "c4996a831e4c4449358c79ae4dd81eb2c817f9cdfc4ed3ad5079412be27a270f" +content-hash = "b7802315b0a5971c227ccf8b38ec1ee7229db76b5b661ff742b15497527d4664" [metadata.files] aiohttp = [] diff --git a/orchestration/pyproject.toml b/orchestration/pyproject.toml index f439ef55..c45677c8 100644 --- a/orchestration/pyproject.toml +++ b/orchestration/pyproject.toml @@ -38,9 +38,6 @@ typing-extensions = "^3.7.4" # will have to update dagit which means updating broad-dagster-utils - FE-36 # NB - werkzeug goes away if we get rid of dagster-utils aiohttp = "3.9.4" -# >> Installed to fix https://github.com/pypa/setuptools/issues/4483 -packaging = "^24.0" -setuptools = "^70.0.0" [tool.poetry.dev-dependencies] # NB this notation is not preferred after poetry 1.2.0 https://python-poetry.org/docs/master/managing-dependencies/