mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-03 23:27:59 +00:00
c3cfaade7d
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python](https://togithub.com/containerbase/python-prebuild) | dependencies | patch | `3.12.4` -> `3.12.5` | --- ### Release Notes <details> <summary>containerbase/python-prebuild (python)</summary> ### [`v3.12.5`](https://togithub.com/containerbase/python-prebuild/releases/tag/3.12.5) [Compare Source](https://togithub.com/containerbase/python-prebuild/compare/3.12.4...3.12.5) ##### Bug Fixes - **deps:** update dependency python to v3.12.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
19 lines
383 B
TOML
19 lines
383 B
TOML
[tool.poetry]
|
|
name = "update-top-ranking-issues"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Joseph T. Lyons <JosephTLyons@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
mypy = "1.6.0"
|
|
PyGithub = "1.55"
|
|
python = "3.12.5"
|
|
pytz = "2022.1"
|
|
typer = "0.9.0"
|
|
types-pytz = "2023.3.1.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|