Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
lxml from 4.6.3 to 4.6.4
redis from 3.5.3 to 4.0.2
aiohttp from 3.7.4.post0 to 3.8.1
aiohttp-socks from 0.6.0 to 0.7.1
python-socks from 1.2.4 to 2.0.0
colorlog from 6.5.0 to 6.6.0
python-dotenv from 0.19.1 to 0.19.2

Signed-off-by: Rongrong <[email protected]>
  • Loading branch information
Rongronggg9 committed Dec 5, 2021
1 parent 4547aaa commit 0217e19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
19 changes: 7 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,22 @@ listparser==0.18
#pillow==8.3.2
bs4==0.0.1
beautifulsoup4==4.10.0
lxml==4.6.3
lxml==4.6.4
fuzzywuzzy==0.18.0
emoji==1.6.1

# db
redis==3.5.3
redis==4.0.2

# network
aiohttp==3.7.4.post0 # aiohttp[speedups] is useless unless >=3.8.0 released: https://github.com/aio-libs/aiohttp/issues/5746
aiohttp-socks==0.6.0
aiohttp[speedups]==3.8.1
aiohttp-socks==0.7.1
aiohttp-retry==2.4.6
python-socks[asyncio]==1.2.4

# aiohttp speedups
aiodns==3.0.0
cchardet==2.1.7
Brotli==1.0.9
python-socks[asyncio]==2.0.0

# utils
fasteners==0.16.3
colorlog==6.5.0
colorlog==6.6.0
APScheduler==3.8.1
python-dotenv==0.19.1
python-dotenv==0.19.2
readerwriterlock==1.0.9
2 changes: 1 addition & 1 deletion telegramRSSbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def main():

feeds = Feeds()
scheduler = AsyncIOScheduler()
scheduler.add_job(rss_monitor, trigger='cron', minute='*/1', max_instances=5)
scheduler.add_job(rss_monitor, trigger='cron', minute='*/1', max_instances=5, timezone='utc')
scheduler.start()

bot.run_until_disconnected()
Expand Down

0 comments on commit 0217e19

Please sign in to comment.