diff --git a/poetry.lock b/poetry.lock index 2cfc6c2d8..42a4b1540 100644 --- a/poetry.lock +++ b/poetry.lock @@ -341,19 +341,19 @@ files = [ [[package]] name = "lastversion" -version = "3.0.0" +version = "3.0.1" description = "A CLI tool to find the latest stable version of an arbitrary project" optional = true python-versions = "*" files = [ - {file = "lastversion-3.0.0-py3-none-any.whl", hash = "sha256:5b0e9ddd0347ad875a08eddb868e219eb373e2a6ec50d401dd3fcff2c5517d82"}, - {file = "lastversion-3.0.0.tar.gz", hash = "sha256:393dcc3fe207dec866610223a817a79b4e197b6f35398c05335d7dc8893d227f"}, + {file = "lastversion-3.0.1-py3-none-any.whl", hash = "sha256:3eb8bb62cd5c3dc52561a8f0ee0fcd3174a9e3c26711233b1fda31a849880ae4"}, + {file = "lastversion-3.0.1.tar.gz", hash = "sha256:02fc2cde88aaf9773f777e55aa690335a7d5d409bd10b71b57ff3ee5a071e99d"}, ] [package.dependencies] appdirs = "*" beautifulsoup4 = "*" -cachecontrol = "0.12.6" +cachecontrol = "<=0.12.11" distro = "*" feedparser = {version = "*", markers = "python_version >= \"3.0.0\""} lockfile = "*" @@ -366,9 +366,9 @@ tqdm = "*" urllib3 = "<2" [package.extras] -build = ["PyYAML", "appdirs", "beautifulsoup4", "cachecontrol (==0.12.6)", "distro", "feedparser", "feedparser (<=5.2.1)", "flake8", "lockfile", "markdown-include", "mkdocs (==1.3.1)", "mkdocs-material", "mkdocstrings", "packaging", "pytest (>=4.4.0)", "pytest-cov", "pytest-xdist (==1.29.0)", "python-dateutil", "requests (>=2.6.1)", "six", "tqdm", "urllib3 (<2)"] +build = ["PyYAML", "appdirs", "beautifulsoup4", "cachecontrol (<=0.12.11)", "distro", "feedparser", "feedparser (<=5.2.1)", "flake8", "lockfile", "markdown-include", "mkdocs (==1.3.1)", "mkdocs-material", "mkdocstrings", "packaging", "pytest (>=4.4.0)", "pytest-cov", "pytest-xdist (==1.29.0)", "python-dateutil", "requests (>=2.6.1)", "six", "tqdm", "urllib3 (<2)"] docs = ["markdown-include", "mkdocs (==1.3.1)", "mkdocs-material", "mkdocstrings"] -tests = ["PyYAML", "appdirs", "beautifulsoup4", "cachecontrol (==0.12.6)", "distro", "feedparser", "feedparser (<=5.2.1)", "flake8", "lockfile", "packaging", "pytest (>=4.4.0)", "pytest-cov", "pytest-xdist (==1.29.0)", "python-dateutil", "requests (>=2.6.1)", "six", "tqdm", "urllib3 (<2)"] +tests = ["PyYAML", "appdirs", "beautifulsoup4", "cachecontrol (<=0.12.11)", "distro", "feedparser", "feedparser (<=5.2.1)", "flake8", "lockfile", "packaging", "pytest (>=4.4.0)", "pytest-cov", "pytest-xdist (==1.29.0)", "python-dateutil", "requests (>=2.6.1)", "six", "tqdm", "urllib3 (<2)"] [[package]] name = "lockfile"