chg: Bump deps

pull/18/head
Raphaël Vinot 2022-05-24 18:48:41 +02:00
parent db1529b488
commit 3180620072
2 changed files with 361 additions and 472 deletions

817
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -25,25 +25,25 @@ ssfetcher = "bin.ssfetcher:main"
[tool.poetry.dependencies]
python = "^3.8"
redis = {version = "^4.1.0", extras = ["hiredis"]}
redis = {version = "^4.3.1", extras = ["hiredis"]}
flask-restx = "^0.5.1"
gunicorn = "^20.1.0"
python-dateutil = "^2.8.2"
pyipasnhistory = "^2.1.1"
pycountry = "^22.1.0"
beautifulsoup4 = "^4.10.0"
pycountry = "^22.3.5"
beautifulsoup4 = "^4.11.1"
aiohttp = "^3.8.1"
Bootstrap-Flask = "^1.8.0"
pid = "^3.0.4"
pybgpranking2 = "^2.0.1"
[tool.poetry.dev-dependencies]
ipython = "^8.0.1"
ipython = "^8.3.0"
mypy = "^0.931"
types-setuptools = "^57.4.4"
types-redis = "^4.1.10"
types-requests = "^2.26.1"
types-python-dateutil = "^2.8.8"
types-setuptools = "^57.4.15"
types-redis = "^4.2.5"
types-requests = "^2.27.27"
types-python-dateutil = "^2.8.16"
[build-system]
requires = ["poetry-core>=1.0.0"]