chg: Bump deps, fix endless loop

pull/514/head
Raphaël Vinot 2022-09-06 14:50:24 +02:00
parent 903c67127b
commit ca07a8fcba
2 changed files with 14 additions and 15 deletions

23
poetry.lock generated
View File

@ -406,7 +406,7 @@ tornado = ["tornado (>=0.2)"]
[[package]]
name = "har2tree"
version = "1.15.1"
version = "1.15.4"
description = "HTTP Archive (HAR) to ETE Toolkit generator"
category = "main"
optional = false
@ -475,7 +475,7 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)",
[[package]]
name = "ipython"
version = "8.4.0"
version = "8.5.0"
description = "IPython: Productive Interactive Computing"
category = "dev"
optional = false
@ -490,9 +490,8 @@ jedi = ">=0.16"
matplotlib-inline = "*"
pexpect = {version = ">4.3", markers = "sys_platform != \"win32\""}
pickleshare = "*"
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
prompt-toolkit = ">3.0.1,<3.1.0"
pygments = ">=2.4.0"
setuptools = ">=18.5"
stack-data = "*"
traitlets = ">=5"
@ -1170,7 +1169,7 @@ test = ["pre-commit", "pytest"]
[[package]]
name = "types-beautifulsoup4"
version = "4.11.5"
version = "4.11.6"
description = "Typing stubs for beautifulsoup4"
category = "dev"
optional = false
@ -1438,7 +1437,7 @@ misp = ["python-magic", "pydeep2"]
[metadata]
lock-version = "1.1"
python-versions = ">=3.8,<3.11"
content-hash = "4f495754318ae9a547e0fd7854f5aa9c9bf126482e9d821ddaac03d0ac039e65"
content-hash = "46db3fd177fb45d82947eb86e58fd45d5c7396b712852b76e22d0ad9901abc3a"
[metadata.files]
aiohttp = [
@ -1800,8 +1799,8 @@ gunicorn = [
{file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"},
]
har2tree = [
{file = "har2tree-1.15.1-py3-none-any.whl", hash = "sha256:71ac3adcbcfe42e7977ba040f48c4b9c136064650839e3d761d5dad7f8feb7a5"},
{file = "har2tree-1.15.1.tar.gz", hash = "sha256:b56498349d57e13ef6da2d6cef4fdc542055459ad5d41e7539ce9029edf204ec"},
{file = "har2tree-1.15.4-py3-none-any.whl", hash = "sha256:5ee864475e86b1d451e6b15d88195e300a7b28440e973fdd297c4fdb72679a9a"},
{file = "har2tree-1.15.4.tar.gz", hash = "sha256:1a5f5b987581260f36a53eaa59f160ffaa4f7184b65bf7c256e15dfdd942b1fa"},
]
hiredis = [
{file = "hiredis-2.0.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b4c8b0bc5841e578d5fb32a16e0c305359b987b850a06964bd5a62739d688048"},
@ -1859,8 +1858,8 @@ importlib-resources = [
{file = "importlib_resources-5.9.0.tar.gz", hash = "sha256:5481e97fb45af8dcf2f798952625591c58fe599d0735d86b10f54de086a61681"},
]
ipython = [
{file = "ipython-8.4.0-py3-none-any.whl", hash = "sha256:7ca74052a38fa25fe9bedf52da0be7d3fdd2fb027c3b778ea78dfe8c212937d1"},
{file = "ipython-8.4.0.tar.gz", hash = "sha256:f2db3a10254241d9b447232cec8b424847f338d9d36f9a577a6192c332a46abd"},
{file = "ipython-8.5.0-py3-none-any.whl", hash = "sha256:6f090e29ab8ef8643e521763a4f1f39dc3914db643122b1e9d3328ff2e43ada2"},
{file = "ipython-8.5.0.tar.gz", hash = "sha256:097bdf5cd87576fd066179c9f7f208004f7a6864ee1b20f37d346c0bcb099f84"},
]
itsdangerous = [
{file = "itsdangerous-2.1.2-py3-none-any.whl", hash = "sha256:2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44"},
@ -2480,8 +2479,8 @@ traitlets = [
{file = "traitlets-5.3.0.tar.gz", hash = "sha256:0bb9f1f9f017aa8ec187d8b1b2a7a6626a2a1d877116baba52a129bfa124f8e2"},
]
types-beautifulsoup4 = [
{file = "types-beautifulsoup4-4.11.5.tar.gz", hash = "sha256:645963117b0f03f4a44bda36cf3da50cc0e25001e4d19c044d1e323a37c69d73"},
{file = "types_beautifulsoup4-4.11.5-py3-none-any.whl", hash = "sha256:4b97fce9049e5367ddf45333c8c7224e57d71a3f93162c714be52bf1aa538f0a"},
{file = "types-beautifulsoup4-4.11.6.tar.gz", hash = "sha256:2670dd71995df464041e2941fa9bbb694795271e3dedd7262b4766649a1cbe82"},
{file = "types_beautifulsoup4-4.11.6-py3-none-any.whl", hash = "sha256:ac9dd1383481201ea07f27c5a43e7b1ee71caf9c720b7ae951db15d60d126e80"},
]
types-click = [
{file = "types-click-7.1.8.tar.gz", hash = "sha256:b6604968be6401dc516311ca50708a0a28baa7a0cb840efd7412f0dbbff4e092"},

View File

@ -62,7 +62,7 @@ pyhashlookup = "^1.2.1"
lief = "^0.12.1"
ua-parser = "^0.16.1"
Flask-Login = "^0.6.2"
har2tree = "^1.15.1"
har2tree = "^1.15.4"
playwrightcapture = "^1.15.1"
passivetotal = "^2.5.9"
werkzeug = "2.1.2"
@ -74,14 +74,14 @@ misp = ['python-magic', 'pydeep2']
[tool.poetry.dev-dependencies]
mypy = "^0.971"
ipython = "^8.4.0"
ipython = "^8.5.0"
types-redis = "^4.3.20"
types-requests = "^2.28.9"
types-Flask = "^1.1.6"
types-pkg-resources = "^0.1.3"
types-Deprecated = "^1.2.9"
types-python-dateutil = "^2.8.19"
types-beautifulsoup4 = "^4.11.5"
types-beautifulsoup4 = "^4.11.6"
types-Pillow = "^9.2.1"
[build-system]