Skip to content

Commit a23ff0e

Browse files
committed
feat: bump python-telegram-bot from 12.8 to 13.1
Merge pull request #95 from d-Rickyy-b/dependabot/pip/dev/python-telegram-bot-13.1
2 parents 44f29b6 + 599bceb commit a23ff0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
logger = logging.getLogger(__name__)
1111
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.DEBUG)
1212
logging.getLogger("telegram").setLevel(logging.ERROR)
13+
logging.getLogger("apscheduler").setLevel(logging.ERROR)
1314

1415
updater = Updater(token=config.BOT_TOKEN, use_context=True)
1516

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-telegram-bot==12.8
1+
python-telegram-bot==13.1

0 commit comments

Comments
 (0)