mirror of https://github.com/CIRCL/lookyloo
build(deps): bump ua-parser from 0.16.0 to 0.16.1
Bumps [ua-parser](https://github.com/ua-parser/uap-python) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/ua-parser/uap-python/releases) - [Commits](https://github.com/ua-parser/uap-python/compare/0.16.0...0.16.1) --- updated-dependencies: - dependency-name: ua-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>pull/504/head
parent
c201592c22
commit
8757dab729
|
@ -1307,7 +1307,7 @@ test = ["pytest (>=4.3)", "pytest-mock (>=3.3)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ua-parser"
|
name = "ua-parser"
|
||||||
version = "0.16.0"
|
version = "0.16.1"
|
||||||
description = "Python port of Browserscope's user agent parser"
|
description = "Python port of Browserscope's user agent parser"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -1427,7 +1427,7 @@ misp = ["python-magic", "pydeep2"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = ">=3.8,<3.11"
|
python-versions = ">=3.8,<3.11"
|
||||||
content-hash = "90003c57a955fc53cd2489298f39a52b0ccacfc1d5943dc786cfb3e0fd58b00c"
|
content-hash = "4f45b72ad919c95e75d7e84ec0a2df05605b35e7101eff50303c0fd9b6fe55ec"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
@ -2533,8 +2533,8 @@ tzlocal = [
|
||||||
{file = "tzlocal-4.2.tar.gz", hash = "sha256:ee5842fa3a795f023514ac2d801c4a81d1743bbe642e3940143326b3a00addd7"},
|
{file = "tzlocal-4.2.tar.gz", hash = "sha256:ee5842fa3a795f023514ac2d801c4a81d1743bbe642e3940143326b3a00addd7"},
|
||||||
]
|
]
|
||||||
ua-parser = [
|
ua-parser = [
|
||||||
{file = "ua-parser-0.16.0.tar.gz", hash = "sha256:ace314a7c04f89d37282d5c837d1189960314a336270b41f6d6171097c8dfe9a"},
|
{file = "ua-parser-0.16.1.tar.gz", hash = "sha256:ed3efc695f475ffe56248c9789b3016247e9c20e3556cfa4d5aadc78ab4b26c6"},
|
||||||
{file = "ua_parser-0.16.0-py2.py3-none-any.whl", hash = "sha256:f11dcec514d211be24671da296c491adbe43d76e6866d99972fda966c77b6349"},
|
{file = "ua_parser-0.16.1-py2.py3-none-any.whl", hash = "sha256:f97126300df8ac0f8f2c9d8559669532d626a1af529265fd253cba56e73ab36e"},
|
||||||
]
|
]
|
||||||
urllib3 = [
|
urllib3 = [
|
||||||
{file = "urllib3-1.26.12-py2.py3-none-any.whl", hash = "sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997"},
|
{file = "urllib3-1.26.12-py2.py3-none-any.whl", hash = "sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997"},
|
||||||
|
|
|
@ -60,7 +60,7 @@ pyphishtanklookup = "^1.1"
|
||||||
Flask-Cors = "^3.0.10"
|
Flask-Cors = "^3.0.10"
|
||||||
pyhashlookup = "^1.2.0"
|
pyhashlookup = "^1.2.0"
|
||||||
lief = "^0.12.1"
|
lief = "^0.12.1"
|
||||||
ua-parser = "^0.16.0"
|
ua-parser = "^0.16.1"
|
||||||
Flask-Login = "^0.6.2"
|
Flask-Login = "^0.6.2"
|
||||||
har2tree = "^1.15.0"
|
har2tree = "^1.15.0"
|
||||||
playwrightcapture = "^1.14.4"
|
playwrightcapture = "^1.14.4"
|
||||||
|
|
Loading…
Reference in New Issue