SERVER-115759 Upgrade setuptools and types-setuptools for Python 3.13 (#45471)

GitOrigin-RevId: e66aab13eace392a5ce81077ee36ec896384bc4d
This commit is contained in:
Nick Jefferies
2025-12-19 13:59:36 -05:00
committed by MongoDB Bot
parent e99c78d047
commit 72f83a1640
2 changed files with 18 additions and 13 deletions

View File

@@ -61,7 +61,7 @@ tabulate = "^0.9.0"
ct3 = "3.4.0.post5" # Renamed from cheetah3
packaging = "^24.0"
regex = "^2024.11.6"
setuptools = "^58.1.0"
setuptools = "^80.9.0"
wheel = "0.45.0"
[tool.poetry.group.core.dependencies]
@@ -118,7 +118,7 @@ GitPython = "^3.1.7"
mypy = "^1.11.1"
structlog = "^24.4.0"
yamllint = "^1.35.1"
types-setuptools = "57.4.12" # latest is 68.0.0.0, but that causes pip install requirements to fail
types-setuptools = "^80.9.0"
types-requests = "^2.32.0.20240712"
tqdm = "*"
colorama = "^0.4.6"