From 748e2ad867f827f989f54396dca309a54994c085 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:22:07 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/pr.yml | 2 +- setup.cfg | 90 ++++++++++++++++++------------------ templates/partials/head.html | 2 +- 3 files changed, 47 insertions(+), 47 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d1e47780..5278314c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,7 +11,7 @@ jobs: image: archlinux:base-devel steps: - name: Checkout Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: mprweb diff --git a/setup.cfg b/setup.cfg index 3c927001..9fc826b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,59 +12,59 @@ package_dir = install_requires = # General - aiofiles==22.1.0 - aiohttp==3.8.3 - asgiref==3.5.2 - bcrypt==4.0.1 - beautifulsoup4==4.11.1 - bleach==5.0.1 - email-validator==1.3.0 - fakeredis==1.10.0 - feedgen==0.9.0 - httpx==0.23.0 - itsdangerous==2.1.2 - lxml==4.9.1 - makedeb-srcinfo==0.5.2 - orjson==3.8.1 - protobuf==4.21.9 - pygit2==1.10.1 - python-multipart==0.0.5 - redis==4.3.4 - requests==2.28.1 - paginate==0.5.6 - sentry-sdk[fastapi]==1.10.1 + aiofiles==24.1.0 + aiohttp==3.10.6 + asgiref==3.8.1 + bcrypt==4.2.0 + beautifulsoup4==4.12.3 + bleach==6.1.0 + email-validator==2.2.0 + fakeredis==2.24.1 + feedgen==1.0.0 + httpx==0.27.2 + itsdangerous==2.2.0 + lxml==5.3.0 + makedeb-srcinfo==0.8.1 + orjson==3.10.7 + protobuf==5.28.2 + pygit2==1.15.1 + python-multipart==0.0.10 + redis==5.0.8 + requests==2.32.3 + paginate==0.5.7 + sentry-sdk[fastapi]==2.14.0 # SQL - alembic==1.8.1 - mysqlclient==2.1.1 - Authlib==1.1.0 - Jinja2==3.1.2 - Markdown==3.4.1 - Werkzeug==2.2.2 - SQLAlchemy==1.4.43 + alembic==1.13.3 + mysqlclient==2.2.4 + Authlib==1.3.2 + Jinja2==3.1.4 + Markdown==3.7 + Werkzeug==3.0.4 + SQLAlchemy==2.0.35 # ASGI - uvicorn==0.19.0 - gunicorn==20.1.0 - Hypercorn==0.14.3 + uvicorn==0.30.6 + gunicorn==23.0.0 + Hypercorn==0.17.3 mysql-connector==2.2.9 - prometheus-fastapi-instrumentator==5.9.1 - pytest-xdist==3.0.2 - filelock==3.8.0 - posix-ipc==1.0.5 + prometheus-fastapi-instrumentator==7.0.0 + pytest-xdist==3.6.1 + filelock==3.16.1 + posix-ipc==1.1.1 pyalpm==0.10.6 - fastapi==0.86.0 + fastapi==0.115.0 # Dev dependencies. - autoflake==1.7.7 - black==22.10.0 - flake8==5.0.4 - isort==5.10.1 - coverage==6.5.0 - pytest==7.2.0 - pytest-asyncio==0.20.1 - pytest-cov==4.0.0 - pytest-tap==3.3 + autoflake==2.3.1 + black==24.8.0 + flake8==7.1.1 + isort==5.13.2 + coverage==7.6.1 + pytest==8.3.3 + pytest-asyncio==0.24.0 + pytest-cov==5.0.0 + pytest-tap==3.4 [options.entry_points] console_scripts = diff --git a/templates/partials/head.html b/templates/partials/head.html index d5ebad70..152d2c43 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -1,7 +1,7 @@ {% include 'partials/meta.html' %} - +