Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 19, 2024
1 parent acdb561 commit fdb6386
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
88 changes: 44 additions & 44 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
aiofiles==23.2.1
aiohttp==3.9.5
asgiref==3.8.1
bcrypt==4.1.3
beautifulsoup4==4.12.3
bleach==6.1.0
email-validator==2.1.1
fakeredis==2.23.2
feedgen==1.0.0
httpx==0.27.0
itsdangerous==2.2.0
lxml==5.2.2
makedeb-srcinfo==0.8.1
orjson==3.10.3
protobuf==5.26.1
pygit2==1.15.0
python-multipart==0.0.9
redis==5.0.4
requests==2.31.0
paginate==0.5.6
sentry-sdk[fastapi]==1.10.1
sentry-sdk[fastapi]==2.2.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.1
mysqlclient==2.2.4
Authlib==1.3.0
Jinja2==3.1.4
Markdown==3.6
Werkzeug==3.0.3
SQLAlchemy==2.0.30

# ASGI
uvicorn==0.19.0
gunicorn==20.1.0
Hypercorn==0.14.3
uvicorn==0.29.0
gunicorn==22.0.0
Hypercorn==0.16.0
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.14.0
posix-ipc==1.1.1
pyalpm==0.10.6
fastapi==0.86.0
fastapi==0.111.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.4.2
flake8==7.0.0
isort==5.13.2
coverage==7.5.1
pytest==8.2.1
pytest-asyncio==0.23.7
pytest-cov==5.0.0
pytest-tap==3.4

[options.entry_points]
console_scripts =
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<head>
{% include 'partials/meta.html' %}
<!-- Syntax highlighting in code blocks -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>

<!-- Copy to clipboard functions -->
Expand Down

0 comments on commit fdb6386

Please sign in to comment.