chg: Bump deps

pull/875/head
Raphaël Vinot 2022-10-27 14:00:31 +02:00
parent b8182c42d6
commit 81bd6fdd26
2 changed files with 278 additions and 243 deletions

509
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -56,9 +56,9 @@ beautifulsoup4 = {version = "^4.11.1", optional = true}
validators = {version = "^0.20.0", optional = true}
sphinx-autodoc-typehints = {version = "^1.19.4", optional = true}
recommonmark = {version = "^0.7.1", optional = true}
reportlab = {version = "^3.6.11", optional = true}
reportlab = {version = "^3.6.12", optional = true}
pyfaup = {version = "^1.2", optional = true}
publicsuffixlist = {version = "^0.9.0", optional = true}
publicsuffixlist = {version = "^0.9.1", optional = true}
chardet = {version = "^5.0.0", optional = true}
urllib3 = {extras = ["brotli"], version = "^1.26.12", optional = true}
@ -76,10 +76,10 @@ brotli = ['urllib3']
requests-mock = "^1.10.0"
mypy = "^0.982"
ipython = "^7.34.0"
jupyterlab = "^3.4.8"
types-requests = "^2.28.11.1"
types-python-dateutil = "^2.8.19"
types-redis = "^4.3.21.1"
jupyterlab = "^3.5.0"
types-requests = "^2.28.11.2"
types-python-dateutil = "^2.8.19.2"
types-redis = "^4.3.21.3"
types-Flask = "^1.1.6"
pytest-cov = "^4.0.0"