Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumps reqs #59

Merged
merged 9 commits into from
May 31, 2024
25 changes: 11 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
aiogram==3.3.0
aiogram==3.6.0
aiogram-dialog==2.2.0a3
pydantic==2.5.3
pydantic==2.7.2
APScheduler==3.10.4
#yt-dlp==2023.11.16
# bleeding edge for fix like extraction
# https://github.com/yt-dlp/yt-dlp/issues/8759
git+https://github.com/yt-dlp/yt-dlp.git
sulguk==0.7.0
jinja2==3.1.3
yt-dlp==2024.5.27
sulguk==0.8.0
jinja2==3.1.4
pyyaml==6.0.1
pydantic_settings==2.2.1
structlog==24.1.0
orjson==3.9.15
structlog==24.2.0
orjson==3.10.3
uvloop==0.19.0
SQLAlchemy==2.0.27
SQLAlchemy==2.0.30
alembic==1.13.1
aiosqlite==0.19.0
asyncclick===8.1.7.1
anyio==4.2.0
aiosqlite==0.20.0
asyncclick==8.1.7.2
anyio==4.4.0
aiocache==0.12.2
sqlalchemy-data-model-visualizer==0.1.3
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pre-commit==3.6.2
black==24.1.1
autoflake==2.2.1
black==24.3.0
autoflake==2.3.1
reorder-python-imports==3.12.0
pyupgrade==3.15.0
pytest==8.0.0
pytest==8.2.1
pytest-cov==4.1.0
git+https://github.com/aio-libs/sort-all.git
Loading