From d5a80c9eef54a6282145d3db0808bf07b35f43a9 Mon Sep 17 00:00:00 2001 From: "Alicia A. Evans" <108547992+aliciaaevans@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:49:47 -0400 Subject: [PATCH] chore: requirements updates needed for osx-arm64 (#964) beautifulsoup4 and requests need a version that is noarch. The older version of backoff was causing an error with asyncio on Mac. --- bioconda_utils/bioconda_utils-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bioconda_utils/bioconda_utils-requirements.txt b/bioconda_utils/bioconda_utils-requirements.txt index db098c3f69..0b8f1ae20a 100644 --- a/bioconda_utils/bioconda_utils-requirements.txt +++ b/bioconda_utils/bioconda_utils-requirements.txt @@ -41,7 +41,7 @@ aiohttp-session aiohttp-security aiofiles=0.8.* # async open aioftp=0.12.* # FTP lib -backoff=1.6.* # retrying of failed API calls +backoff=2.2.* # retrying of failed API calls cachetools=3.0.* # request caching (NEEDED?) # client API wrappers @@ -51,7 +51,7 @@ gidgethub=3.0.* # githubhandler pyjwt>=2.4.0 # githubhandler (JWT signing), needs >=2.4.0, CVE-2022-29217 # unknown -beautifulsoup4=4.8.* +beautifulsoup4=4.12.* galaxy-lib>=18.9.1 jinja2>=2.10.1,<3 markupsafe<2.1 # markupsafe 2.1 breaks jinja2 @@ -66,7 +66,7 @@ markdown graphviz # The bioconductor skeleton needs this -requests=2.22.* +requests=2.29.* # merge handling pygithub