Update packages, add error logs on connection issue
This commit is contained in:
@@ -7,14 +7,14 @@ authors = ["Deko <gadse.deko@gmail.com>"]
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
requests = "^2.31.0"
|
||||
loguru = "^0.7.0"
|
||||
pre-commit = "^3.3.2"
|
||||
loguru = "^0.7.2"
|
||||
pre-commit = "^3.6.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^23.3.0"
|
||||
isort = "^5.12.0"
|
||||
flake8 = "^6.0.0"
|
||||
pytest = "^7.3.1"
|
||||
black = "^23.12.1"
|
||||
isort = "^5.13.2"
|
||||
flake8 = "^6.1.0"
|
||||
pytest = "^7.4.3"
|
||||
pytest-cov = "^4.1.0"
|
||||
requests-mock = "^1.11.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user