From bbca2005547bf02f88d0544409b25574ba7cb2c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:46:27 +0000 Subject: [PATCH] Update astroid requirement from <3.1,>=2.4.2 to >=2.4.2,<3.2 Updates the requirements on [astroid](https://github.com/pylint-dev/astroid) to permit the latest version. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/astroid-2.4.2...v3.1.0) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Libgenbot.egg-info/requires.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Libgenbot.egg-info/requires.txt b/Libgenbot.egg-info/requires.txt index 92b4c8c..eb59beb 100644 --- a/Libgenbot.egg-info/requires.txt +++ b/Libgenbot.egg-info/requires.txt @@ -1,4 +1,4 @@ -astroid>=2.4.2,<3.1 +astroid>=2.4.2,<3.2 beautifulsoup4>=4.9.1 bibtexparser>=1.2.0 certifi>=2020.6.20 diff --git a/setup.py b/setup.py index 0ad6ec7..37f3e9c 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ download_url = 'https://github.com/suhan-paradkar/Libgenot/archive/v1.0.0-alpha.tar.gz', keywords = ['download-papers','google-scholar', 'libgen', 'scihub', 'scholar', 'crossref', 'papers'], install_requires=[ - 'astroid>=2.4.2,<3.1', + 'astroid>=2.4.2,<3.2', 'beautifulsoup4>=4.9.1', 'bibtexparser>=1.2.0', 'certifi>=2020.6.20',