From 1c40df4f8b078dc2633dc40ba9f0175173b3dcd0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Apr 2022 23:39:10 +0000 Subject: [PATCH 1/2] Update all dependencies --- setup.cfg | 56 ++++++++++++++++++------------------ templates/partials/head.html | 2 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/setup.cfg b/setup.cfg index ad64cc0d..cc6e8c3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,58 +12,58 @@ package_dir = install_requires = # General - aiofiles==0.7.0 + aiofiles==0.8.0 aiohttp==3.8.1 - asgiref==3.4.1 + asgiref==3.5.0 bcrypt==3.2.0 beautifulsoup4==4.10.0 bleach==4.1.0 email-validator==1.1.3 - fakeredis==1.6.1 + fakeredis==1.7.1 feedgen==0.9.0 - httpx==0.20.0 - itsdangerous==2.0.1 - lxml==4.6.3 - orjson==3.6.4 - protobuf==3.19.0 - pygit2==1.7.0 + httpx==0.22.0 + itsdangerous==2.1.2 + lxml==4.8.0 + orjson==3.6.7 + protobuf==3.20.0 + pygit2==1.9.1 python-multipart==0.0.5 - redis==3.5.3 - requests==2.26.0 + redis==4.2.1 + requests==2.27.1 paginate==0.5.6 # SQL - alembic==1.7.4 - mysqlclient==2.0.3 - Authlib==0.15.5 - Jinja2==3.0.2 + alembic==1.7.7 + mysqlclient==2.1.0 + Authlib==1.0.0 + Jinja2==3.1.1 Markdown==3.3.6 - Werkzeug==2.0.2 - SQLAlchemy==1.4.26 + Werkzeug==2.1.1 + SQLAlchemy==1.4.34 # ASGI - uvicorn==0.15.0 + uvicorn==0.17.6 gunicorn==20.1.0 - Hypercorn==0.11.2 + Hypercorn==0.13.2 mysql-connector==2.2.9 prometheus-fastapi-instrumentator==5.7.1 - pytest-xdist==2.4.0 - filelock==3.3.2 + pytest-xdist==2.5.0 + filelock==3.6.0 posix-ipc==1.0.5 pyalpm==0.10.6 - fastapi==0.71.0 + fastapi==0.75.1 srcinfo==0.0.8 # Dev dependencies. autoflake==1.4 - black==22.1.0 + black==22.3.0 flake8==4.0.1 - isort==5.9.3 - coverage==6.0.2 - pytest==6.2.5 - pytest-asyncio==0.16.0 + isort==5.10.1 + coverage==6.3.2 + pytest==7.1.1 + pytest-asyncio==0.18.3 pytest-cov==3.0.0 - pytest-tap==3.2 + pytest-tap==3.3 [options.entry_points] console_scripts = diff --git a/templates/partials/head.html b/templates/partials/head.html index 12a11680..6d5edca7 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -1,7 +1,7 @@ {% include 'partials/meta.html' %} - + From 07e73bab8f69e93985b935de6f7f659e9d46eb84 Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Fri, 1 Apr 2022 19:04:42 -0500 Subject: [PATCH 2/2] Fix deps --- renovate.json | 1 - setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index f8dc8b0d..76124cc2 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,6 @@ "groupName": "all dependencies", "separateMajorMinor": false, "groupSlug": "all", - "prHourlyLimit": 0, "packageRules": [ { "matchPackagePatterns": [ diff --git a/setup.cfg b/setup.cfg index cc6e8c3d..bfd6b70f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = protobuf==3.20.0 pygit2==1.9.1 python-multipart==0.0.5 - redis==4.2.1 + redis==3.5.3 requests==2.27.1 paginate==0.5.6