chg: Bump deps

pull/1287/head
Raphaël Vinot 2024-08-20 13:04:15 +02:00
parent 455fea22bf
commit 69877a8809
3 changed files with 585 additions and 478 deletions

1050
poetry.lock generated

File diff suppressed because it is too large Load Diff

@ -1 +1 @@
Subproject commit b58fd9afafb3eb8443b738343cc1cd584ac806e4
Subproject commit 62bc75edd8f1194d8701706b8f54e3f3060d948b

View File

@ -61,9 +61,12 @@ docutils = {version = "^0.21.1", optional = true, python = ">=3.9"}
recommonmark = {version = "^0.7.1", optional = true, python = ">=3.9"}
reportlab = {version = "^4.2.2", optional = true}
pyfaup = {version = "^1.2", optional = true}
publicsuffixlist = {version = "^1.0.2.20240726", optional = true}
publicsuffixlist = {version = "^1.0.2.20240814", optional = true}
urllib3 = {extras = ["brotli"], version = "*", optional = true}
Sphinx = {version = "^7.4.7", python = ">=3.9", optional = true}
Sphinx = [
{version = "^7.2", python = ">=3.9,<3.10", optional = true},
{version = "^8", python = ">=3.10", optional = true}
]
[tool.poetry.extras]
fileobjects = ['python-magic', 'pydeep2', 'lief']
@ -77,7 +80,7 @@ brotli = ['urllib3']
[tool.poetry.group.dev.dependencies]
requests-mock = "^1.12.1"
mypy = "^1.11.0"
mypy = "^1.11.1"
ipython = [
{version = "<8.13.0", python = "<3.9"},
{version = "^8.18.0", python = ">=3.9"},
@ -86,7 +89,7 @@ ipython = [
jupyterlab = "^4.2.4"
types-requests = "^2.32.0.20240712"
types-python-dateutil = "^2.9.0.20240316"
types-redis = "^4.6.0.20240726"
types-redis = "^4.6.0.20240819"
types-Flask = "^1.1.6"
pytest-cov = "^5.0.0"