git: Bump deps

pull/27/head
Raphaël Vinot 2023-07-22 11:53:05 +02:00
parent 4503b36b32
commit f81495be99
2 changed files with 694 additions and 632 deletions

1309
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -32,18 +32,21 @@ python-dateutil = "^2.8.2"
pyipasnhistory = "^2.1.2"
pycountry = "^22.3.5"
beautifulsoup4 = "^4.12.2"
aiohttp = "^3.8.4"
aiohttp = "^3.8.5"
Bootstrap-Flask = "^1.8.0"
pid = "^3.0.4"
pybgpranking2 = "^2.0.1"
[tool.poetry.dev-dependencies]
ipython = "<8.13.0"
mypy = "^1.2.0"
types-setuptools = "^67.7.0.1"
types-redis = "^4.5.4.1"
types-requests = "^2.29.0.0"
types-python-dateutil = "^2.8.19.12"
ipython = [
{version = "<8.13.0", python = "<3.9"},
{version = "^8.13.0", python = ">=3.9"}
]
mypy = "^1.4.1"
types-setuptools = "^67.8.0.0"
types-redis = "^4.6.0.3"
types-requests = "^2.31.0.2"
types-python-dateutil = "^2.8.19.14"
[build-system]
requires = ["poetry-core>=1.2"]