git: Bump deps
parent
4503b36b32
commit
f81495be99
File diff suppressed because it is too large
Load Diff
|
@ -32,18 +32,21 @@ python-dateutil = "^2.8.2"
|
||||||
pyipasnhistory = "^2.1.2"
|
pyipasnhistory = "^2.1.2"
|
||||||
pycountry = "^22.3.5"
|
pycountry = "^22.3.5"
|
||||||
beautifulsoup4 = "^4.12.2"
|
beautifulsoup4 = "^4.12.2"
|
||||||
aiohttp = "^3.8.4"
|
aiohttp = "^3.8.5"
|
||||||
Bootstrap-Flask = "^1.8.0"
|
Bootstrap-Flask = "^1.8.0"
|
||||||
pid = "^3.0.4"
|
pid = "^3.0.4"
|
||||||
pybgpranking2 = "^2.0.1"
|
pybgpranking2 = "^2.0.1"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
ipython = "<8.13.0"
|
ipython = [
|
||||||
mypy = "^1.2.0"
|
{version = "<8.13.0", python = "<3.9"},
|
||||||
types-setuptools = "^67.7.0.1"
|
{version = "^8.13.0", python = ">=3.9"}
|
||||||
types-redis = "^4.5.4.1"
|
]
|
||||||
types-requests = "^2.29.0.0"
|
mypy = "^1.4.1"
|
||||||
types-python-dateutil = "^2.8.19.12"
|
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]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.2"]
|
requires = ["poetry-core>=1.2"]
|
||||||
|
|
Loading…
Reference in New Issue