maint: update depens, fix misc typos

This commit is contained in:
Jovial Joe Jayarson
2022-07-19 21:00:32 +05:30
parent b317bba454
commit 8d3bca6e36
4 changed files with 240 additions and 165 deletions

View File

@@ -7,13 +7,13 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.27.1"
requests = "^2.28.1"
PyGithub = "^1.55"
[tool.poetry.dev-dependencies]
autopep8 = "^1.6.0"
pylint = "^2.12.2"
python-dotenv = "^0.19.2"
pylint = "^2.14.5"
python-dotenv = "^0.20.0"
loguru = "^0.6.0"
[build-system]