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

Commit 52849bb

Browse files
committed
Update all dependencies
1 parent 64b7b6e commit 52849bb

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

setup.cfg

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,53 +14,53 @@ install_requires =
1414
# General
1515
aiofiles==0.8.0
1616
aiohttp==3.8.1
17-
asgiref==3.5.0
18-
bcrypt==3.2.0
19-
beautifulsoup4==4.10.0
20-
bleach==4.1.0
21-
email-validator==1.1.3
22-
fakeredis==1.7.1
17+
asgiref==3.5.1
18+
bcrypt==3.2.2
19+
beautifulsoup4==4.11.1
20+
bleach==5.0.0
21+
email-validator==1.2.1
22+
fakeredis==1.7.4
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
29-
protobuf==3.20.0
28+
orjson==3.6.8
29+
protobuf==3.20.1
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
40-
Jinja2==3.1.1
41-
Markdown==3.3.6
42-
Werkzeug==2.1.1
43-
SQLAlchemy==1.4.34
39+
Authlib==1.0.1
40+
Jinja2==3.1.2
41+
Markdown==3.3.7
42+
Werkzeug==2.1.2
43+
SQLAlchemy==1.4.36
4444

4545
# ASGI
4646
uvicorn==0.17.6
4747
gunicorn==20.1.0
4848
Hypercorn==0.13.2
4949
mysql-connector==2.2.9
50-
prometheus-fastapi-instrumentator==5.7.1
50+
prometheus-fastapi-instrumentator==5.8.1
5151
pytest-xdist==2.5.0
5252
filelock==3.6.0
5353
posix-ipc==1.0.5
5454
pyalpm==0.10.6
55-
fastapi==0.75.1
55+
fastapi==0.76.0
5656

5757
# Dev dependencies.
5858
autoflake==1.4
5959
black==22.3.0
6060
flake8==4.0.1
6161
isort==5.10.1
6262
coverage==6.3.2
63-
pytest==7.1.1
63+
pytest==7.1.2
6464
pytest-asyncio==0.18.3
6565
pytest-cov==3.0.0
6666
pytest-tap==3.3

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)