chg: Bump deps
parent
648cb143ec
commit
78549b1c5b
File diff suppressed because it is too large
Load Diff
|
@ -26,10 +26,10 @@ ssfetcher = "bin.ssfetcher:main"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8.1"
|
python = "^3.8.1"
|
||||||
redis = {version = "^4.4.0", extras = ["hiredis"]}
|
redis = {version = "^4.4.0", extras = ["hiredis"]}
|
||||||
flask-restx = "^0.5.1"
|
flask-restx = "^1.0.3"
|
||||||
gunicorn = "^20.1.0"
|
gunicorn = "^20.1.0"
|
||||||
python-dateutil = "^2.8.2"
|
python-dateutil = "^2.8.2"
|
||||||
pyipasnhistory = "^2.1.1"
|
pyipasnhistory = "^2.1.2"
|
||||||
pycountry = "^22.3.5"
|
pycountry = "^22.3.5"
|
||||||
beautifulsoup4 = "^4.11.1"
|
beautifulsoup4 = "^4.11.1"
|
||||||
aiohttp = "^3.8.3"
|
aiohttp = "^3.8.3"
|
||||||
|
@ -38,12 +38,12 @@ pid = "^3.0.4"
|
||||||
pybgpranking2 = "^2.0.1"
|
pybgpranking2 = "^2.0.1"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
ipython = "^8.7.0"
|
ipython = "^8.8.0"
|
||||||
mypy = "^0.991"
|
mypy = "^0.991"
|
||||||
types-setuptools = "^65.6.0.2"
|
types-setuptools = "^65.6.0.3"
|
||||||
types-redis = "^4.3.21.6"
|
types-redis = "^4.4.0.0"
|
||||||
types-requests = "^2.28.11.5"
|
types-requests = "^2.28.11.7"
|
||||||
types-python-dateutil = "^2.8.19.4"
|
types-python-dateutil = "^2.8.19.5"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
Loading…
Reference in New Issue