From ae87aa396afc1bd33656042ac2cdb7f2666a0f7f Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Thu, 11 Feb 2021 02:40:36 +0100 Subject: [PATCH] Bump Red's deps and all the pip deps used in our Actions (#4572) * Bump Red's deps * Bump deps in all our actions * Don't bump flake8 in Lint Python action * Bump apsw-wheels too --- .github/workflows/publish_crowdin.yml | 2 +- setup.cfg | 77 +++++++++++++-------------- 2 files changed, 39 insertions(+), 40 deletions(-) diff --git a/.github/workflows/publish_crowdin.yml b/.github/workflows/publish_crowdin.yml index 327d94259..d95c52a0e 100644 --- a/.github/workflows/publish_crowdin.yml +++ b/.github/workflows/publish_crowdin.yml @@ -26,7 +26,7 @@ jobs: echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list sudo apt-get update -qq sudo apt-get install -y crowdin - pip install redgettext==3.1 + pip install redgettext==3.3 - name: Generate source files run: | make gettext diff --git a/setup.cfg b/setup.cfg index 4a966ef57..da75047e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,52 +33,52 @@ packages = find_namespace: python_requires = >=3.8.1,<3.9 install_requires = aiohttp==3.7.3 - aiohttp-json-rpc==0.13.2 - aiosqlite==0.15.0 + aiohttp-json-rpc==0.13.3 + aiosqlite==0.16.1 appdirs==1.4.4 - apsw-wheels==3.30.1.post3 + apsw-wheels==3.34.1.post1 async-timeout==3.0.1 - attrs==19.3.0 - Babel==2.8.0 + attrs==20.3.0 + Babel==2.9.0 chardet==3.0.4 click==7.1.2 - colorama==0.4.3 + colorama==0.4.4 commonmark==0.9.1 contextlib2==0.6.0.post1 discord.py==1.6.0 distro==1.5.0; sys_platform == "linux" fuzzywuzzy==0.18.0 idna==2.10 - markdown==3.2.2 - multidict==4.7.6 - Pygments==2.6.1 + Markdown==3.3.3 + multidict==5.1.0 + Pygments==2.7.4 python-dateutil==2.8.1 - python-Levenshtein-wheels==0.13.1 - pytz==2020.1 - PyYAML==5.3.1 + python-Levenshtein-wheels==0.13.2 + pytz==2021.1 + PyYAML==5.4.1 Red-Lavalink==0.7.2 rich==9.5.1 - schema==0.7.2 + schema==0.7.4 six==1.15.0 - tqdm==4.48.0 - typing-extensions==3.7.4.2 - uvloop==0.14.0; sys_platform != "win32" and platform_python_implementation == "CPython" - yarl==1.5.1 + tqdm==4.56.2 + typing-extensions==3.7.4.3 + uvloop==0.15.0; sys_platform != "win32" and platform_python_implementation == "CPython" + yarl==1.6.3 [options.extras_require] docs = alabaster==0.7.12 - certifi==2020.6.20 + certifi==2020.12.5 docutils==0.16 imagesize==1.2.0 - Jinja2==2.11.2 + Jinja2==2.11.3 MarkupSafe==1.1.1 - packaging==20.4 + packaging==20.9 pyparsing==2.4.7 - requests==2.24.0 - snowballstemmer==2.0.0 - Sphinx==3.1.2 - sphinx-rtd-theme==0.5.0 + requests==2.25.1 + snowballstemmer==2.1.0 + Sphinx==3.4.3 + sphinx-rtd-theme==0.5.1 sphinxcontrib-applehelp==1.0.2 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==1.0.3 @@ -86,32 +86,31 @@ docs = sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.4 sphinxcontrib-trio==1.1.2 - urllib3==1.25.10 + urllib3==1.26.3 postgres = - asyncpg==0.20.1 + asyncpg==0.22.0 style = black==20.8b1 mypy-extensions==0.4.3 - pathspec==0.8.0 - regex==2020.7.14 - toml==0.10.1 - typed-ast==1.4.1 + pathspec==0.8.1 + regex==2020.11.13 + toml==0.10.2 + typed-ast==1.4.2 test = astroid==2.4.2 - iniconfig==1.0.1 - isort==4.3.21 + iniconfig==1.1.1 + isort==5.7.0 lazy-object-proxy==1.4.3 mccabe==0.6.1 - more-itertools==8.4.0 - packaging==20.4 + packaging==20.9 pluggy==0.13.1 - py==1.9.0 - pylint==2.5.3 + py==1.10.0 + pylint==2.6.0 pyparsing==2.4.7 - pytest==6.0.1 + pytest==6.2.2 pytest-asyncio==0.14.0 - pytest-mock==3.2.0 - toml==0.10.1 + pytest-mock==3.5.1 + toml==0.10.2 wrapt==1.12.1 all = %(postgres)s