forked from UNICT-DMI/Telegram-DMI-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependencies (UNICT-DMI#185)
* chore: update requirements * docs: update contributors * chore: update python in gh actions * docs: add details to testing section in README.md * style: fix lint errors in UPDATE.md * chore: minor changes
- Loading branch information
Showing
6 changed files
with
28 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
@Helias, @adrianoferraguto, @Veenz, @simone989, @TkdAlex, @aegroto, @Squalex95, @LucaCavallaro, @Pierpaolo791, @Wornairz, @herbrant, @RayperZ, @margazz, @BeastHunter19, @D4ed4lUS, @Warcreed, @TendTo, @Adrenoid, @dcariotti, @datalux, @SalAsero, @bastardo\_saudita360, @IlRabbino | ||
@Helias, @adrianoferraguto, @Veenz, @simone989, @TkdAlex, @aegroto, @Squalex95, @LucaCavallaro, @Pierpaolo791, @Wornairz, @herbrant, @RayperZ, @margazz, @BeastHunter19, @D4ed4lUS, @Warcreed, @TendTo, @Adrenoid, @dcariotti, @datalux, @SalAsero, @bastardo\_saudita360, @IlRabbino, @v0lp3 | ||
https://github.com/UNICT-DMI/Telegram-DMI-Bot.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
python-telegram-bot==13.4.1 | ||
python-telegram-bot==13.8.1 | ||
PyDrive2==1.10.0 | ||
requests==2.25.1 | ||
beautifulsoup4==4.9.3 | ||
python-gitlab==2.6.0 | ||
matplotlib==3.3.4 | ||
pandas==1.2.3 | ||
Pillow==8.1.2 | ||
lxml==4.6.3 | ||
requests==2.26.0 | ||
beautifulsoup4==4.10.0 | ||
python-gitlab==2.10.1 | ||
matplotlib==3.5.0 | ||
pandas==1.3.4 | ||
Pillow==8.4.0 | ||
lxml==4.6.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pytest==6.2.2 | ||
Telethon==1.20 | ||
pytest-asyncio==0.14.0 | ||
pytest==6.2.5 | ||
Telethon==1.23.0 | ||
pytest-asyncio==0.16.0 |