Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit bf78bb6

Browse files
Update all dependencies
1 parent acdb561 commit bf78bb6

File tree

3 files changed

+48
-48
lines changed

3 files changed

+48
-48
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
image: archlinux:base-devel
1212
steps:
1313
- name: Checkout Git repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v5
1515
with:
1616
path: mprweb
1717

setup.cfg

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -12,59 +12,59 @@ package_dir =
1212

1313
install_requires =
1414
# General
15-
aiofiles==22.1.0
16-
aiohttp==3.8.3
17-
asgiref==3.5.2
18-
bcrypt==4.0.1
19-
beautifulsoup4==4.11.1
20-
bleach==5.0.1
21-
email-validator==1.3.0
22-
fakeredis==1.10.0
23-
feedgen==0.9.0
24-
httpx==0.23.0
25-
itsdangerous==2.1.2
26-
lxml==4.9.1
27-
makedeb-srcinfo==0.5.2
28-
orjson==3.8.1
29-
protobuf==4.21.9
30-
pygit2==1.10.1
31-
python-multipart==0.0.5
32-
redis==4.3.4
33-
requests==2.28.1
34-
paginate==0.5.6
35-
sentry-sdk[fastapi]==1.10.1
15+
aiofiles==25.1.0
16+
aiohttp==3.13.1
17+
asgiref==3.10.0
18+
bcrypt==5.0.0
19+
beautifulsoup4==4.14.2
20+
bleach==6.2.0
21+
email-validator==2.3.0
22+
fakeredis==2.32.0
23+
feedgen==1.0.0
24+
httpx==0.28.1
25+
itsdangerous==2.2.0
26+
lxml==6.0.2
27+
makedeb-srcinfo==0.8.1
28+
orjson==3.11.4
29+
protobuf==6.33.0
30+
pygit2==1.19.0
31+
python-multipart==0.0.20
32+
redis==7.0.0
33+
requests==2.32.5
34+
paginate==0.5.7
35+
sentry-sdk[fastapi]==2.42.1
3636

3737
# SQL
38-
alembic==1.8.1
39-
mysqlclient==2.1.1
40-
Authlib==1.1.0
41-
Jinja2==3.1.2
42-
Markdown==3.4.1
43-
Werkzeug==2.2.2
44-
SQLAlchemy==1.4.43
38+
alembic==1.17.0
39+
mysqlclient==2.2.7
40+
Authlib==1.6.5
41+
Jinja2==3.1.6
42+
Markdown==3.9
43+
Werkzeug==3.1.3
44+
SQLAlchemy==2.0.44
4545

4646
# ASGI
47-
uvicorn==0.19.0
48-
gunicorn==20.1.0
49-
Hypercorn==0.14.3
47+
uvicorn==0.38.0
48+
gunicorn==23.0.0
49+
Hypercorn==0.17.3
5050
mysql-connector==2.2.9
51-
prometheus-fastapi-instrumentator==5.9.1
52-
pytest-xdist==3.0.2
53-
filelock==3.8.0
54-
posix-ipc==1.0.5
55-
pyalpm==0.10.6
56-
fastapi==0.86.0
51+
prometheus-fastapi-instrumentator==7.1.0
52+
pytest-xdist==3.8.0
53+
filelock==3.20.0
54+
posix-ipc==1.3.2
55+
pyalpm==0.10.12
56+
fastapi==0.120.0
5757

5858
# Dev dependencies.
59-
autoflake==1.7.7
60-
black==22.10.0
61-
flake8==5.0.4
62-
isort==5.10.1
63-
coverage==6.5.0
64-
pytest==7.2.0
65-
pytest-asyncio==0.20.1
66-
pytest-cov==4.0.0
67-
pytest-tap==3.3
59+
autoflake==2.3.1
60+
black==25.9.0
61+
flake8==7.3.0
62+
isort==7.0.0
63+
coverage==7.11.0
64+
pytest==8.4.2
65+
pytest-asyncio==1.2.0
66+
pytest-cov==7.0.0
67+
pytest-tap==3.5
6868

6969
[options.entry_points]
7070
console_scripts =

templates/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<head>
22
{% include 'partials/meta.html' %}
33
<!-- Syntax highlighting in code blocks -->
4-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.0/highlight.min.js"></script>
4+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/highlight.min.js"></script>
55
<script>hljs.highlightAll();</script>
66

77
<!-- Copy to clipboard functions -->

0 commit comments

Comments
 (0)