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

Commit c0b7635

Browse files
committed
Update all dependencies
1 parent 13a1882 commit c0b7635

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,31 @@ install_requires =
1616
aiohttp==3.8.1
1717
asgiref==3.5.0
1818
bcrypt==3.2.0
19-
beautifulsoup4==4.10.0
20-
bleach==4.1.0
19+
beautifulsoup4==4.11.1
20+
bleach==5.0.0
2121
email-validator==1.1.3
2222
fakeredis==1.7.1
2323
feedgen==0.9.0
2424
httpx==0.22.0
2525
itsdangerous==2.1.2
2626
lxml==4.8.0
2727
makedeb-srcinfo
28-
orjson==3.6.7
28+
orjson==3.6.8
2929
protobuf==3.20.0
3030
pygit2==1.9.1
3131
python-multipart==0.0.5
32-
redis==3.5.3
32+
redis==4.2.2
3333
requests==2.27.1
3434
paginate==0.5.6
3535

3636
# SQL
3737
alembic==1.7.7
3838
mysqlclient==2.1.0
39-
Authlib==1.0.0
39+
Authlib==1.0.1
4040
Jinja2==3.1.1
4141
Markdown==3.3.6
4242
Werkzeug==2.1.1
43-
SQLAlchemy==1.4.34
43+
SQLAlchemy==1.4.35
4444

4545
# ASGI
4646
uvicorn==0.17.6
@@ -52,7 +52,7 @@ install_requires =
5252
filelock==3.6.0
5353
posix-ipc==1.0.5
5454
pyalpm==0.10.6
55-
fastapi==0.75.1
55+
fastapi==0.75.2
5656

5757
# Dev dependencies.
5858
autoflake==1.4

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.5.1/highlight.min.js"></script>
55
<script>hljs.highlightAll();</script>
66

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

0 commit comments

Comments
 (0)