build(deps): bump publicsuffixlist

Bumps [publicsuffixlist](https://github.com/ko-zu/psl) from 0.10.0.20230506 to 0.10.0.20230608.
- [Commits](https://github.com/ko-zu/psl/commits)

---
updated-dependencies:
- dependency-name: publicsuffixlist
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/714/head
dependabot[bot] 2023-06-08 11:02:43 +00:00 committed by GitHub
parent 40105a64a3
commit 4e58671e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 136 additions and 6 deletions

140
poetry.lock generated
View File

@ -1,9 +1,10 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. # This file is automatically @generated by Poetry and should not be changed by hand.
[[package]] [[package]]
name = "aiohttp" name = "aiohttp"
version = "3.8.4" version = "3.8.4"
description = "Async http client/server framework (asyncio)" description = "Async http client/server framework (asyncio)"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -112,6 +113,7 @@ speedups = ["Brotli", "aiodns", "cchardet"]
name = "aiosignal" name = "aiosignal"
version = "1.3.1" version = "1.3.1"
description = "aiosignal: a list of registered asynchronous callbacks" description = "aiosignal: a list of registered asynchronous callbacks"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -126,6 +128,7 @@ frozenlist = ">=1.1.0"
name = "aniso8601" name = "aniso8601"
version = "9.0.1" version = "9.0.1"
description = "A library for parsing ISO 8601 strings." description = "A library for parsing ISO 8601 strings."
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -140,6 +143,7 @@ dev = ["black", "coverage", "isort", "pre-commit", "pyenchant", "pylint"]
name = "appnope" name = "appnope"
version = "0.1.3" version = "0.1.3"
description = "Disable App Nap on macOS >= 10.9" description = "Disable App Nap on macOS >= 10.9"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -151,6 +155,7 @@ files = [
name = "asttokens" name = "asttokens"
version = "2.2.1" version = "2.2.1"
description = "Annotate AST trees with source code positions" description = "Annotate AST trees with source code positions"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -168,6 +173,7 @@ test = ["astroid", "pytest"]
name = "async-timeout" name = "async-timeout"
version = "4.0.2" version = "4.0.2"
description = "Timeout context manager for asyncio programs" description = "Timeout context manager for asyncio programs"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -179,6 +185,7 @@ files = [
name = "attrs" name = "attrs"
version = "23.1.0" version = "23.1.0"
description = "Classes Without Boilerplate" description = "Classes Without Boilerplate"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -197,6 +204,7 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte
name = "backcall" name = "backcall"
version = "0.2.0" version = "0.2.0"
description = "Specifications for callback functions passed in to an API" description = "Specifications for callback functions passed in to an API"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -208,6 +216,7 @@ files = [
name = "backports-zoneinfo" name = "backports-zoneinfo"
version = "0.2.1" version = "0.2.1"
description = "Backport of the standard library zoneinfo module" description = "Backport of the standard library zoneinfo module"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -236,6 +245,7 @@ tzdata = ["tzdata"]
name = "beautifulsoup4" name = "beautifulsoup4"
version = "4.12.2" version = "4.12.2"
description = "Screen-scraping library" description = "Screen-scraping library"
category = "main"
optional = false optional = false
python-versions = ">=3.6.0" python-versions = ">=3.6.0"
files = [ files = [
@ -254,6 +264,7 @@ lxml = ["lxml"]
name = "blinker" name = "blinker"
version = "1.6.2" version = "1.6.2"
description = "Fast, simple object-to-object and broadcast signaling" description = "Fast, simple object-to-object and broadcast signaling"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -265,6 +276,7 @@ files = [
name = "bootstrap-flask" name = "bootstrap-flask"
version = "2.2.0" version = "2.2.0"
description = "Bootstrap 4 & 5 helper for your Flask projects." description = "Bootstrap 4 & 5 helper for your Flask projects."
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -280,6 +292,7 @@ WTForms = "*"
name = "certifi" name = "certifi"
version = "2023.5.7" version = "2023.5.7"
description = "Python package for providing Mozilla's CA Bundle." description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -291,6 +304,7 @@ files = [
name = "cffi" name = "cffi"
version = "1.15.1" version = "1.15.1"
description = "Foreign Function Interface for Python calling C code." description = "Foreign Function Interface for Python calling C code."
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -367,6 +381,7 @@ pycparser = "*"
name = "chardet" name = "chardet"
version = "5.1.0" version = "5.1.0"
description = "Universal encoding detector for Python 3" description = "Universal encoding detector for Python 3"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -378,6 +393,7 @@ files = [
name = "charset-normalizer" name = "charset-normalizer"
version = "3.1.0" version = "3.1.0"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false optional = false
python-versions = ">=3.7.0" python-versions = ">=3.7.0"
files = [ files = [
@ -462,6 +478,7 @@ files = [
name = "click" name = "click"
version = "8.1.3" version = "8.1.3"
description = "Composable command line interface toolkit" description = "Composable command line interface toolkit"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -476,6 +493,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
name = "colorama" name = "colorama"
version = "0.4.6" version = "0.4.6"
description = "Cross-platform colored terminal text." description = "Cross-platform colored terminal text."
category = "main"
optional = false optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [ files = [
@ -487,6 +505,7 @@ files = [
name = "cryptography" name = "cryptography"
version = "41.0.1" version = "41.0.1"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -528,6 +547,7 @@ test-randomorder = ["pytest-randomly"]
name = "dateparser" name = "dateparser"
version = "1.1.8" version = "1.1.8"
description = "Date parsing library designed to parse dates from HTML pages" description = "Date parsing library designed to parse dates from HTML pages"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -550,6 +570,7 @@ langdetect = ["langdetect"]
name = "decorator" name = "decorator"
version = "5.1.1" version = "5.1.1"
description = "Decorators for Humans" description = "Decorators for Humans"
category = "dev"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
files = [ files = [
@ -561,6 +582,7 @@ files = [
name = "defang" name = "defang"
version = "0.5.3" version = "0.5.3"
description = "Defangs and refangs malicious URLs" description = "Defangs and refangs malicious URLs"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -571,6 +593,7 @@ files = [
name = "deprecated" name = "deprecated"
version = "1.2.14" version = "1.2.14"
description = "Python @deprecated decorator to deprecate old python classes, functions or methods." description = "Python @deprecated decorator to deprecate old python classes, functions or methods."
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@ -588,6 +611,7 @@ dev = ["PyTest", "PyTest-Cov", "bump2version (<1)", "sphinx (<2)", "tox"]
name = "dnspython" name = "dnspython"
version = "2.3.0" version = "2.3.0"
description = "DNS toolkit" description = "DNS toolkit"
category = "main"
optional = false optional = false
python-versions = ">=3.7,<4.0" python-versions = ">=3.7,<4.0"
files = [ files = [
@ -608,6 +632,7 @@ wmi = ["wmi (>=1.5.1,<2.0.0)"]
name = "ete3" name = "ete3"
version = "3.1.3" version = "3.1.3"
description = "A Python Environment for (phylogenetic) Tree Exploration" description = "A Python Environment for (phylogenetic) Tree Exploration"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -618,6 +643,7 @@ files = [
name = "executing" name = "executing"
version = "1.2.0" version = "1.2.0"
description = "Get the currently executing AST node of a frame, and other information" description = "Get the currently executing AST node of a frame, and other information"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -632,6 +658,7 @@ tests = ["asttokens", "littleutils", "pytest", "rich"]
name = "filelock" name = "filelock"
version = "3.12.0" version = "3.12.0"
description = "A platform independent file lock." description = "A platform independent file lock."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -647,6 +674,7 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "diff-cover (>=7.5)", "p
name = "filetype" name = "filetype"
version = "1.2.0" version = "1.2.0"
description = "Infer file type and MIME type of any file/buffer. No external dependencies." description = "Infer file type and MIME type of any file/buffer. No external dependencies."
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -658,6 +686,7 @@ files = [
name = "flask" name = "flask"
version = "2.3.2" version = "2.3.2"
description = "A simple framework for building complex web applications." description = "A simple framework for building complex web applications."
category = "main"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
@ -681,6 +710,7 @@ dotenv = ["python-dotenv"]
name = "flask-cors" name = "flask-cors"
version = "3.0.10" version = "3.0.10"
description = "A Flask extension adding a decorator for CORS support" description = "A Flask extension adding a decorator for CORS support"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -696,6 +726,7 @@ Six = "*"
name = "flask-login" name = "flask-login"
version = "0.6.2" version = "0.6.2"
description = "User authentication and session management for Flask." description = "User authentication and session management for Flask."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -711,6 +742,7 @@ Werkzeug = ">=1.0.1"
name = "flask-restx" name = "flask-restx"
version = "1.1.0" version = "1.1.0"
description = "Fully featured framework for fast, easy and documented API development with Flask" description = "Fully featured framework for fast, easy and documented API development with Flask"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -734,6 +766,7 @@ test = ["Faker (==2.0.0)", "blinker", "invoke (==2.0.0)", "mock (==3.0.5)", "pyt
name = "frozenlist" name = "frozenlist"
version = "1.3.3" version = "1.3.3"
description = "A list-like structure which implements collections.abc.MutableSequence" description = "A list-like structure which implements collections.abc.MutableSequence"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -817,6 +850,7 @@ files = [
name = "future" name = "future"
version = "0.18.3" version = "0.18.3"
description = "Clean single-source support for Python 3 and 2" description = "Clean single-source support for Python 3 and 2"
category = "main"
optional = false optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
files = [ files = [
@ -827,6 +861,7 @@ files = [
name = "greenlet" name = "greenlet"
version = "2.0.2" version = "2.0.2"
description = "Lightweight in-process concurrent programming" description = "Lightweight in-process concurrent programming"
category = "main"
optional = false optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
files = [ files = [
@ -900,6 +935,7 @@ test = ["objgraph", "psutil"]
name = "gunicorn" name = "gunicorn"
version = "20.1.0" version = "20.1.0"
description = "WSGI HTTP Server for UNIX" description = "WSGI HTTP Server for UNIX"
category = "main"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
files = [ files = [
@ -920,6 +956,7 @@ tornado = ["tornado (>=0.2)"]
name = "har2tree" name = "har2tree"
version = "1.20.0" version = "1.20.0"
description = "HTTP Archive (HAR) to ETE Toolkit generator" description = "HTTP Archive (HAR) to ETE Toolkit generator"
category = "main"
optional = false optional = false
python-versions = ">=3.8,<3.12" python-versions = ">=3.8,<3.12"
files = [ files = [
@ -948,6 +985,7 @@ docs = ["Sphinx (>=7.0.1,<8.0.0)"]
name = "hiredis" name = "hiredis"
version = "2.2.3" version = "2.2.3"
description = "Python wrapper for hiredis" description = "Python wrapper for hiredis"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1046,6 +1084,7 @@ files = [
name = "idna" name = "idna"
version = "3.4" version = "3.4"
description = "Internationalized Domain Names in Applications (IDNA)" description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
files = [ files = [
@ -1057,6 +1096,7 @@ files = [
name = "importlib-metadata" name = "importlib-metadata"
version = "6.6.0" version = "6.6.0"
description = "Read metadata from Python packages" description = "Read metadata from Python packages"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1076,6 +1116,7 @@ testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packag
name = "importlib-resources" name = "importlib-resources"
version = "5.12.0" version = "5.12.0"
description = "Read resources from Python packages" description = "Read resources from Python packages"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1094,6 +1135,7 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec
name = "ipython" name = "ipython"
version = "8.12.2" version = "8.12.2"
description = "IPython: Productive Interactive Computing" description = "IPython: Productive Interactive Computing"
category = "dev"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
@ -1133,6 +1175,7 @@ test-extra = ["curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.21)", "pa
name = "ipython" name = "ipython"
version = "8.14.0" version = "8.14.0"
description = "IPython: Productive Interactive Computing" description = "IPython: Productive Interactive Computing"
category = "dev"
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.9"
files = [ files = [
@ -1172,6 +1215,7 @@ test-extra = ["curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.21)", "pa
name = "itsdangerous" name = "itsdangerous"
version = "2.1.2" version = "2.1.2"
description = "Safely pass data to untrusted environments and back." description = "Safely pass data to untrusted environments and back."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1183,6 +1227,7 @@ files = [
name = "jedi" name = "jedi"
version = "0.18.2" version = "0.18.2"
description = "An autocompletion tool for Python that can be used for text editors." description = "An autocompletion tool for Python that can be used for text editors."
category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1202,6 +1247,7 @@ testing = ["Django (<3.1)", "attrs", "colorama", "docopt", "pytest (<7.0.0)"]
name = "jinja2" name = "jinja2"
version = "3.1.2" version = "3.1.2"
description = "A very fast and expressive template engine." description = "A very fast and expressive template engine."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1219,6 +1265,7 @@ i18n = ["Babel (>=2.7)"]
name = "jsonschema" name = "jsonschema"
version = "4.17.3" version = "4.17.3"
description = "An implementation of JSON Schema validation for Python" description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1240,6 +1287,7 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-
name = "lacuscore" name = "lacuscore"
version = "1.5.4" version = "1.5.4"
description = "Core of Lacus, usable as a module" description = "Core of Lacus, usable as a module"
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -1261,6 +1309,7 @@ docs = ["Sphinx (>=7.0.1,<8.0.0)"]
name = "lief" name = "lief"
version = "0.13.1" version = "0.13.1"
description = "Library to instrument executable formats" description = "Library to instrument executable formats"
category = "main"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
@ -1293,6 +1342,7 @@ files = [
name = "lxml" name = "lxml"
version = "4.9.2" version = "4.9.2"
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
files = [ files = [
@ -1385,6 +1435,7 @@ source = ["Cython (>=0.29.7)"]
name = "markdown-it-py" name = "markdown-it-py"
version = "2.2.0" version = "2.2.0"
description = "Python port of markdown-it. Markdown parsing, done right!" description = "Python port of markdown-it. Markdown parsing, done right!"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1409,6 +1460,7 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
name = "markupsafe" name = "markupsafe"
version = "2.1.3" version = "2.1.3"
description = "Safely add untrusted strings to HTML/XML markup." description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1468,6 +1520,7 @@ files = [
name = "matplotlib-inline" name = "matplotlib-inline"
version = "0.1.6" version = "0.1.6"
description = "Inline Matplotlib backend for Jupyter" description = "Inline Matplotlib backend for Jupyter"
category = "dev"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
files = [ files = [
@ -1482,6 +1535,7 @@ traitlets = "*"
name = "mdurl" name = "mdurl"
version = "0.1.2" version = "0.1.2"
description = "Markdown URL utilities" description = "Markdown URL utilities"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1493,6 +1547,7 @@ files = [
name = "multidict" name = "multidict"
version = "6.0.4" version = "6.0.4"
description = "multidict implementation" description = "multidict implementation"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1576,6 +1631,7 @@ files = [
name = "mypy" name = "mypy"
version = "1.3.0" version = "1.3.0"
description = "Optional static typing for Python" description = "Optional static typing for Python"
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1622,6 +1678,7 @@ reports = ["lxml"]
name = "mypy-extensions" name = "mypy-extensions"
version = "1.0.0" version = "1.0.0"
description = "Type system extensions for programs checked with the mypy type checker." description = "Type system extensions for programs checked with the mypy type checker."
category = "dev"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
files = [ files = [
@ -1633,6 +1690,7 @@ files = [
name = "numpy" name = "numpy"
version = "1.23.3" version = "1.23.3"
description = "NumPy is the fundamental package for array computing with Python." description = "NumPy is the fundamental package for array computing with Python."
category = "main"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
@ -1670,6 +1728,7 @@ files = [
name = "numpy" name = "numpy"
version = "1.24.3" version = "1.24.3"
description = "Fundamental package for array computing in Python" description = "Fundamental package for array computing in Python"
category = "main"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
@ -1707,6 +1766,7 @@ files = [
name = "parso" name = "parso"
version = "0.8.3" version = "0.8.3"
description = "A Python Parser" description = "A Python Parser"
category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1722,6 +1782,7 @@ testing = ["docopt", "pytest (<6.0.0)"]
name = "passivetotal" name = "passivetotal"
version = "2.5.9" version = "2.5.9"
description = "Library for the RiskIQ PassiveTotal and Illuminate API" description = "Library for the RiskIQ PassiveTotal and Illuminate API"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1742,6 +1803,7 @@ pandas = ["pandas"]
name = "pexpect" name = "pexpect"
version = "4.8.0" version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications." description = "Pexpect allows easy control of interactive console applications."
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1756,6 +1818,7 @@ ptyprocess = ">=0.5"
name = "pickleshare" name = "pickleshare"
version = "0.7.5" version = "0.7.5"
description = "Tiny 'shelve'-like database with concurrency support" description = "Tiny 'shelve'-like database with concurrency support"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1767,6 +1830,7 @@ files = [
name = "pillow" name = "pillow"
version = "9.5.0" version = "9.5.0"
description = "Python Imaging Library (Fork)" description = "Python Imaging Library (Fork)"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1846,6 +1910,7 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa
name = "pkgutil-resolve-name" name = "pkgutil-resolve-name"
version = "1.3.10" version = "1.3.10"
description = "Resolve a name to an object." description = "Resolve a name to an object."
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -1857,6 +1922,7 @@ files = [
name = "playwright" name = "playwright"
version = "1.34.0" version = "1.34.0"
description = "A high-level API to automate web browsers" description = "A high-level API to automate web browsers"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -1878,6 +1944,7 @@ typing-extensions = {version = "*", markers = "python_version <= \"3.8\""}
name = "playwrightcapture" name = "playwrightcapture"
version = "1.20.4" version = "1.20.4"
description = "A simple library to capture websites using playwright" description = "A simple library to capture websites using playwright"
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -1904,6 +1971,7 @@ recaptcha = ["SpeechRecognition (>=3.10.0,<4.0.0)", "pydub (>=0.25.1,<0.26.0)",
name = "prompt-toolkit" name = "prompt-toolkit"
version = "3.0.38" version = "3.0.38"
description = "Library for building powerful interactive command lines in Python" description = "Library for building powerful interactive command lines in Python"
category = "dev"
optional = false optional = false
python-versions = ">=3.7.0" python-versions = ">=3.7.0"
files = [ files = [
@ -1918,6 +1986,7 @@ wcwidth = "*"
name = "ptyprocess" name = "ptyprocess"
version = "0.7.0" version = "0.7.0"
description = "Run a subprocess in a pseudo terminal" description = "Run a subprocess in a pseudo terminal"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1927,13 +1996,14 @@ files = [
[[package]] [[package]]
name = "publicsuffixlist" name = "publicsuffixlist"
version = "0.10.0.20230506" version = "0.10.0.20230608"
description = "publicsuffixlist implement" description = "publicsuffixlist implement"
category = "main"
optional = false optional = false
python-versions = ">=2.6" python-versions = ">=2.6"
files = [ files = [
{file = "publicsuffixlist-0.10.0.20230506-py2.py3-none-any.whl", hash = "sha256:bd05a501cf28f1782a5bf48cae49c7681339809c69c74ff6fa77c73a94683df9"}, {file = "publicsuffixlist-0.10.0.20230608-py2.py3-none-any.whl", hash = "sha256:4b641e8367a45443165cf56fdab405faa67ca7a21bbe3e0449e1f2ed4f744836"},
{file = "publicsuffixlist-0.10.0.20230506.tar.gz", hash = "sha256:c1e437d574dbbfc54d368c8248ba421280b1001d75417051baf47e9a6b46cd64"}, {file = "publicsuffixlist-0.10.0.20230608.tar.gz", hash = "sha256:84cb4e189317d151aab86c50517fca48800b4f46ce459681132a194832cb0657"},
] ]
[package.extras] [package.extras]
@ -1944,6 +2014,7 @@ update = ["requests"]
name = "pure-eval" name = "pure-eval"
version = "0.2.2" version = "0.2.2"
description = "Safely evaluate AST nodes without side effects" description = "Safely evaluate AST nodes without side effects"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1958,6 +2029,7 @@ tests = ["pytest"]
name = "pycparser" name = "pycparser"
version = "2.21" version = "2.21"
description = "C parser in Python" description = "C parser in Python"
category = "dev"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@ -1969,6 +2041,7 @@ files = [
name = "pydeep2" name = "pydeep2"
version = "0.5.1" version = "0.5.1"
description = "Python bindings for ssdeep" description = "Python bindings for ssdeep"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -1991,6 +2064,7 @@ files = [
name = "pydub" name = "pydub"
version = "0.25.1" version = "0.25.1"
description = "Manipulate audio with an simple and easy high level interface" description = "Manipulate audio with an simple and easy high level interface"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2002,6 +2076,7 @@ files = [
name = "pyee" name = "pyee"
version = "9.0.4" version = "9.0.4"
description = "A port of node.js's EventEmitter to python." description = "A port of node.js's EventEmitter to python."
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2016,6 +2091,7 @@ typing-extensions = "*"
name = "pyeupi" name = "pyeupi"
version = "1.1" version = "1.1"
description = "Python API for the European Union anti-phishing initiative." description = "Python API for the European Union anti-phishing initiative."
category = "main"
optional = false optional = false
python-versions = ">=3.6,<4.0" python-versions = ">=3.6,<4.0"
files = [ files = [
@ -2030,6 +2106,7 @@ requests = ">=2.23.0,<3.0.0"
name = "pyfaup" name = "pyfaup"
version = "1.2" version = "1.2"
description = "Python bindings for the faup library" description = "Python bindings for the faup library"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2041,6 +2118,7 @@ files = [
name = "pygments" name = "pygments"
version = "2.15.1" version = "2.15.1"
description = "Pygments is a syntax highlighting package written in Python." description = "Pygments is a syntax highlighting package written in Python."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2055,6 +2133,7 @@ plugins = ["importlib-metadata"]
name = "pyhashlookup" name = "pyhashlookup"
version = "1.2.1" version = "1.2.1"
description = "Python CLI and module for CIRCL hash lookup" description = "Python CLI and module for CIRCL hash lookup"
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -2073,6 +2152,7 @@ docs = ["Sphinx (>=5.1.1,<6.0.0)"]
name = "pyipasnhistory" name = "pyipasnhistory"
version = "2.1.2" version = "2.1.2"
description = "Python client for IP ASN History" description = "Python client for IP ASN History"
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -2090,6 +2170,7 @@ docs = ["Sphinx (>=5.3.0,<6.0.0)"]
name = "pylacus" name = "pylacus"
version = "1.5.1" version = "1.5.1"
description = "Python CLI and module for lacus" description = "Python CLI and module for lacus"
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -2107,6 +2188,7 @@ docs = ["Sphinx (>=7.0.1,<8.0.0)"]
name = "pylookyloo" name = "pylookyloo"
version = "1.19.3" version = "1.19.3"
description = "Python CLI and module for Lookyloo" description = "Python CLI and module for Lookyloo"
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -2124,6 +2206,7 @@ docs = ["Sphinx (>=7.0.1,<8.0.0)"]
name = "pylookyloomonitoring" name = "pylookyloomonitoring"
version = "1.0.5" version = "1.0.5"
description = "Python API to connect to lookyloo monitoring" description = "Python API to connect to lookyloo monitoring"
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -2141,6 +2224,7 @@ docs = ["Sphinx (>=7.0.1,<8.0.0)"]
name = "pymisp" name = "pymisp"
version = "2.4.171" version = "2.4.171"
description = "Python API for MISP." description = "Python API for MISP."
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -2173,6 +2257,7 @@ virustotal = ["validators (>=0.20.0,<0.21.0)"]
name = "pypandora" name = "pypandora"
version = "1.4.0" version = "1.4.0"
description = "Python CLI and module for pandora" description = "Python CLI and module for pandora"
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -2190,6 +2275,7 @@ docs = ["Sphinx (>=6.1.3,<7.0.0)"]
name = "pyphishtanklookup" name = "pyphishtanklookup"
version = "1.2" version = "1.2"
description = "Python CLI and module for PhishtankLookup" description = "Python CLI and module for PhishtankLookup"
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -2207,6 +2293,7 @@ docs = ["Sphinx (>=6.0.0,<7.0.0)"]
name = "pyrsistent" name = "pyrsistent"
version = "0.19.3" version = "0.19.3"
description = "Persistent/Functional/Immutable data structures" description = "Persistent/Functional/Immutable data structures"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2243,6 +2330,7 @@ files = [
name = "pysanejs" name = "pysanejs"
version = "2.0.1" version = "2.0.1"
description = "Python client for SaneJS" description = "Python client for SaneJS"
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -2257,6 +2345,7 @@ requests = ">=2.28.1,<3.0.0"
name = "pysecuritytxt" name = "pysecuritytxt"
version = "1.1.1" version = "1.1.1"
description = "Python CLI and module for querying security.txt files on domains." description = "Python CLI and module for querying security.txt files on domains."
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -2274,6 +2363,7 @@ docs = ["Sphinx (>=7.0.1,<8.0.0)"]
name = "pytaxonomies" name = "pytaxonomies"
version = "1.5.0" version = "1.5.0"
description = "Python API for the taxonomies." description = "Python API for the taxonomies."
category = "main"
optional = false optional = false
python-versions = ">=3.8,<4.0" python-versions = ">=3.8,<4.0"
files = [ files = [
@ -2289,6 +2379,7 @@ webui = ["Flask (>=2.0,<3.0)", "Flask-Bootstrap (>=3.3.7.1,<4.0.0.0)", "Flask-WT
name = "python-dateutil" name = "python-dateutil"
version = "2.8.2" version = "2.8.2"
description = "Extensions to the standard Python datetime module" description = "Extensions to the standard Python datetime module"
category = "main"
optional = false optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
files = [ files = [
@ -2303,6 +2394,7 @@ six = ">=1.5"
name = "python-magic" name = "python-magic"
version = "0.4.27" version = "0.4.27"
description = "File type identification using libmagic" description = "File type identification using libmagic"
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [ files = [
@ -2314,6 +2406,7 @@ files = [
name = "pytz" name = "pytz"
version = "2023.3" version = "2023.3"
description = "World timezone definitions, modern and historical" description = "World timezone definitions, modern and historical"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2325,6 +2418,7 @@ files = [
name = "redis" name = "redis"
version = "4.5.5" version = "4.5.5"
description = "Python client for Redis database and key-value store" description = "Python client for Redis database and key-value store"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2344,6 +2438,7 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"
name = "regex" name = "regex"
version = "2023.6.3" version = "2023.6.3"
description = "Alternative regular expression module, to replace re." description = "Alternative regular expression module, to replace re."
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@ -2441,6 +2536,7 @@ files = [
name = "requests" name = "requests"
version = "2.31.0" version = "2.31.0"
description = "Python HTTP for Humans." description = "Python HTTP for Humans."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2462,6 +2558,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
name = "requests-file" name = "requests-file"
version = "1.5.1" version = "1.5.1"
description = "File transport adapter for Requests" description = "File transport adapter for Requests"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2477,6 +2574,7 @@ six = "*"
name = "rich" name = "rich"
version = "13.4.1" version = "13.4.1"
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
category = "main"
optional = false optional = false
python-versions = ">=3.7.0" python-versions = ">=3.7.0"
files = [ files = [
@ -2496,6 +2594,7 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"]
name = "setuptools" name = "setuptools"
version = "67.8.0" version = "67.8.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages" description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2512,6 +2611,7 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (
name = "six" name = "six"
version = "1.16.0" version = "1.16.0"
description = "Python 2 and 3 compatibility utilities" description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
files = [ files = [
@ -2523,6 +2623,7 @@ files = [
name = "soupsieve" name = "soupsieve"
version = "2.4.1" version = "2.4.1"
description = "A modern CSS selector implementation for Beautiful Soup." description = "A modern CSS selector implementation for Beautiful Soup."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2534,6 +2635,7 @@ files = [
name = "speechrecognition" name = "speechrecognition"
version = "3.10.0" version = "3.10.0"
description = "Library for performing speech recognition, with support for several engines and APIs, online and offline." description = "Library for performing speech recognition, with support for several engines and APIs, online and offline."
category = "main"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
@ -2551,6 +2653,7 @@ whisper-api = ["openai"]
name = "stack-data" name = "stack-data"
version = "0.6.2" version = "0.6.2"
description = "Extract data from python stack frames and tracebacks for informative displays" description = "Extract data from python stack frames and tracebacks for informative displays"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2570,6 +2673,7 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"]
name = "tldextract" name = "tldextract"
version = "3.4.4" version = "3.4.4"
description = "Accurately separates a URL's subdomain, domain, and public suffix, using the Public Suffix List (PSL). By default, this includes the public ICANN TLDs and their exceptions. You can optionally support the Public Suffix List's private domains as well." description = "Accurately separates a URL's subdomain, domain, and public suffix, using the Public Suffix List (PSL). By default, this includes the public ICANN TLDs and their exceptions. You can optionally support the Public Suffix List's private domains as well."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2587,6 +2691,7 @@ requests-file = ">=1.4"
name = "tomli" name = "tomli"
version = "2.0.1" version = "2.0.1"
description = "A lil' TOML parser" description = "A lil' TOML parser"
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2598,6 +2703,7 @@ files = [
name = "traitlets" name = "traitlets"
version = "5.9.0" version = "5.9.0"
description = "Traitlets Python configuration system" description = "Traitlets Python configuration system"
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2613,6 +2719,7 @@ test = ["argcomplete (>=2.0)", "pre-commit", "pytest", "pytest-mock"]
name = "types-beautifulsoup4" name = "types-beautifulsoup4"
version = "4.12.0.5" version = "4.12.0.5"
description = "Typing stubs for beautifulsoup4" description = "Typing stubs for beautifulsoup4"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2627,6 +2734,7 @@ types-html5lib = "*"
name = "types-deprecated" name = "types-deprecated"
version = "1.2.9.2" version = "1.2.9.2"
description = "Typing stubs for Deprecated" description = "Typing stubs for Deprecated"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2638,6 +2746,7 @@ files = [
name = "types-html5lib" name = "types-html5lib"
version = "1.1.11.14" version = "1.1.11.14"
description = "Typing stubs for html5lib" description = "Typing stubs for html5lib"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2649,6 +2758,7 @@ files = [
name = "types-pillow" name = "types-pillow"
version = "9.5.0.4" version = "9.5.0.4"
description = "Typing stubs for Pillow" description = "Typing stubs for Pillow"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2660,6 +2770,7 @@ files = [
name = "types-pkg-resources" name = "types-pkg-resources"
version = "0.1.3" version = "0.1.3"
description = "Typing stubs for pkg_resources" description = "Typing stubs for pkg_resources"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2671,6 +2782,7 @@ files = [
name = "types-pyopenssl" name = "types-pyopenssl"
version = "23.2.0.0" version = "23.2.0.0"
description = "Typing stubs for pyOpenSSL" description = "Typing stubs for pyOpenSSL"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2685,6 +2797,7 @@ cryptography = ">=35.0.0"
name = "types-python-dateutil" name = "types-python-dateutil"
version = "2.8.19.13" version = "2.8.19.13"
description = "Typing stubs for python-dateutil" description = "Typing stubs for python-dateutil"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2696,6 +2809,7 @@ files = [
name = "types-pytz" name = "types-pytz"
version = "2023.3.0.0" version = "2023.3.0.0"
description = "Typing stubs for pytz" description = "Typing stubs for pytz"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2707,6 +2821,7 @@ files = [
name = "types-redis" name = "types-redis"
version = "4.5.5.2" version = "4.5.5.2"
description = "Typing stubs for redis" description = "Typing stubs for redis"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2722,6 +2837,7 @@ types-pyOpenSSL = "*"
name = "types-requests" name = "types-requests"
version = "2.31.0.1" version = "2.31.0.1"
description = "Typing stubs for requests" description = "Typing stubs for requests"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2736,6 +2852,7 @@ types-urllib3 = "*"
name = "types-urllib3" name = "types-urllib3"
version = "1.26.25.13" version = "1.26.25.13"
description = "Typing stubs for urllib3" description = "Typing stubs for urllib3"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2747,6 +2864,7 @@ files = [
name = "typing-extensions" name = "typing-extensions"
version = "4.6.3" version = "4.6.3"
description = "Backported and Experimental Type Hints for Python 3.7+" description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2758,6 +2876,7 @@ files = [
name = "tzdata" name = "tzdata"
version = "2023.3" version = "2023.3"
description = "Provider of IANA time zone data" description = "Provider of IANA time zone data"
category = "main"
optional = false optional = false
python-versions = ">=2" python-versions = ">=2"
files = [ files = [
@ -2769,6 +2888,7 @@ files = [
name = "tzlocal" name = "tzlocal"
version = "5.0.1" version = "5.0.1"
description = "tzinfo object for the local timezone" description = "tzinfo object for the local timezone"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2787,6 +2907,7 @@ devenv = ["black", "check-manifest", "flake8", "pyroma", "pytest (>=4.3)", "pyte
name = "ua-parser" name = "ua-parser"
version = "0.16.1" version = "0.16.1"
description = "Python port of Browserscope's user agent parser" description = "Python port of Browserscope's user agent parser"
category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2798,6 +2919,7 @@ files = [
name = "urllib3" name = "urllib3"
version = "2.0.3" version = "2.0.3"
description = "HTTP library with thread-safe connection pooling, file post, and more." description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2815,6 +2937,7 @@ zstd = ["zstandard (>=0.18.0)"]
name = "vt-py" name = "vt-py"
version = "0.17.5" version = "0.17.5"
description = "The official Python client library for VirusTotal" description = "The official Python client library for VirusTotal"
category = "main"
optional = false optional = false
python-versions = ">=3.6.0" python-versions = ">=3.6.0"
files = [ files = [
@ -2832,6 +2955,7 @@ test = ["pytest", "pytest-asyncio", "pytest-httpserver"]
name = "w3lib" name = "w3lib"
version = "2.1.1" version = "2.1.1"
description = "Library of web-related functions" description = "Library of web-related functions"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2843,6 +2967,7 @@ files = [
name = "wcwidth" name = "wcwidth"
version = "0.2.6" version = "0.2.6"
description = "Measures the displayed width of unicode strings in a terminal" description = "Measures the displayed width of unicode strings in a terminal"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@ -2854,6 +2979,7 @@ files = [
name = "werkzeug" name = "werkzeug"
version = "2.3.4" version = "2.3.4"
description = "The comprehensive WSGI web application library." description = "The comprehensive WSGI web application library."
category = "main"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
@ -2871,6 +2997,7 @@ watchdog = ["watchdog (>=2.3)"]
name = "wrapt" name = "wrapt"
version = "1.15.0" version = "1.15.0"
description = "Module for decorators, wrappers and monkey patching." description = "Module for decorators, wrappers and monkey patching."
category = "main"
optional = false optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
files = [ files = [
@ -2955,6 +3082,7 @@ files = [
name = "wtforms" name = "wtforms"
version = "3.0.1" version = "3.0.1"
description = "Form validation and rendering for Python web development." description = "Form validation and rendering for Python web development."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -2972,6 +3100,7 @@ email = ["email-validator"]
name = "yarl" name = "yarl"
version = "1.9.2" version = "1.9.2"
description = "Yet another URL library" description = "Yet another URL library"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -3059,6 +3188,7 @@ multidict = ">=4.0"
name = "zipp" name = "zipp"
version = "3.15.0" version = "3.15.0"
description = "Backport of pathlib-compatible object wrapper for zip files" description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@ -3073,4 +3203,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8,<3.12" python-versions = ">=3.8,<3.12"
content-hash = "7042d65a2d0849ded20d663781db236b254b64b7ae13a7a323c0e358b7d57009" content-hash = "4b788c7cd1eb54c65bb2a8176c493348f7641c3ee5058dea31d92c2514733b36"

View File

@ -68,7 +68,7 @@ pypandora = "^1.4.0"
lacuscore = "^1.5.4" lacuscore = "^1.5.4"
pylacus = "^1.5.1" pylacus = "^1.5.1"
pyipasnhistory = "^2.1.2" pyipasnhistory = "^2.1.2"
publicsuffixlist = "^0.10.0.20230506" publicsuffixlist = "^0.10.0.20230608"
pyfaup = "^1.2" pyfaup = "^1.2"
chardet = "^5.1.0" chardet = "^5.1.0"
pysecuritytxt = "^1.1.1" pysecuritytxt = "^1.1.1"