Skip to content

Commit

Permalink
Update anyio
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Apr 12, 2024
1 parent 8fe7cf0 commit 5346389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiolimiter~=1.1.0
anyio~=3.7.1
anyio~=4.3.0
apngasm_python~=1.2.3
av~=12.0.0
beautifulsoup4~=4.12.3
Expand Down
1 change: 1 addition & 0 deletions src/sticker_convert/uploaders/upload_telegram.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ def upload_stickers_telegram(self) -> List[str]:
)

assert title is not None
assert emoji_dict is not None

if self.opt_output.option == "telegram_emoji":
file_per_pack = 200
Expand Down

0 comments on commit 5346389

Please sign in to comment.