Change summary
script/update_top_ranking_issues/pyproject.toml | 2 +-
script/update_top_ranking_issues/requirements.txt | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
Detailed changes
@@ -6,8 +6,8 @@ authors = ["Joseph T. Lyons <JosephTLyons@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
-PyGithub = "1.55"
mypy = "1.6.0"
+PyGithub = "1.55"
python = "3.12.1"
pytz = "2022.1"
typer = "0.9.0"
@@ -0,0 +1,5 @@
+mypy==1.6.0
+PyGithub==1.55
+pytz==2022.1
+typer==0.9.0
+types-pytz==2023.3.1.1