This repository was archived by the owner on Nov 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-28
lines changed
Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Original file line number Diff line number Diff 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.2
18+ bcrypt ==3.2.2
19+ beautifulsoup4 ==4.11.1
20+ bleach ==5.0.1
21+ email-validator ==1.2.1
22+ fakeredis ==1.8 .1
2323 feedgen ==0.9.0
24- httpx ==0.22 .0
24+ httpx ==0.23 .0
2525 itsdangerous ==2.1.2
26- lxml ==4.8.0
26+ lxml ==4.9.1
2727 makedeb-srcinfo
28- orjson ==3.6 .7
29- protobuf ==3.20.0
30- pygit2 ==1.9.1
28+ orjson ==3.7 .7
29+ protobuf ==4.21.2
30+ pygit2 ==1.9.2
3131 python-multipart ==0.0.5
32- redis ==3.5.3
33- requests ==2.27 .1
32+ redis ==4.3.4
33+ requests ==2.28 .1
3434 paginate ==0.5.6
3535
3636 # SQL
37- alembic ==1.7.7
38- 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
37+ alembic ==1.8.1
38+ mysqlclient ==2.1.1
39+ Authlib ==1.0.1
40+ Jinja2 ==3.1.2
41+ Markdown ==3.3.7
42+ Werkzeug ==2.1.2
43+ SQLAlchemy ==1.4.39
4444
4545 # ASGI
46- uvicorn ==0.17.6
46+ uvicorn ==0.18.2
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.2
5151 pytest-xdist ==2.5.0
52- filelock ==3.6.0
52+ filelock ==3.7.1
5353 posix-ipc ==1.0.5
5454 pyalpm ==0.10.6
55- fastapi ==0.75.1
55+ fastapi ==0.78.0
5656
5757 # Dev dependencies.
5858 autoflake ==1.4
59- black ==22.3 .0
59+ black ==22.6 .0
6060 flake8 ==4.0.1
6161 isort ==5.10.1
62- coverage ==6.3 .2
63- pytest ==7.1.1
62+ coverage ==6.4 .2
63+ pytest ==7.1.2
6464 pytest-asyncio ==0.18.3
6565 pytest-cov ==3.0.0
6666 pytest-tap ==3.3
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments