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

Commit 8c966e2

Browse files
committed
Update all dependencies
1 parent 27cd2f0 commit 8c966e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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
@@ -29,18 +29,18 @@ install_requires =
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

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)