chg: Bump certifi

pull/19/head
Raphaël Vinot 2022-12-09 12:14:24 +01:00
parent 1f2abffc3b
commit f49bbb87b6
2 changed files with 578 additions and 615 deletions

1177
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.3.1", extras = ["hiredis"]}
redis = {version = "^4.4.0", extras = ["hiredis"]}
flask-restx = "^0.5.1"
gunicorn = "^20.1.0"
python-dateutil = "^2.8.2"
pyipasnhistory = "^2.1.1"
pycountry = "^22.3.5"
beautifulsoup4 = "^4.11.1"
aiohttp = "^3.8.1"
aiohttp = "^3.8.3"
Bootstrap-Flask = "^1.8.0"
pid = "^3.0.4"
pybgpranking2 = "^2.0.1"
[tool.poetry.dev-dependencies]
ipython = "^8.3.0"
mypy = "^0.950"
types-setuptools = "^57.4.15"
types-redis = "^4.2.5"
types-requests = "^2.27.27"
types-python-dateutil = "^2.8.16"
ipython = "^8.7.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"
[build-system]
requires = ["poetry-core>=1.0.0"]