chg: Bump deps

pull/19/head
Raphaël Vinot 2023-01-06 02:16:00 +01:00
parent 648cb143ec
commit 78549b1c5b
2 changed files with 1121 additions and 1056 deletions

2163
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -26,10 +26,10 @@ ssfetcher = "bin.ssfetcher:main"
[tool.poetry.dependencies]
python = "^3.8.1"
redis = {version = "^4.4.0", extras = ["hiredis"]}
flask-restx = "^0.5.1"
flask-restx = "^1.0.3"
gunicorn = "^20.1.0"
python-dateutil = "^2.8.2"
pyipasnhistory = "^2.1.1"
pyipasnhistory = "^2.1.2"
pycountry = "^22.3.5"
beautifulsoup4 = "^4.11.1"
aiohttp = "^3.8.3"
@ -38,12 +38,12 @@ pid = "^3.0.4"
pybgpranking2 = "^2.0.1"
[tool.poetry.dev-dependencies]
ipython = "^8.7.0"
ipython = "^8.8.0"
mypy = "^0.991"
types-setuptools = "^65.6.0.2"
types-redis = "^4.3.21.6"
types-requests = "^2.28.11.5"
types-python-dateutil = "^2.8.19.4"
types-setuptools = "^65.6.0.3"
types-redis = "^4.4.0.0"
types-requests = "^2.28.11.7"
types-python-dateutil = "^2.8.19.5"
[build-system]
requires = ["poetry-core>=1.0.0"]