diff --git a/poetry.lock b/poetry.lock index 142eea6e..97df07e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1307,7 +1307,7 @@ test = ["pytest (>=4.3)", "pytest-mock (>=3.3)"] [[package]] name = "ua-parser" -version = "0.16.0" +version = "0.16.1" description = "Python port of Browserscope's user agent parser" category = "main" optional = false @@ -1427,7 +1427,7 @@ misp = ["python-magic", "pydeep2"] [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "90003c57a955fc53cd2489298f39a52b0ccacfc1d5943dc786cfb3e0fd58b00c" +content-hash = "4f45b72ad919c95e75d7e84ec0a2df05605b35e7101eff50303c0fd9b6fe55ec" [metadata.files] aiohttp = [ @@ -2533,8 +2533,8 @@ tzlocal = [ {file = "tzlocal-4.2.tar.gz", hash = "sha256:ee5842fa3a795f023514ac2d801c4a81d1743bbe642e3940143326b3a00addd7"}, ] ua-parser = [ - {file = "ua-parser-0.16.0.tar.gz", hash = "sha256:ace314a7c04f89d37282d5c837d1189960314a336270b41f6d6171097c8dfe9a"}, - {file = "ua_parser-0.16.0-py2.py3-none-any.whl", hash = "sha256:f11dcec514d211be24671da296c491adbe43d76e6866d99972fda966c77b6349"}, + {file = "ua-parser-0.16.1.tar.gz", hash = "sha256:ed3efc695f475ffe56248c9789b3016247e9c20e3556cfa4d5aadc78ab4b26c6"}, + {file = "ua_parser-0.16.1-py2.py3-none-any.whl", hash = "sha256:f97126300df8ac0f8f2c9d8559669532d626a1af529265fd253cba56e73ab36e"}, ] urllib3 = [ {file = "urllib3-1.26.12-py2.py3-none-any.whl", hash = "sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997"}, diff --git a/pyproject.toml b/pyproject.toml index c8be3b70..27f85462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pyphishtanklookup = "^1.1" Flask-Cors = "^3.0.10" pyhashlookup = "^1.2.0" lief = "^0.12.1" -ua-parser = "^0.16.0" +ua-parser = "^0.16.1" Flask-Login = "^0.6.2" har2tree = "^1.15.0" playwrightcapture = "^1.14.4"