From bc9939dcce5c0a5a8b5a0bb90f182ec3753017c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 06:09:42 +0000 Subject: [PATCH] build(deps): bump lastversion from 3.3.2 to 3.4.0 Bumps [lastversion](https://github.com/dvershinin/lastversion) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/dvershinin/lastversion/releases) - [Changelog](https://github.com/dvershinin/lastversion/blob/master/CHANGELOG.md) - [Commits](https://github.com/dvershinin/lastversion/compare/v3.3.2...v3.4.0) --- updated-dependencies: - dependency-name: lastversion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 60b73fc9d..58814d22b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "appdirs" @@ -363,13 +363,13 @@ files = [ [[package]] name = "lastversion" -version = "3.3.2" +version = "3.4.0" description = "A CLI tool to find the latest stable version of an arbitrary project" optional = true python-versions = "*" files = [ - {file = "lastversion-3.3.2-py3-none-any.whl", hash = "sha256:93212855d580c41d31b2de84127e1461245ecfdf3d1d70211e53c5be3c2b353f"}, - {file = "lastversion-3.3.2.tar.gz", hash = "sha256:58c20d47b093d7d36367e86b00ca4793ecf704487470767464c8165185494256"}, + {file = "lastversion-3.4.0-py3-none-any.whl", hash = "sha256:393cce26eb8583d977baf5805bb7bd37e92566157a960775a1711d565f54d53d"}, + {file = "lastversion-3.4.0.tar.gz", hash = "sha256:7da6c58de730a06ecce491dd54ef4e83279bc0d020dd57b813e031c56a004d5d"}, ] [package.dependencies] @@ -377,20 +377,19 @@ appdirs = "*" beautifulsoup4 = "*" cachecontrol = "<=0.12.11" distro = "*" -feedparser = {version = "*", markers = "python_version >= \"3.0.0\""} +feedparser = "*" lockfile = "*" packaging = "*" python-dateutil = "*" PyYAML = "*" requests = ">=2.6.1" -six = "*" tqdm = "*" urllib3 = "<2" [package.extras] -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)"] +build = ["PyYAML", "appdirs", "beautifulsoup4", "cachecontrol (<=0.12.11)", "distro", "feedparser", "flake8", "flake8-bugbear", "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)", "tqdm", "urllib3 (<2)"] docs = ["markdown-include", "mkdocs (==1.3.1)", "mkdocs-material", "mkdocstrings"] -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)"] +tests = ["PyYAML", "appdirs", "beautifulsoup4", "cachecontrol (<=0.12.11)", "distro", "feedparser", "flake8", "flake8-bugbear", "lockfile", "packaging", "pytest (>=4.4.0)", "pytest-cov", "pytest-xdist (==1.29.0)", "python-dateutil", "requests (>=2.6.1)", "tqdm", "urllib3 (<2)"] [[package]] name = "lockfile"