zed/script/update_top_ranking_issues/pyproject.toml
Joseph T. Lyons 06826ef10f
Bump urllib3 to v2.7.0 (#58092)
Self-Review Checklist:

- [X] I've reviewed my own diff for quality, security, and reliability
- [ ] Unsafe blocks (if any) have justifying comments
- [ ] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [ ] Performance impact has been considered and is acceptable

Release Notes:

- N/A
2026-05-29 17:55:04 +00:00

15 lines
325 B
TOML

[project]
name = "update-top-ranking-issues"
version = "0.1.0"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mypy>=1.15.0",
"pytz>=2025.1",
"requests>=2.32.0",
"ruff>=0.14.13",
"typer>=0.15.1",
"types-pytz>=2025.1.0.20250204",
"types-requests>=2.32.0",
"urllib3>=2.7.0",
]