Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 10, 2022
1 parent 64b7b6e commit 135eacb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,53 +14,53 @@ install_requires =
# General
aiofiles==0.8.0
aiohttp==3.8.1
asgiref==3.5.0
bcrypt==3.2.0
beautifulsoup4==4.10.0
bleach==4.1.0
email-validator==1.1.3
fakeredis==1.7.1
asgiref==3.5.1
bcrypt==3.2.2
beautifulsoup4==4.11.1
bleach==5.0.0
email-validator==1.2.1
fakeredis==1.7.4
feedgen==0.9.0
httpx==0.22.0
itsdangerous==2.1.2
lxml==4.8.0
makedeb-srcinfo
orjson==3.6.7
protobuf==3.20.0
orjson==3.6.8
protobuf==3.20.1
pygit2==1.9.1
python-multipart==0.0.5
redis==3.5.3
redis==4.3.1
requests==2.27.1
paginate==0.5.6

# SQL
alembic==1.7.7
mysqlclient==2.1.0
Authlib==1.0.0
Jinja2==3.1.1
Markdown==3.3.6
Werkzeug==2.1.1
SQLAlchemy==1.4.34
Authlib==1.0.1
Jinja2==3.1.2
Markdown==3.3.7
Werkzeug==2.1.2
SQLAlchemy==1.4.36

# ASGI
uvicorn==0.17.6
gunicorn==20.1.0
Hypercorn==0.13.2
mysql-connector==2.2.9
prometheus-fastapi-instrumentator==5.7.1
prometheus-fastapi-instrumentator==5.8.1
pytest-xdist==2.5.0
filelock==3.6.0
posix-ipc==1.0.5
pyalpm==0.10.6
fastapi==0.75.1
fastapi==0.77.1

# Dev dependencies.
autoflake==1.4
black==22.3.0
flake8==4.0.1
isort==5.10.1
coverage==6.3.2
pytest==7.1.1
pytest==7.1.2
pytest-asyncio==0.18.3
pytest-cov==3.0.0
pytest-tap==3.3
Expand Down
2 changes: 1 addition & 1 deletion templates/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<head>
{% include 'partials/meta.html' %}
<!-- Syntax highlighting in code blocks -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.1/highlight.min.js"></script>
<script>hljs.highlightAll();</script>

<!-- Copy to clipboard functions -->
Expand Down

0 comments on commit 135eacb

Please sign in to comment.