diff --git a/poetry.lock b/poetry.lock index c0b930e..b1a703a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -648,19 +648,19 @@ tests = ["asttokens", "littleutils", "pytest", "rich"] [[package]] name = "filelock" -version = "3.9.0" +version = "3.9.1" description = "A platform independent file lock." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "filelock-3.9.0-py3-none-any.whl", hash = "sha256:f58d535af89bb9ad5cd4df046f741f8553a418c01a7856bf0d173bbc9f6bd16d"}, - {file = "filelock-3.9.0.tar.gz", hash = "sha256:7b319f24340b51f55a2bf7a12ac0755a9b03e718311dac567a0f4f7fabd2f5de"}, + {file = "filelock-3.9.1-py3-none-any.whl", hash = "sha256:4427cdda14a1c68e264845142842d6de2d0fa2c15ba31571a3d9c9a1ec9d191c"}, + {file = "filelock-3.9.1.tar.gz", hash = "sha256:e393782f76abea324dee598d2ea145b857a20df0e0ee4f80fcf35e72a341d2c7"}, ] [package.extras] -docs = ["furo (>=2022.12.7)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.5)"] -testing = ["covdefaults (>=2.2.2)", "coverage (>=7.0.1)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-timeout (>=2.1)"] +docs = ["furo (>=2022.12.7)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.22,!=1.23.4)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.2.1)", "pytest (>=7.2.2)", "pytest-cov (>=4)", "pytest-timeout (>=2.1)"] [[package]] name = "filetype" @@ -2192,14 +2192,14 @@ docs = ["Sphinx (>=6.1.3,<7.0.0)"] [[package]] name = "pymisp" -version = "2.4.168.1" +version = "2.4.169.1" description = "Python API for MISP." category = "main" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "pymisp-2.4.168.1-py3-none-any.whl", hash = "sha256:ba69aa40fd49b9a2674c75b5db03e46dca88268d8e2efa1b88f6b71ff8223d57"}, - {file = "pymisp-2.4.168.1.tar.gz", hash = "sha256:70b77dddd55212eb40afff6f1890f20c746ca3ec45d955dc7a832ea7ceff3a2f"}, + {file = "pymisp-2.4.169.1-py3-none-any.whl", hash = "sha256:7801addea702eed9e2b632f6e5f656f796f27488120535143879a7fa0fc0f0cc"}, + {file = "pymisp-2.4.169.1.tar.gz", hash = "sha256:381678496454136be3753a3cffb5e232bcd4e6cbc9e29f131c18ff5761e9bedd"}, ] [package.dependencies] @@ -2619,19 +2619,22 @@ files = [ [[package]] name = "speechrecognition" -version = "3.9.0" +version = "3.10.0" description = "Library for performing speech recognition, with support for several engines and APIs, online and offline." category = "main" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "SpeechRecognition-3.9.0-py2.py3-none-any.whl", hash = "sha256:6da44facb564b3f2bcee96a2bf876b89a14f61afdee1e7fb12815e58211fd329"}, - {file = "SpeechRecognition-3.9.0.tar.gz", hash = "sha256:a2f992acda6314a3fa574bf84c2e075ce75f2b4c143b4435d7cbc98f66565ee7"}, + {file = "SpeechRecognition-3.10.0-py2.py3-none-any.whl", hash = "sha256:7ae9966887d9909ce3e5a0c27ecc3eacfca16fd0c0829f77f552919418e86306"}, + {file = "SpeechRecognition-3.10.0.tar.gz", hash = "sha256:14131155e8a8ba00ead1b7b9b1a2fa71c845e4db5f9a5f66a33a1bd6c55c6c35"}, ] [package.dependencies] requests = ">=2.26.0" +[package.extras] +whisper-api = ["openai"] + [[package]] name = "stack-data" version = "0.6.2" @@ -3175,4 +3178,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "4dbde052bdba5e3dd2c8069b462e96757f37481e8872a7920af744c3fe2978ae" +content-hash = "37e3da30989103254088c0bd845526ba1795f56e16a425b534da330ac3b6db99" diff --git a/pyproject.toml b/pyproject.toml index a57193c..bace0ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pysanejs = "^2.0.1" pylookyloo = "^1.18.1" dnspython = "^2.3.0" pytaxonomies = "^1.5.0" -pymisp = {version = "^2.4.168.1", extras = ["url", "fileobjects"]} +pymisp = {version = "^2.4.169.1", extras = ["url", "fileobjects"]} Pillow = "^9.4.0" flask-restx = "^1.1.0" rich = "^13.3.2"