diff --git a/poetry.lock b/poetry.lock index b1c2cbb..0b52c51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "async-timeout" version = "4.0.2" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -19,7 +18,6 @@ typing-extensions = {version = ">=3.6.5", markers = "python_version < \"3.8\""} name = "autocommand" version = "2.2.2" description = "A library to create a command-line program from a function" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -31,7 +29,6 @@ files = [ name = "beautifulsoup4" version = "4.11.1" description = "Screen-scraping library" -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -48,21 +45,19 @@ lxml = ["lxml"] [[package]] name = "certifi" -version = "2022.12.7" +version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"}, - {file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"}, + {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, + {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, ] [[package]] name = "cffi" version = "1.15.1" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = false python-versions = "*" files = [ @@ -139,7 +134,6 @@ pycparser = "*" name = "charset-normalizer" version = "2.1.1" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -154,7 +148,6 @@ unicode-backport = ["unicodedata2"] name = "cheroot" version = "9.0.0" description = "Highly-optimized, pure-python HTTP server" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -175,7 +168,6 @@ docs = ["furo", "jaraco.packaging (>=3.2)", "python-dateutil", "sphinx (>=1.8.2) name = "cherrypy" version = "18.8.0" description = "Object-Oriented HTTP framework" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -204,7 +196,6 @@ xcgi = ["flup"] name = "click" version = "8.1.3" description = "Composable command line interface toolkit" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -220,7 +211,6 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -232,7 +222,6 @@ files = [ name = "coverage" version = "6.5.0" description = "Code coverage measurement for Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -295,7 +284,6 @@ toml = ["tomli"] name = "cryptography" version = "3.4.8" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -335,7 +323,6 @@ test = ["hypothesis (>=1.11.4,!=3.79.2)", "iso8601", "pretend", "pytest (>=6.0)" name = "dulwich" version = "0.20.50" description = "Python Git Library" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -417,7 +404,6 @@ pgp = ["gpg"] name = "fakeredis" version = "1.10.1" description = "Fake implementation of redis API for testing purposes." -category = "dev" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -437,7 +423,6 @@ lua = ["lupa (>=1.13,<2.0)"] name = "feedparser" version = "6.0.10" description = "Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -452,7 +437,6 @@ sgmllib3k = "*" name = "flake8" version = "4.0.1" description = "the modular source code checker: pep8 pyflakes and co" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -470,7 +454,6 @@ pyflakes = ">=2.4.0,<2.5.0" name = "grimoirelab-toolkit" version = "0.3.3rc1" description = "Toolkit of common functions used across GrimoireLab" -category = "main" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -485,7 +468,6 @@ python-dateutil = ">=2.8.2,<3.0.0" name = "httpretty" version = "0.8.6" description = "HTTP client mock for Python" -category = "dev" optional = false python-versions = "*" files = [ @@ -497,7 +479,6 @@ files = [ name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -509,7 +490,6 @@ files = [ name = "importlib-metadata" version = "4.2.0" description = "Read metadata from Python packages" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -529,7 +509,6 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pep517", name = "importlib-resources" version = "5.10.2" description = "Read resources from Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -548,7 +527,6 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec name = "inflect" version = "6.0.2" description = "Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -567,7 +545,6 @@ testing = ["flake8 (<5)", "pygments", "pytest (>=6)", "pytest-black (>=0.3.7)", name = "jaraco-classes" version = "3.2.3" description = "Utility functions for Python class constructs" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -586,7 +563,6 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec name = "jaraco-collections" version = "3.8.0" description = "Collection objects similar to those in stdlib by jaraco" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -606,7 +582,6 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec name = "jaraco-context" version = "4.2.0" description = "Context managers by jaraco" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -622,7 +597,6 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec name = "jaraco-functools" version = "3.5.2" description = "Functools like those found in stdlib" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -641,7 +615,6 @@ testing = ["flake8 (<5)", "jaraco.classes", "pytest (>=6)", "pytest-black (>=0.3 name = "jaraco-text" version = "3.11.0" description = "Module for text manipulation" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -665,7 +638,6 @@ testing = ["flake8 (<5)", "pathlib2", "pytest (>=6)", "pytest-black (>=0.3.7)", name = "mccabe" version = "0.6.1" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = "*" files = [ @@ -677,7 +649,6 @@ files = [ name = "more-itertools" version = "9.0.0" description = "More routines for operating on iterables, beyond itertools" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -689,7 +660,6 @@ files = [ name = "perceval" version = "0.21.2rc1" description = "Send Sir Perceval on a quest to fetch and gather data from software repositories." -category = "main" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -715,7 +685,6 @@ docs = ["furo (>=2021.8.31,<2022.0.0)", "myst-parser (>=0.15.2,<0.16.0)"] name = "portend" version = "3.1.0" description = "TCP port monitoring and discovery" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -734,7 +703,6 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", name = "pycodestyle" version = "2.8.0" description = "Python style guide checker" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -746,7 +714,6 @@ files = [ name = "pycparser" version = "2.21" description = "C parser in Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -758,7 +725,6 @@ files = [ name = "pydantic" version = "1.10.4" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -811,7 +777,6 @@ email = ["email-validator (>=1.0.3)"] name = "pyflakes" version = "2.4.0" description = "passive checker of Python programs" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -823,7 +788,6 @@ files = [ name = "pyjwt" version = "2.6.0" description = "JSON Web Token implementation in Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -841,7 +805,6 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -856,7 +819,6 @@ six = ">=1.5" name = "pytz" version = "2022.7" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -868,7 +830,6 @@ files = [ name = "pywin32" version = "305" description = "Python for Window Extensions" -category = "main" optional = false python-versions = "*" files = [ @@ -892,7 +853,6 @@ files = [ name = "redis" version = "4.4.4" description = "Python client for Redis database and key-value store" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -913,7 +873,6 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" name = "requests" version = "2.28.1" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7, <4" files = [ @@ -935,7 +894,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rq" version = "1.0" description = "RQ is a simple, lightweight, library for creating background jobs, and processing them." -category = "main" optional = false python-versions = ">=2.7" files = [ @@ -950,7 +908,6 @@ redis = ">=3.0.0" name = "setuptools" version = "65.6.3" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -967,7 +924,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "sgmllib3k" version = "1.0.0" description = "Py3k port of sgmllib." -category = "main" optional = false python-versions = "*" files = [ @@ -978,7 +934,6 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -990,7 +945,6 @@ files = [ name = "sortedcontainers" version = "2.4.0" description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set" -category = "dev" optional = false python-versions = "*" files = [ @@ -1002,7 +956,6 @@ files = [ name = "soupsieve" version = "2.3.2.post1" description = "A modern CSS selector implementation for Beautiful Soup." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1014,7 +967,6 @@ files = [ name = "tempora" version = "5.2.0" description = "Objects and routines pertaining to date and time (tempora)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1033,7 +985,6 @@ testing = ["backports.unittest-mock", "flake8 (<5)", "freezegun", "pytest (>=6)" name = "typing-extensions" version = "4.4.0" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1045,7 +996,6 @@ files = [ name = "urllib3" version = "1.26.13" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -1062,7 +1012,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "zc-lockfile" version = "2.0" description = "Basic inter-process locks" -category = "main" optional = false python-versions = "*" files = [ @@ -1080,7 +1029,6 @@ test = ["zope.testing"] name = "zipp" version = "3.11.0" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" optional = false python-versions = ">=3.7" files = [